You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/25 19:59:41 UTC

[airavata-django-portal] 08/10: AIRAVATA-3420 AIRAVATA-3469 Updating sdk version for get_lazy_download_url fix, folder download views

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 bac762c083d454f548c1eb5c13f57a6807d3c478
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jun 25 15:26:39 2021 -0400

    AIRAVATA-3420 AIRAVATA-3469 Updating sdk version for get_lazy_download_url fix, folder download views
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index e7a4f1e..2e0f102 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 # Pin these dependencies
 Django==2.2.23
-requests==2.13.0
+requests==2.25.1
 requests-oauthlib==0.7.0
 thrift==0.10.0
 thrift_connector==0.24
@@ -19,6 +19,6 @@ google-api-python-client==1.12.8
 grpcio-tools==1.34.1
 grpcio==1.34.1
 
-airavata-django-portal-sdk==1.1dev1
+airavata-django-portal-sdk==1.1.dev2
 -e git+https://github.com/apache/airavata.git@develop#egg=airavata-python-sdk&subdirectory=airavata-api/airavata-client-sdks/airavata-python-sdk
 -e "."