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

Allow support for pinecone-plugin-inference >=2.0.0, <4.0.0 #419

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

austin-denoble
Copy link
Contributor

Problem

We're planning on bumping the inference plugin to a new major version, and we need to loosen the requirements with a version range to support installing the new plugin.

Solution

Loosen version requirements on pinecone-plugin-inference to allow up to but not including version 4.0.0: pinecone-plugin-inference = ">=2.0.0, <4.0.0"

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

n/a

@austin-denoble austin-denoble force-pushed the adenoble/bump-pinecone-plugin-inference-version-range branch from a4bc7bd to d8103e7 Compare November 23, 2024 01:06
@jhamon jhamon merged commit aa0182d into main Nov 26, 2024
85 checks passed
@jhamon jhamon deleted the adenoble/bump-pinecone-plugin-inference-version-range branch November 26, 2024 15:29
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.

2 participants