| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| strawberry_graphql-0.287.3.tar.gz | 2025-12-12 | 212.0 kB | |
| strawberry_graphql-0.287.3-py3-none-any.whl | 2025-12-12 | 309.2 kB | |
| 0.287.3 source code.tar.gz | 2025-12-12 | 1.2 MB | |
| 0.287.3 source code.zip | 2025-12-12 | 1.6 MB | |
| README.md | 2025-12-12 | 389 Bytes | |
| Totals: 5 Items | 3.4 MB | 3 | |
Fix compatibility with Python 3.14 when using the Pydantic integration with Pydantic V2.
Previously, importing strawberry.experimental.pydantic on Python 3.14 would trigger:
UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
This is now fixed by avoiding pydantic.v1 imports on Python 3.14+.
Releases contributed by @patrick91 via [#4072]