Skip to content

Commit 513c7cc

Browse files
committed
Release 🍓 0.284.0
1 parent 5b71d5a commit 513c7cc

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.284.0 - 2025-10-17
5+
--------------------
6+
7+
This release drops support for Python 3.9, which reached its end-of-life (EOL)
8+
in October 2025. The minimum supported Python version is now 3.10.
9+
10+
We strongly recommend upgrading to Python 3.10 or a newer version, as older
11+
versions are no longer maintained and may contain security vulnerabilities.
12+
13+
Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #4018](https://github.com/strawberry-graphql/strawberry/pull/4018/)
14+
15+
416
0.283.3 - 2025-10-10
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.283.3"
3+
version = "0.284.0"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)