Skip to content
Open
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 cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.5
Flask==3.1.3
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

Flask 3.1.0 and later require Werkzeug >= 3.1.0. The current version pinned in this file is 3.0.6 (line 11), which will cause a dependency conflict during installation. Please update Werkzeug to a compatible version (e.g., 3.1.5).

functions-framework==3.9.2
google-cloud-secret-manager==2.21.1
lxml==5.2.1
Expand Down
2 changes: 1 addition & 1 deletion cloud_scheduler/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
Flask==3.1.3
gunicorn==23.0.0
google-cloud-scheduler==2.14.1
Werkzeug==3.1.5
2 changes: 1 addition & 1 deletion dataflow/run_template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==8.2.0
flask==3.0.3
flask==3.1.3
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

Flask 3.1.0 dropped support for Python 3.8. This project appears to support Python versions as old as 3.7, as indicated by the environment marker on line 3 (python_version >= "3.7"). Upgrading to Flask 3.1.3 will break compatibility for these versions.

backoff==2.2.1; python_version >= "3.7"
2 changes: 1 addition & 1 deletion datastore/cloud-ndb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-ndb==2.3.4
Flask==3.0.3
Flask==3.1.3
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

Flask 3.1.0 and later require Werkzeug >= 3.1.0. The current version pinned in this file is 3.0.6 (line 3), which will cause a dependency conflict. Please update Werkzeug to a compatible version (e.g., 3.1.5).

Werkzeug==3.0.6
2 changes: 1 addition & 1 deletion dialogflow-cx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-dialogflow-cx==2.0.0
Flask==3.0.3
Flask==3.1.3
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

Flask 3.1.0 dropped support for Python 3.8. This project appears to support Python 3.8, as indicated by the environment marker on line 7 (python_version == "3.8"). Upgrading to Flask 3.1.3 will break compatibility for users on Python 3.8.

python-dateutil==2.9.0.post0
functions-framework==3.9.2
Werkzeug==3.1.5
Expand Down
2 changes: 1 addition & 1 deletion dialogflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-dialogflow==2.46.0
Flask==3.0.3
Flask==3.1.3
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

Flask 3.1.0 and later require Werkzeug >= 3.1.0. The current version pinned in this file is 3.0.6 (line 6), which will cause a dependency conflict. Please update Werkzeug to a compatible version (e.g., 3.1.5).

pyaudio==0.2.14
termcolor==3.0.0
functions-framework==3.9.2
Expand Down