Skip to content

Commit

Permalink
Adjusting inference plugin dependency (#379)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
jhamon authored Aug 1, 2024
1 parent 639bed2 commit 2768788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2768788

Please sign in to comment.