Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
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 samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1
pytest===7.4.4; python_version == '3.7'
pytest==8.2.2; python_version >= '3.8'
pytest==9.0.2; python_version >= '3.8'
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

The update of pytest to version 9.0.2 constitutes a major version upgrade from v8. Pytest 9.0 introduced breaking changes, including the removal of deprecated features. This creates a high risk that the existing test suite for the samples may fail and require updates.

8 changes: 4 additions & 4 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-logging==3.10.0
google-cloud-bigquery==3.25.0
google-cloud-storage==2.17.0
google-cloud-pubsub==2.22.0
google-cloud-logging==3.13.0
google-cloud-bigquery==3.40.1
google-cloud-storage==3.9.0
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

The update of google-cloud-storage to version 3.9.0 constitutes a major version upgrade from v2. Major version updates often include breaking API changes. Consequently, there is a high risk that sample code relying on this package will fail without modifications to adapt to the new API.

google-cloud-pubsub==2.35.0