From adacf579fce9ce1ff3841c91585bcc457f7c3d7a Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Wed, 23 Nov 2022 15:49:58 +0100 Subject: [PATCH 1/2] Rollback to mysql-connector-python==8.0.29 See #2553 --- core/base/requirements-prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/requirements-prod.txt b/core/base/requirements-prod.txt index 716f848e..4cf70cd0 100644 --- a/core/base/requirements-prod.txt +++ b/core/base/requirements-prod.txt @@ -41,7 +41,7 @@ MarkupSafe==2.1.1 marshmallow==3.18.0 marshmallow-sqlalchemy==0.28.1 multidict==6.0.2 -mysql-connector-python==8.0.31 +mysql-connector-python==8.0.29 packaging==21.3 passlib==1.7.4 podop @ file:///app/libs/podop From 4881e0db2a62d3d5fed701d107dcdeeecd764c7f Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Wed, 23 Nov 2022 17:15:03 +0100 Subject: [PATCH 2/2] ghost is right, it should be pinned here too --- core/base/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/requirements-dev.txt b/core/base/requirements-dev.txt index 92d34fdb..ebcdde92 100644 --- a/core/base/requirements-dev.txt +++ b/core/base/requirements-dev.txt @@ -23,7 +23,7 @@ itsdangerous limits marshmallow marshmallow-sqlalchemy -mysql-connector-python +mysql-connector-python==8.0.29 passlib psycopg2-binary Pygments