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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
0.308.3 - 2026-03-04
5
+
--------------------
6
+
7
+
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:
8
+
9
+
UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
10
+
11
+
This is now fixed by avoiding `pydantic.v1` imports on Python 3.14+.
12
+
13
+
Contributed by [Rish](https://github.com/zshuzh) via [PR #4283](https://github.com/strawberry-graphql/strawberry/pull/4283/)
0 commit comments