Skip to content

Commit f3f40cf

Browse files
jhamoncursoragent
andcommitted
Upgrade googleapis-common-protos to support protobuf 6.x
googleapis-common-protos 1.66.0 has a dependency constraint of protobuf<6.0.0, which conflicts with our upgrade to protobuf 6.31.1. This was causing the dependency tests to install protobuf 5.29.6 instead of 6.31.1, leading to version mismatch errors. Upgrade to googleapis-common-protos 1.72.0 which supports protobuf<7.0.0, allowing our protobuf 6.31.1 upgrade to work. Changes: - Update googleapis-common-protos requirement from >=1.66.0 to >=1.72.0 - Update all dependency test matrices to use googleapis-common-protos 1.72.0 - Regenerate uv.lock Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5c13063 commit f3f40cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/testing-dependency-grpc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
protoc-gen-openapiv2:
4949
- 0.0.1
5050
googleapis_common_protos_version:
51-
- 1.66.0
51+
- 1.72.0
5252
steps:
5353
- uses: actions/checkout@v4
5454
- uses: ./.github/actions/secret-decrypt
@@ -87,7 +87,7 @@ jobs:
8787
protoc-gen-openapiv2:
8888
- 0.0.1
8989
googleapis_common_protos_version:
90-
- 1.66.0
90+
- 1.72.0
9191
steps:
9292
- uses: actions/checkout@v4
9393
- uses: ./.github/actions/secret-decrypt
@@ -125,7 +125,7 @@ jobs:
125125
protoc-gen-openapiv2:
126126
- 0.0.1
127127
googleapis_common_protos_version:
128-
- 1.66.0
128+
- 1.72.0
129129
steps:
130130
- uses: actions/checkout@v4
131131
- uses: ./.github/actions/secret-decrypt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ grpc = [
4343
"grpcio>=1.44.0,<1.59.0; python_version<'3.11'",
4444
"grpcio>=1.59.0,<1.68.0; python_version>='3.11' and python_version<'3.13'",
4545
"grpcio>=1.68.0; python_version>='3.13'",
46-
"googleapis-common-protos>=1.66.0",
46+
"googleapis-common-protos>=1.72.0",
4747
"lz4>=3.1.3",
4848
"protobuf>=6.31.1,<7.0.0",
4949
"protoc-gen-openapiv2>=0.0.1,<0.1.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)