From 8b9ae27d35c5426bdd33ef8b570f148530ee7614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:02:26 +0000 Subject: [PATCH] Update pinecone requirement from ~=7.0 to >=7,<10 in /python Updates the requirements on [pinecone](https://github.com/pinecone-io/python-sdk) to permit the latest version. - [Release notes](https://github.com/pinecone-io/python-sdk/releases) - [Commits](https://github.com/pinecone-io/python-sdk/compare/v7.0.0...v9.1.0) --- updated-dependencies: - dependency-name: pinecone dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e0fccc8..c3bc656 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -128,7 +128,7 @@ pandas = [ "pandas ~= 2.2" ] pinecone = [ - "pinecone[asyncio, grpc] ~= 7.0" + "pinecone[asyncio, grpc] >= 7,< 10" ] postgres = [ "psycopg[binary,pool] ~= 3.2"