Skip to content

Commit

Permalink
Updated python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Jul 6, 2023
1 parent 40a9f1c commit 26fd390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ uvicorn==0.22.0
httptools>=0.5.0; platform_machine != 'armv7l'
uvloop>=0.14.0,!=0.15.0,!=0.15.1; platform_machine != 'armv7l' and sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')

fastapi==0.95.0
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.15
fastapi==0.99.1
SQLAlchemy[asyncio,aiomysql,postgresql_asyncpg,aiosqlite]==2.0.18
pydantic==1.10.7
platformdirs==3.2.0
platformdirs==3.8.0
alembic==1.11.1
scheduler==0.8.4

Expand Down

0 comments on commit 26fd390

Please sign in to comment.