Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from backend.common.i18n import i18n

__version__ = '1.8.2'
__version__ = '1.10.2'


# 初始化 i18n
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dependencies = [
# https://github.com/celery/celery/issues/7874
"celery-aio-pool>=0.1.0rc8",
"cryptography>=46.0.3",
"dulwich>=0.24.5",
"dulwich>=0.24.6",
"fast-captcha>=0.3.2",
"fastapi-limiter>=0.1.6",
"fastapi-pagination>=0.14.3",
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.0",
"fastapi[standard-no-fastapi-cloud-cli]>=0.119.1",
"flower>=2.0.1",
"gevent>=25.9.1",
"granian>=2.5.5",
Expand All @@ -36,7 +36,7 @@ dependencies = [
"jinja2>=3.1.6",
"loguru>=0.7.3",
"msgspec>=0.19.0",
"psutil>=7.1.0",
"psutil>=7.1.1",
"psycopg[binary]>=3.2.10",
"pwdlib>=0.2.1",
"pydantic>=2.12.3",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ distlib==0.4.0
# via virtualenv
dnspython==2.8.0
# via email-validator
dulwich==0.24.5
dulwich==0.24.6
# via fastapi-best-architecture
ecdsa==0.19.1
# via python-jose
Expand All @@ -87,7 +87,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
# pytest
fast-captcha==0.3.2
# via fastapi-best-architecture
fastapi==0.119.0
fastapi==0.119.1
# via
# fastapi-best-architecture
# fastapi-limiter
Expand Down Expand Up @@ -175,7 +175,7 @@ prometheus-client==0.23.1
# via flower
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.0
psutil==7.1.1
# via fastapi-best-architecture
psycopg==3.2.11
# via fastapi-best-architecture
Expand Down
Loading