relax upper bound on aiohttp

This commit is contained in:
Chester Curme 2024-12-17 15:00:10 -05:00
parent be738aa7de
commit 3278868054

View File

@ -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]