Skip to content

Commit ccca075

Browse files
committed
Release 🍓 0.310.2
1 parent c990e68 commit ccca075

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

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

4+
0.310.2 - 2026-03-08
5+
--------------------
6+
7+
The strawberry mypy plugin has been restored with minimal support for
8+
`strawberry.experimental.pydantic` types. If you use pydantic integration,
9+
add the plugin to your mypy configuration:
10+
11+
```ini
12+
[mypy]
13+
plugins = pydantic.mypy, strawberry.ext.mypy_plugin
14+
```
15+
16+
Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #4292](https://github.com/strawberry-graphql/strawberry/pull/4292/)
17+
18+
419
0.310.1 - 2026-03-08
520
--------------------
621

RELEASE.md

Lines changed: 0 additions & 10 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.310.1"
3+
version = "0.310.2"
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)