Skip to content

Commit 6544d95

Browse files
committed
fix: Align server Pillow version and update typing-extensions for Python 3.13
- Pillow 10.0.0 → 10.4.0 (10.1.0+ required for Python 3.13) - typing-extensions 4.3.0 → >=4.12 (alembic 1.16+ compatibility)
1 parent 7587dc9 commit 6544d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.2.1
22
Flask-Cors==3.0.10
3-
Pillow==10.0.0
3+
Pillow==10.4.0 # 10.1.0+ required for Python 3.13 support
44
apache-libcloud==3.6.0
55
applicationinsights==0.11.10
66
beautifulsoup4==4.11.1
@@ -14,7 +14,7 @@ pyzmail36==1.0.5
1414
requests==2.28.1
1515
types-requests==2.28.7 # http://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html
1616
sendgrid==6.9.7
17-
typing-extensions==4.3.0
17+
typing-extensions>=4.12 # alembic 1.16+ requires >=4.12
1818
kombu==5.3.7
1919
celery==5.3.6
2020
xtarfile[zstd]==0.1.0

0 commit comments

Comments
 (0)