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 @@ -17,7 +17,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 @@ -29,7 +29,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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pytest
# typer
# uvicorn
cryptography==48.0.0
cryptography==48.0.1
# via fastapi-scheduler
dnspython==2.8.0
# via email-validator
Expand Down Expand Up @@ -93,7 +93,7 @@ httptools==0.8.0
# via uvicorn
httpx==0.28.1
# via fastapi
idna==3.17
idna==3.18
# via
# anyio
# email-validator
Expand Down Expand Up @@ -149,7 +149,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
# fastapi-scheduler
Expand All @@ -170,7 +170,7 @@ python-dotenv==1.2.2
# uvicorn
python-jose==3.5.0
# via fastapi-scheduler
python-multipart==0.0.29
python-multipart==0.0.31
# via fastapi
pyyaml==6.0.3
# via uvicorn
Expand Down Expand Up @@ -206,7 +206,7 @@ sqlalchemy-crud-plus==1.13.3
# via fastapi-scheduler
sqlparse==0.5.5
# via fastapi-scheduler
starlette==1.2.0
starlette==1.3.1
# via
# fastapi
# starlette-context
Expand Down
Loading
Loading