Skip to content

Commit 1f958fc

Browse files
authored
Bump fastapi to remove warning for python 3.14 (#872)
1 parent e6e5329 commit 1f958fc

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from backend.common.i18n import i18n
22

3-
__version__ = '1.8.2'
3+
__version__ = '1.10.2'
44

55

66
# 初始化 i18n

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies = [
2323
# https://github.com/celery/celery/issues/7874
2424
"celery-aio-pool>=0.1.0rc8",
2525
"cryptography>=46.0.3",
26-
"dulwich>=0.24.5",
26+
"dulwich>=0.24.6",
2727
"fast-captcha>=0.3.2",
2828
"fastapi-limiter>=0.1.6",
2929
"fastapi-pagination>=0.14.3",
30-
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.0",
30+
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.1",
3131
"flower>=2.0.1",
3232
"gevent>=25.9.1",
3333
"granian>=2.5.5",
@@ -36,7 +36,7 @@ dependencies = [
3636
"jinja2>=3.1.6",
3737
"loguru>=0.7.3",
3838
"msgspec>=0.19.0",
39-
"psutil>=7.1.0",
39+
"psutil>=7.1.1",
4040
"psycopg[binary]>=3.2.10",
4141
"pwdlib>=0.2.1",
4242
"pydantic>=2.12.3",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ distlib==0.4.0
7575
# via virtualenv
7676
dnspython==2.8.0
7777
# via email-validator
78-
dulwich==0.24.5
78+
dulwich==0.24.6
7979
# via fastapi-best-architecture
8080
ecdsa==0.19.1
8181
# via python-jose
@@ -87,7 +87,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
8787
# pytest
8888
fast-captcha==0.3.2
8989
# via fastapi-best-architecture
90-
fastapi==0.119.0
90+
fastapi==0.119.1
9191
# via
9292
# fastapi-best-architecture
9393
# fastapi-limiter
@@ -175,7 +175,7 @@ prometheus-client==0.23.1
175175
# via flower
176176
prompt-toolkit==3.0.52
177177
# via click-repl
178-
psutil==7.1.0
178+
psutil==7.1.1
179179
# via fastapi-best-architecture
180180
psycopg==3.2.11
181181
# via fastapi-best-architecture

0 commit comments

Comments
 (0)