Skip to content

Commit fafa81e

Browse files
committed
Release 🍓 0.287.1
1 parent a0f3a09 commit fafa81e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

4+
0.287.1 - 2025-12-03
5+
--------------------
6+
7+
Fix mypy plugin issues related to new version of mypy.
8+
The TypeAlias class has one more required argument "module" in the mypy version >= 1.19.
9+
10+
Contributed by [Anton Zelenov](https://github.com/Ansud) via [PR #4060](https://github.com/strawberry-graphql/strawberry/pull/4060/)
11+
12+
413
0.287.0 - 2025-11-22
514
--------------------
615

RELEASE.md

Lines changed: 0 additions & 4 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.287.0"
3+
version = "0.287.1"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)