community[patch]: remove sqlalchemy cap (#28389)

This commit is contained in:
ccurme 2024-11-27 10:20:36 -05:00 committed by GitHub
parent 51e98a5548
commit bb83abd037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 498 additions and 483 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = "^0.3.21" langchain-core = "^0.3.21"
langchain = "^0.3.8" langchain = "^0.3.8"
SQLAlchemy = ">=1.4,<2.0.36" SQLAlchemy = ">=1.4,<3"
requests = "^2" requests = "^2"
PyYAML = ">=5.3" PyYAML = ">=5.3"
aiohttp = "^3.8.3" aiohttp = "^3.8.3"
@ -91,7 +91,7 @@ optional = true
pytest = "^7.4.4" pytest = "^7.4.4"
pytest-cov = "^4.1.0" pytest-cov = "^4.1.0"
pytest-dotenv = "^0.5.2" pytest-dotenv = "^0.5.2"
duckdb-engine = "^0.11.0" duckdb-engine = "^0.13.6"
pytest-watcher = "^0.2.6" pytest-watcher = "^0.2.6"
freezegun = "^1.2.2" freezegun = "^1.2.2"
responses = "^0.22.0" responses = "^0.22.0"