From df5b7c6eb16a2e3cc3c9f79b4c1cd1822b1457b1 Mon Sep 17 00:00:00 2001 From: Silas Smith <163026730+ssmith-pc@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:46:21 -0700 Subject: [PATCH 1/2] set minimum version for inference --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b9c3b9c..4cc5fd09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ lz4 = { version = ">=3.1.3", optional = true } protobuf = { version = "^4.25", optional = true } protoc-gen-openapiv2 = {version = "^0.0.1", optional = true } pinecone-plugin-interface = "^0.0.7" -pinecone-plugin-inference = "1.0.2" +pinecone-plugin-inference = ">=1.0.2" [tool.poetry.group.types] optional = true From c7b365e8242f7d57b25aabd8a705a77bc0ee92ce Mon Sep 17 00:00:00 2001 From: Silas Smith <163026730+ssmith-pc@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:47:49 -0700 Subject: [PATCH 2/2] minimal lock update --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f84b616..d7a0d5d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astunparse" @@ -1384,4 +1384,4 @@ grpc = ["googleapis-common-protos", "grpcio", "grpcio", "lz4", "protobuf", "prot [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "29a770771daba5a228a5b291c4f6d676a12758fe78e6b0d4eeb3ac16b0446e38" +content-hash = "9b11480e32522a0b81e775daebf03221c5372fc78b44a976e48579257bd77bf6"