mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 06:14:37 +00:00
community[patch]: remove sqlalchemy cap (#28389)
This commit is contained in:
parent
51e98a5548
commit
bb83abd037
977
libs/community/poetry.lock
generated
977
libs/community/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
|
||||
python = ">=3.9,<4.0"
|
||||
langchain-core = "^0.3.21"
|
||||
langchain = "^0.3.8"
|
||||
SQLAlchemy = ">=1.4,<2.0.36"
|
||||
SQLAlchemy = ">=1.4,<3"
|
||||
requests = "^2"
|
||||
PyYAML = ">=5.3"
|
||||
aiohttp = "^3.8.3"
|
||||
@ -91,7 +91,7 @@ optional = true
|
||||
pytest = "^7.4.4"
|
||||
pytest-cov = "^4.1.0"
|
||||
pytest-dotenv = "^0.5.2"
|
||||
duckdb-engine = "^0.11.0"
|
||||
duckdb-engine = "^0.13.6"
|
||||
pytest-watcher = "^0.2.6"
|
||||
freezegun = "^1.2.2"
|
||||
responses = "^0.22.0"
|
||||
|
Loading…
Reference in New Issue
Block a user