Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusting inference plugin dependency #379

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Conversation

jhamon
Copy link
Collaborator

@jhamon jhamon commented Aug 1, 2024

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

  • Bug fix (non-breaking change which fixes an issue)

@jhamon jhamon marked this pull request as ready for review August 1, 2024 14:52
@jhamon jhamon requested a review from ssmith-pc August 1, 2024 14:52
pyproject.toml Outdated
@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change it to the caret style ^1.0.3? That will restrict it to ">=1.0.3, <2.0.0". If inference is doing a major version upgrade, then it should probably result in a major version upgrade for the main client

@jhamon jhamon merged commit 2768788 into main Aug 1, 2024
85 checks passed
@jhamon jhamon deleted the jhamon/update-inference-plugin branch August 1, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants