Skip to content

Commit 58d2987

Browse files
committed
Release 🍓 0.311.3
1 parent f7407bc commit 58d2987

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
0.311.3 - 2026-03-16
5+
--------------------
6+
7+
Fix `UnallowedReturnTypeForUnion` when using a generic type with a union
8+
TypeVar (e.g. `Collection[A | B]`) inside an outer union
9+
(`Collection[A | B] | Error`).
10+
11+
Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #4302](https://github.com/strawberry-graphql/strawberry/pull/4302/)
12+
13+
414
0.311.2 - 2026-03-16
515
--------------------
616

RELEASE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strawberry-graphql"
3-
version = "0.311.2"
3+
version = "0.311.3"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)