Skip to content

Commit

Permalink
fix: update required dep to SQLAlchemy[asyncio] (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Apr 29, 2024
1 parent 941e309 commit d480760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"langchain-community>=0.0.18, <0.1.0",
"numpy>=1.24.4, <2.0.0",
"pgvector>=0.2.5, <1.0.0",
"SQLAlchemy>=2.0.25, <3.0.0"
"SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
]

classifiers = [
Expand Down Expand Up @@ -64,4 +64,4 @@ warn_unused_configs = true
exclude = [
'docs/*',
'noxfile.py'
]
]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ langchain-community==0.0.28
numpy==1.24.4; python_version<='3.8'
numpy==1.26.4; python_version>'3.8'
pgvector==0.2.5
SQLAlchemy==2.0.28
SQLAlchemy[asyncio]==2.0.28

0 comments on commit d480760

Please sign in to comment.