Skip to content

Commit

Permalink
build: 🆙 replace pinecone-client with pinecone package (#17587)
Browse files Browse the repository at this point in the history
upchunk authored Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2c941c2 commit e45d2fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -27,11 +27,11 @@ exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-vector-stores-pinecone"
readme = "README.md"
version = "0.4.2"
version = "0.4.3"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
pinecone-client = ">=3.2.2,<6.0.0"
pinecone = ">=3.2.2,<6.0.0"
llama-index-core = "^0.12.0"

[tool.poetry.group.dev.dependencies]

0 comments on commit e45d2fc

Please sign in to comment.