From e45d2fcf154ed08f6f46f17979c40c3efa6ad459 Mon Sep 17 00:00:00 2001 From: Habibul Rahman Qalbi <62106675+upchunk@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:05:54 +0700 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=86=99=20replace=20`pinecone-cli?= =?UTF-8?q?ent`=20with=20`pinecone`=20package=20(#17587)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../llama-index-vector-stores-pinecone/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-pinecone/pyproject.toml b/llama-index-integrations/vector_stores/llama-index-vector-stores-pinecone/pyproject.toml index f214666a1b785..1a68d2c8c4651 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-pinecone/pyproject.toml +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-pinecone/pyproject.toml @@ -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]