Skip to content

Commit 2768788

Browse files
authored
Adjusting inference plugin dependency (#379)
## Problem Issue #378 raised a concern about a circular dependency relationship between the `pinecone-client` and `pinecone-plugin-inference` plugin which implements new Inference API functionality. ## Solution We have updated the plugin to remove it's declared dependency on pinecone-client, and now need to update the pinecone-client to consume that update. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue)
1 parent 639bed2 commit 2768788

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

poetry.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lz4 = { version = ">=3.1.3", optional = true }
6868
protobuf = { version = "^4.25", optional = true }
6969
protoc-gen-openapiv2 = {version = "^0.0.1", optional = true }
7070
pinecone-plugin-interface = "^0.0.7"
71-
pinecone-plugin-inference = ">=1.0.2"
71+
pinecone-plugin-inference = "^1.0.3"
7272

7373
[tool.poetry.group.types]
7474
optional = true

0 commit comments

Comments
 (0)