Skip to content

Commit cb1b246

Browse files
committed
Restore protobuf changes from 1d0f046
Dave Rigby found that upgrading this protobuf dependency delivered a significant performance improvement, but I needed to temporarily revert it to push out a 5.x release without a breaking change to dependencies.
1 parent 0004eed commit cb1b246

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 = "^4.25", optional = true }
52+
protobuf = { version = "^5.28", 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)