From 7df6c4a3439f8454048f4d37081430fee70ac5aa Mon Sep 17 00:00:00 2001 From: Harshg999 Date: Wed, 1 Nov 2023 17:49:49 +0530 Subject: [PATCH 1/2] [gs] Add missing gcs-oauth2-boto-plugin package for non-RAZ scenarios --- desktop/core/base_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/core/base_requirements.txt b/desktop/core/base_requirements.txt index bff734473e5..029bc6e9772 100644 --- a/desktop/core/base_requirements.txt +++ b/desktop/core/base_requirements.txt @@ -28,6 +28,7 @@ djangomako==1.3.2 djangorestframework-simplejwt==5.2.0 djangorestframework==3.12.2 future==0.18.3 +gcs-oauth2-boto-plugin==3.0 greenlet==2.0.2 gunicorn==19.9.0 ipython==8.12.2 # Python >= 3.8 From 4b72f086363eeeacaebbe4a14be927a43d013add Mon Sep 17 00:00:00 2001 From: Harshg999 Date: Thu, 2 Nov 2023 15:24:17 +0530 Subject: [PATCH 2/2] [gs] Add correct version for rsa==4.7.2 --- desktop/core/base_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/core/base_requirements.txt b/desktop/core/base_requirements.txt index 029bc6e9772..daa681a8d23 100644 --- a/desktop/core/base_requirements.txt +++ b/desktop/core/base_requirements.txt @@ -60,7 +60,7 @@ pytidylib==0.3.2 pytz==2021.3 PyJWT==2.4.0 requests-kerberos==0.12.0 -rsa==4.7 +rsa==4.7.2 sasl==0.3.1 # Move to https://pypi.org/project/sasl3/ ? slack-sdk==3.2.0 SQLAlchemy==1.3.8