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
commit ac13f84896f0d204d164be0b65a9b95fb4d1e9e4 Author: Marcus Christie <[email protected]> AuthorDate: Tue Feb 21 18:44:27 2023 -0500 AIRAVATA-3682 Upgrading sdk version to get write permission metadata --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5908b842..ea048a44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ grpcio-tools==1.51.1 ; python_version >= "3.7" grpcio==1.48.2 ; python_version < "3.7" grpcio==1.51.1 ; python_version >= "3.7" -airavata-django-portal-sdk==1.8.1 +airavata-django-portal-sdk==1.8.2 airavata-python-sdk==1.0.2 airavata-django-portal-commons==1.0.0
