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 requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This layer is cached separately for faster builds

# Core API Framework
fastapi==0.127.0
fastapi==0.128.0
uvicorn[standard]==0.40.0
pydantic==2.12.5
pydantic-settings==2.12.0
Expand All @@ -14,7 +14,7 @@ psycopg2-binary==2.9.11
alembic==1.17.2
asyncpg==0.31.0
aiomysql==0.3.2
aiosqlite==0.22.0
aiosqlite==0.22.1

# Utilities
python-dotenv==1.2.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# ============================================================================

# Core API Framework
fastapi==0.127.0
fastapi==0.128.0
uvicorn[standard]==0.40.0
pydantic==2.12.5
pydantic-settings==2.12.0
Expand All @@ -27,7 +27,7 @@ alembic==1.17.2
# Async Database Drivers
asyncpg==0.31.0
aiomysql==0.3.2
aiosqlite==0.22.0
aiosqlite==0.22.1

# Utilities
python-dotenv==1.2.1
Expand Down
Loading