File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4190.310.1 - 2026-03-08
520--------------------
621
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " strawberry-graphql"
3- version = " 0.310.1 "
3+ version = " 0.310.2 "
44description = " A library for creating GraphQL APIs"
55authors = [{ name = " Patrick Arminio" , email = " patrick.arminio@gmail.com" }]
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments