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
@@ -1,4 +1,4 @@
Flask==1.1.4 # it seems like Flask-sockets doesn't play well with 2.0+
Flask==2.2.5 # it seems like Flask-sockets doesn't play well with 2.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

Upgrading Flask to 2.2.5 in this directory will break the application. As noted in the inline comment, Flask-Sockets is incompatible with Flask 2.0+ because it relies on internal APIs that were removed or changed. Since Flask-Sockets is unmaintained, you should exclude this directory from the Flask upgrade or migrate the sample to a maintained library like Flask-Sock before upgrading.

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
Expand Down
2 changes: 1 addition & 1 deletion bigquery/remote-function/document/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-documentai==3.0.1
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion bigquery/remote-function/document/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-documentai==3.0.1
Werkzeug==2.3.8
2 changes: 1 addition & 1 deletion bigquery/remote-function/translate/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-translate==3.18.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion bigquery/remote-function/translate/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-translate==3.18.0
Werkzeug==2.3.8
2 changes: 1 addition & 1 deletion bigquery/remote-function/vision/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-vision==3.8.1
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion bigquery/remote-function/vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-vision==3.8.1
Werkzeug==2.3.8
2 changes: 1 addition & 1 deletion cloud-sql/mysql/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
SQLAlchemy==2.0.40
PyMySQL==1.1.2
gunicorn==23.0.0
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
pg8000==1.31.5
SQLAlchemy==2.0.40
cloud-sql-python-connector==1.20.1
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
gunicorn==23.0.0
python-tds==1.16.0
pyopenssl==26.0.0
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/response_streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==2.2.5
functions-framework==3.9.2
google-cloud-bigquery==3.27.0
pytest==8.2.0
Expand Down
2 changes: 1 addition & 1 deletion recaptcha_enterprise/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
selenium==4.10.0
Flask==2.2.2
Flask==2.2.5
Werkzeug==2.3.8
pytest==8.2.0
pytest-flask==1.2.0
Expand Down