From 26fd390da256ab555bef7aaea2b76b6f8896a289 Mon Sep 17 00:00:00 2001 From: Donkie Date: Thu, 6 Jul 2023 23:29:14 +0200 Subject: [PATCH] Updated python dependencies --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49cfe1933..99990f19e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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