pinecone: bump core version (#29077)

This commit is contained in:
Erick Friis 2025-01-07 12:23:33 -08:00 committed by GitHub
parent ce9e9f9314
commit c5bee0a544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2127,4 +2127,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "2c3c3994612c7e8bb0e90b9457bae709a625b38dc0e35d7a9729e76797d2119a"
content-hash = "45edeae182a36978fe4c7a68bddbda9b57727141433f457cbf73c9485fcc8749"

View File

@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
langchain-core = "^0.3.21"
langchain-core = "^0.3.29"
pinecone = "^5.4.0"
aiohttp = ">=3.9.5,<3.10"
numpy = ">=1.26.0,<2.0.0"