Skip to content

Commit b4bfae8

Browse files
authored
Temporarily downgrade protobuf (#413)
## Problem I need to release 5.4 without any breaking dependency changes. ## Solution Temporarily revert 1d0f046, which introduced a breaking change in dependencies ## 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 - [x] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here)
1 parent 950a9e8 commit b4bfae8

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ grpcio = [
4949
]
5050
googleapis-common-protos = { version = ">=1.53.0", optional = true }
5151
lz4 = { version = ">=3.1.3", optional = true }
52-
protobuf = { version = "^5.28", optional = true }
52+
protobuf = { version = "^4.25", optional = true }
5353
protoc-gen-openapiv2 = {version = "^0.0.1", optional = true }
5454
pinecone-plugin-interface = "^0.0.7"
5555
pinecone-plugin-inference = "^2.0.0"

0 commit comments

Comments
 (0)