You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
4
+
5
+
UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
6
+
7
+
This is now fixed by avoiding `pydantic.v1` imports on Python 3.14+.
0 commit comments