mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
relax upper bound on aiohttp
This commit is contained in:
parent
be738aa7de
commit
3278868054
@ -22,7 +22,7 @@ disallow_untyped_defs = "True"
|
|||||||
python = ">=3.9,<3.13"
|
python = ">=3.9,<3.13"
|
||||||
langchain-core = "^0.3.21"
|
langchain-core = "^0.3.21"
|
||||||
pinecone = "^5.4.0"
|
pinecone = "^5.4.0"
|
||||||
aiohttp = ">=3.9.5,<3.10"
|
aiohttp = ">=3.9.5,<3.11"
|
||||||
numpy = ">=1.26.0,<2.0.0"
|
numpy = ">=1.26.0,<2.0.0"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
|
Loading…
Reference in New Issue
Block a user