pinecone[minor]: Release 0.2.0 (#26474)

This commit is contained in:
Bagatur 2024-09-13 15:55:35 -07:00 committed by GitHub
parent ca304ae046
commit 17b397ef93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 498 additions and 499 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-pinecone"
version = "0.2.0.dev1"
version = "0.2.0"
description = "An integration package connecting Pinecone and LangChain"
authors = []
readme = "README.md"
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
langchain-core = "^0.3"
pinecone-client = "^5.0.0"
aiohttp = ">=3.9.5,<3.10"