Skip to content

Commit

Permalink
bump sqla, asyncpg versions (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua (codemation) <[email protected]>
  • Loading branch information
codemation and Joshua (codemation) authored Oct 3, 2023
1 parent 5b54d6e commit 1f042ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SQLAlchemy==1.4.28
databases==0.6.0
SQLAlchemy==1.4.49
databases==0.7.0
redis>=4.2.0
pydantic>=1.9.1,<2
asyncpg==0.24.0
asyncpg==0.27.0
aiosqlite==0.17.0
alembic==1.8.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import setuptools

BASE_REQUIREMENTS = [
"SQLAlchemy==1.4.28",
"databases==0.5.3",
"SQLAlchemy==1.4.49",
"databases==0.8.0",
"redis>=4.2.0",
"pydantic>=1.9.1",
"pydantic<2",
Expand Down

0 comments on commit 1f042ec

Please sign in to comment.