Commit f3f40cf
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- .github/workflows
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments