Skip to content

Commit

Permalink
Merge pull request #49 from nerdstrike/stabilize_deps
Browse files Browse the repository at this point in the history
Prevent sqlalchemy 2, pydantic 2 from installing
  • Loading branch information
nerdstrike authored Aug 15, 2023
2 parents 23cdb35 + f93107d commit 2016f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2016f5d

Please sign in to comment.