Skip to content

Commit

Permalink
Restore protobuf changes from 1d0f046
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhamon committed Nov 14, 2024
1 parent 0004eed commit cb1b246
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ grpcio = [
]
googleapis-common-protos = { version = ">=1.53.0", optional = true }
lz4 = { version = ">=3.1.3", optional = true }
protobuf = { version = "^4.25", optional = true }
protobuf = { version = "^5.28", optional = true }
protoc-gen-openapiv2 = {version = "^0.0.1", optional = true }
pinecone-plugin-interface = "^0.0.7"
pinecone-plugin-inference = "^2.0.0"
Expand Down

0 comments on commit cb1b246

Please sign in to comment.