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 functions/memorystore/redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
functions-framework==3.9.2
redis==6.0.0
redis==8.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# [START memorystore_requirements_app_engine_standard_py2]
redis==3.3.11
redis==8.0.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.

critical

Upgrading redis to 8.0.0 in a Python 2.7 environment will break the deployment. redis-py dropped support for Python 2.7 starting with version 4.0.0. Please keep the dependency version at 3.3.11 (or another 3.x version compatible with Python 2.7).

redis==3.3.11

# [END memorystore_requirements_app_engine_standard_py2]
2 changes: 1 addition & 1 deletion memorystore/redis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# [START memorystore_requirements]
Flask==3.0.3
gunicorn==23.0.0
redis==6.0.0
redis==8.0.0
Werkzeug==3.0.3
# [END memorystore_requirements]