mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +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"
|
||||
langchain-core = "^0.3.21"
|
||||
pinecone = "^5.4.0"
|
||||
aiohttp = ">=3.9.5,<3.10"
|
||||
aiohttp = ">=3.9.5,<3.11"
|
||||
numpy = ">=1.26.0,<2.0.0"
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
Loading…
Reference in New Issue
Block a user