requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit a47c8ce15f)
This commit is contained in:
Anders Kaseorg
2025-09-04 17:52:07 -07:00
committed by Alex Vandiver
parent 582bc7d303
commit 5d79c7962f
3 changed files with 764 additions and 839 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "zulip-server"
version = "0.1.0"
requires-python = ">=3.10"
requires-python = ">=3.10, <3.14"
[dependency-groups]
prod = [
@@ -23,7 +23,7 @@ prod = [
"regex",
# Needed for manage.py
"ipython",
"ipython<9", # 9.0.0 requires Python ≥ 3.11
# Needed for image processing and thumbnailing
"pyvips",
@@ -210,7 +210,7 @@ prod = [
]
docs = [
# Needed to build RTD docs
"sphinx",
"sphinx<8.2", # 8.2.0 requires Python ≥ 3.11
"sphinx-rtd-theme",
"sphinx-design",