diff --git a/.github/workflows/testing-dependency.yaml b/.github/workflows/testing-dependency.yaml index de77c0ac..d847163c 100644 --- a/.github/workflows/testing-dependency.yaml +++ b/.github/workflows/testing-dependency.yaml @@ -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: @@ -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) diff --git a/poetry.lock b/poetry.lock index 9f836573..2f34d0b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1628,4 +1628,4 @@ grpc = ["googleapis-common-protos", "grpcio", "grpcio", "lz4", "protobuf", "prot [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4d96e143202dabbbb5e19d88ea0a0f8b607a0ade2f0330b3bee3e5b975186a3a" +content-hash = "82846dc34d7cd2fdadd6d7a3100e79692b3c563393de1b6f9ffd15cac32d0e0a" diff --git a/pyproject.toml b/pyproject.toml index ef0e7aa8..6a36794f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"