diff --git a/setup.py b/setup.py index 1aa60ed..addb276 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,11 @@ 'aiosqlite', 'asyncpg', 'fastapi', - 'pydantic', + 'pydantic<2', 'pysqlite3', 'psycopg2-binary', + 'sqlalchemy>=1.4.29,<2', 'starlette>=0.22.0', - 'sqlalchemy>=1.4.29', 'ujson', 'uvicorn', 'uuid'