Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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) - [X] 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
- Loading branch information