Commit aa0182d
authored
## 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
1 parent 98a3f79 commit aa0182d
2 files changed
+3
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments