Skip to content

Commit

Permalink
Iterate on grpc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Dec 17, 2024
1 parent 5f5a5d1 commit 84248fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# - 4.1.0
- 4.3.3
protobuf_version:
- 5.28
- 5.29.1
protoc-gen-openapiv2:
- 0.0.1
googleapis_common_protos_version:
Expand All @@ -79,7 +79,6 @@ jobs:
lz4_version: '${{ matrix.lz4_version }}'
protobuf_version: '${{ matrix.protobuf_version }}'
googleapis_common_protos_version: '${{ matrix.googleapis_common_protos_version }}'
DD_TAGS: 'test.configuration.python:${{ matrix.python_version}},test.configuration.grpcio:${{ matrix.grpcio_version }},test.configuration.lz4:${{ matrix.lz4_version }},test.configuration.protobuf:${{ matrix.protobuf_version }},test.configuration.googleapis_common_protos:${{ matrix.googleapis_common_protos_version }}'

dependency-matrix-grpc-312:
name: Deps (GRPC)
Expand Down
2 changes: 1 addition & 1 deletion 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.63.0", optional = true }
lz4 = { version = ">=3.1.3", optional = true }
protobuf = { version = "^5.28", optional = true }
protobuf = { version = "^5.29", 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 84248fc

Please sign in to comment.