Skip to content

Commit

Permalink
alembic update
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlongden committed Mar 7, 2025
1 parent 3c8dc5d commit 25d5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fastapi-health==0.4.0 # No update needed.
uvicorn[standard]==0.22.0 # Updated for compatibility with FastAPI.
starlette==0.27.0 # Updated for compatibility with FastAPI.
aiofiles==23.1.0 # Updated for better performance.
alembic==1.8.0 # Upgrade for compatibility with SQLAlchemy 2.0.x.
alembic==1.15.1 # Upgrade for compatibility with SQLAlchemy 2.0.x.
async-exit-stack==1.0.1 # No update needed.
async-generator==1.10 # No update needed.
asyncpg==0.27.0 # Updated for compatibility.
Expand Down

0 comments on commit 25d5ea8

Please sign in to comment.