Skip to content

Commit 0329e45

Browse files
committed
Release 🍓 0.308.3
1 parent 5a2a621 commit 0329e45

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

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

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/)
14+
15+
416
0.308.2 - 2026-03-03
517
--------------------
618

RELEASE.md

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