Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/v2/firebase/hello-firestore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
functions-framework==3.9.2
google-events==0.14.0
google-api-core==2.17.1
protobuf==4.25.6
protobuf==5.29.6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading protobuf to 5.29.6 introduces a dependency conflict with google-api-core==2.17.1 (pinned on line 3), which strictly requires protobuf < 5.0.0dev. To resolve this conflict and allow successful installation, google-api-core should also be upgraded to at least 2.19.1 (or 2.23.0 to match other requirements files in this repository).

cloudevents==1.11.0
2 changes: 1 addition & 1 deletion managedkafka/snippets/connect/clusters/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protobuf==5.29.4
protobuf==5.29.6
pytest==9.0.3; python_version >= "3.10"
google-api-core==2.23.0
google-auth==2.38.0
Expand Down
2 changes: 1 addition & 1 deletion managedkafka/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
protobuf==5.29.4
protobuf==5.29.6
pytest==9.0.3; python_version >= "3.10"
google-api-core==2.23.0
google-auth==2.38.0
Expand Down
2 changes: 1 addition & 1 deletion secretmanager/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-resource-manager==1.14.2
google-cloud-secret-manager==2.24.0
google-crc32c==1.6.0
protobuf==5.29.4
protobuf==5.29.6