File tree Expand file tree Collapse file tree 4 files changed +57
-57
lines changed Expand file tree Collapse file tree 4 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 11from backend .common .i18n import i18n
22
3- __version__ = '1.8 .2'
3+ __version__ = '1.10 .2'
44
55
66# 初始化 i18n
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ distlib==0.4.0
7575 # via virtualenv
7676dnspython == 2.8.0
7777 # via email-validator
78- dulwich == 0.24.5
78+ dulwich == 0.24.6
7979 # via fastapi-best-architecture
8080ecdsa == 0.19.1
8181 # via python-jose
@@ -87,7 +87,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
8787 # pytest
8888fast-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
176176prompt-toolkit == 3.0.52
177177 # via click-repl
178- psutil == 7.1.0
178+ psutil == 7.1.1
179179 # via fastapi-best-architecture
180180psycopg == 3.2.11
181181 # via fastapi-best-architecture
You can’t perform that action at this time.
0 commit comments