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/datastore/hello-datastore/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ functions-framework==3.9.2
google-events==0.14.0
google-cloud-datastore==2.20.2
google-api-core==2.17.1
protobuf==4.25.8
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 to protobuf==5.29.6 (part of the 5.x major version) introduces a dependency conflict with google-api-core==2.17.1, which constrains protobuf to < 5.0.0dev. To maintain compatibility while addressing the security vulnerabilities (CVE-2025-4565 and CVE-2026-0994), it is recommended to use protobuf==4.25.9, which is the patched version in the 4.x branch. Alternatively, google-api-core would need to be upgraded to 2.19.0 or higher.

protobuf==4.25.9

cloudevents==1.11.0
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 to protobuf==5.29.6 (part of the 5.x major version) introduces a dependency conflict with google-api-core==2.17.1, which constrains protobuf to < 5.0.0dev. To maintain compatibility while addressing the security vulnerabilities (CVE-2025-4565 and CVE-2026-0994), it is recommended to use protobuf==4.25.9, which is the patched version in the 4.x branch. Alternatively, google-api-core would need to be upgraded to 2.19.0 or higher.

protobuf==4.25.9

cloudevents==1.11.0
2 changes: 1 addition & 1 deletion functions/v2/firebase/upper-firestore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 to protobuf==5.29.6 (part of the 5.x major version) introduces a dependency conflict with google-api-core==2.17.1, which constrains protobuf to < 5.0.0dev. To maintain compatibility while addressing the security vulnerabilities (CVE-2025-4565 and CVE-2026-0994), it is recommended to use protobuf==4.25.9, which is the patched version in the 4.x branch. Alternatively, google-api-core would need to be upgraded to 2.19.0 or higher.

protobuf==4.25.9

google-cloud-firestore==2.19.0
cloudevents==1.11.0
2 changes: 1 addition & 1 deletion gemma2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform[all]==1.64.0
protobuf==5.29.5
protobuf==5.29.6
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==8.2.2
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==8.2.2
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