This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/develop by this push:
new 9ea73b0a AIRAVATA-3529 Upgrade Thrift to support Python 3.10+
9ea73b0a is described below
commit 9ea73b0a65fa24647b4871c008dd98c2dc66a50c
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Mar 24 15:36:57 2023 -0400
AIRAVATA-3529 Upgrade Thrift to support Python 3.10+
---
requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index ea048a44..a05440a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
Django==3.2.16
requests==2.25.1
requests-oauthlib==0.7.0
-thrift==0.10.0
+thrift==0.16.0
thrift_connector==0.24
djangorestframework==3.12.4
django-webpack-loader==0.6.0
@@ -25,7 +25,7 @@ grpcio==1.48.2 ; python_version < "3.7"
grpcio==1.51.1 ; python_version >= "3.7"
airavata-django-portal-sdk==1.8.2
-airavata-python-sdk==1.0.2
+airavata-python-sdk==1.1.6
airavata-django-portal-commons==1.0.0
-e "."