Skip to content

Commit

Permalink
partners/pinecone: release 0.2.2 (#28466)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Dec 3, 2024
1 parent 6b7e93d commit ff675c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/partners/pinecone/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/pinecone/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-pinecone"
version = "0.2.1"
version = "0.2.2"
description = "An integration package connecting Pinecone and LangChain"
authors = []
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
langchain-core = "^0.3.15"
langchain-core = "^0.3.21"
pinecone = "^5.4.0"
aiohttp = ">=3.9.5,<3.10"
numpy = ">=1.26.0,<2.0.0"
Expand Down

0 comments on commit ff675c1

Please sign in to comment.