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
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aerich==0.7.2
asyncpg==0.29.0
fastapi==0.115.0
pydantic==2.9.2
pydantic-settings==2.5.2
uvicorn==0.31.0
aerich==0.8.1
asyncpg==0.30.0
fastapi==0.115.6
pydantic==2.10.5
pydantic-settings==2.7.1
uvicorn==0.34.0
requests==2.32.3
aioredis==2.0.1
fastapi-admin==1.0.4
sentry-sdk[fastapi]==2.14.0
httpx==0.27.2
sentry-sdk[fastapi]==2.20.0
httpx==0.28.1
opentelemetry-instrumentation-fastapi
logfire[fastapi]==1.0.0
tortoise-orm==0.21.6
logfire[fastapi]==3.1.1
tortoise-orm==0.23.0
tortoise-cli

# Look at all the Google libraries we need to install.
google==3.0.0
google-api-core==2.20.0
google-api-python-client==2.147.0
google-auth==2.35.0
google-api-core==2.24.0
google-api-python-client==2.159.0
google-auth==2.37.0
google-auth-httplib2==0.2.0
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruff==0.6.8
pytest==8.3.3
ruff==0.9.1
pytest==8.3.4
pytest-aiohttp==1.0.5
pytest-cov==5.0.0
coverage==7.6.1
pytest-cov==6.0.0
coverage==7.6.10
Loading