From 040296fddbacb5e0147736f603f42f871d49a482 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Thu, 1 Aug 2024 10:49:48 -0400 Subject: [PATCH 1/3] Adjusting plugin dependency --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7a0d5d5..369c7e74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "astunparse" @@ -870,17 +870,16 @@ dev = ["hypothesis", "mypy", "pdoc-pyo3-sample-library (==1.0.11)", "pygments (> [[package]] name = "pinecone-plugin-inference" -version = "1.0.2" +version = "1.0.3" description = "Embeddings plugin for Pinecone SDK" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pinecone_plugin_inference-1.0.2-py3-none-any.whl", hash = "sha256:ef94e7f51554e780408cf1507888b120bb0d185b8485a903cbeb9d0176ee03f1"}, - {file = "pinecone_plugin_inference-1.0.2.tar.gz", hash = "sha256:dda62d9ff44dbbf191b11e6e884235f329cf0ec22edc616fe7efcb1e479e6a9a"}, + {file = "pinecone_plugin_inference-1.0.3-py3-none-any.whl", hash = "sha256:bbdfe5dba99a87374d9e3315b62b8e1bbca52d5fe069a64cd6b212efbc8b9afd"}, + {file = "pinecone_plugin_inference-1.0.3.tar.gz", hash = "sha256:c6519ba730123713a181c010f0db9d6449d11de451b8e79bec4efd662b096f41"}, ] [package.dependencies] -pinecone-client = ">=4.1.1,<6.0.0" pinecone-plugin-interface = ">=0.0.7,<0.0.8" [[package]] diff --git a/pyproject.toml b/pyproject.toml index 4cc5fd09..302aa4d5 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.3" [tool.poetry.group.types] optional = true From 36c8320a87b7bae2214fbd8cc74578e979bec335 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Thu, 1 Aug 2024 10:56:54 -0400 Subject: [PATCH 2/3] Fix lockfile issue --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 369c7e74..babcb5d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,4 +1383,4 @@ grpc = ["googleapis-common-protos", "grpcio", "grpcio", "lz4", "protobuf", "prot [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9b11480e32522a0b81e775daebf03221c5372fc78b44a976e48579257bd77bf6" +content-hash = "69662a7069bd562665f35798e0f43d9f56c599c6ead0e149a1ff47909a1111f9" From e456a8e13c77e5d21d66667ecc31e2cbc89ea77f Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Thu, 1 Aug 2024 11:15:59 -0400 Subject: [PATCH 3/3] Use carat form to express compatible range --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index babcb5d4..a154c05a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,4 +1383,4 @@ grpc = ["googleapis-common-protos", "grpcio", "grpcio", "lz4", "protobuf", "prot [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "69662a7069bd562665f35798e0f43d9f56c599c6ead0e149a1ff47909a1111f9" +content-hash = "e255fc826f95a8782b6df1210cfec5b1680c2b75b1a819f47ea10668625b35cc" diff --git a/pyproject.toml b/pyproject.toml index 302aa4d5..346ac75c 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.3" +pinecone-plugin-inference = "^1.0.3" [tool.poetry.group.types] optional = true