Skip to content
Open
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
# If there is a serious problem, we will try `moka-py`
"cachebox>=5.2.3",
"cappa>=0.31.0",
"cryptography>=47.0.0",
"cryptography>=48.0.1",
"dulwich>=1.2.5",
"fast-captcha>=0.3.2",
"fastapi-pagination[sqlalchemy]>=0.15.13",
Expand All @@ -28,7 +28,7 @@ dependencies = [
"pwdlib>=0.3.0",
"py-ip2region>=3.0.4",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.1",
"pydantic-settings>=2.14.2",
"pyrate-limiter>=4.0.2",
"python-jose>=3.5.0",
"redis[hiredis]>=8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pytest
# typer
# uvicorn
cryptography==48.0.0
cryptography==48.0.1
# via fba-slim
dnspython==2.8.0
# via email-validator
Expand Down Expand Up @@ -144,7 +144,7 @@ pydantic-core==2.46.4
# via pydantic
pydantic-extra-types==2.11.1
# via fastapi
pydantic-settings==2.14.1
pydantic-settings==2.14.2
# via
# fastapi
# fba-slim
Expand All @@ -165,7 +165,7 @@ python-dotenv==1.2.2
# uvicorn
python-jose==3.5.0
# via fba-slim
python-multipart==0.0.29
python-multipart==0.0.31
# via fastapi
pyyaml==6.0.3
# via uvicorn
Expand Down Expand Up @@ -201,7 +201,7 @@ sqlalchemy-crud-plus==1.13.3
# via fba-slim
sqlparse==0.5.5
# via fba-slim
starlette==1.2.0
starlette==1.3.1
# via
# fastapi
# starlette-context
Expand Down
Loading
Loading