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 appengine/flexible/websockets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Flask==1.1.4 # it seems like Flask-sockets doesn't play well with 2.0+
Flask-Sockets==0.2.1
gunicorn==23.0.0
requests==2.31.0
markupsafe==2.0.1
markupsafe==3.0.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

Updating markupsafe to 3.0.3 is likely to cause compatibility issues in this legacy environment. MarkupSafe 3.0.0+ dropped support for Python 3.7 and 3.8, which are often used with Flask==1.1.4. Additionally, the major version bump introduces breaking changes in method signatures (positional-only arguments) and escaping behavior that may not be supported by the older versions of Flask and Werkzeug pinned here.

markupsafe==2.1.5

Werkzeug==1.0.1;
2 changes: 1 addition & 1 deletion composer/2022_airflow_summit/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.2.0
cloud-composer-dag-test-utils==1.0.0
markupsafe==2.1.2
markupsafe==3.0.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.

medium

MarkupSafe 3.0.0+ drops support for Python 3.7 and 3.8. As this sample is for an older Airflow summit, it may be intended for environments using these Python versions. Upgrading to 3.0.3 will cause installation failures on those runtimes.

markupsafe==2.1.5

backoff==2.2.1
2 changes: 1 addition & 1 deletion functions/helloworld/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
functions-framework==3.9.2
flask==3.0.3
google-cloud-error-reporting==1.11.1
MarkupSafe==2.1.3
MarkupSafe==3.0.3