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/07/27 20:50:39 UTC

[airavata-django-portal] 03/03: AIRAVATA-3322 Update to version of python SDK with paginated getExperimentStatistics

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 0342d803ea2c5fe9ee630f2c04935c25a16a67b4
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jul 27 16:50:10 2021 -0400

    AIRAVATA-3322 Update to version of python SDK with paginated getExperimentStatistics
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 423312e..ab43b9b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,6 +20,6 @@ grpcio-tools==1.34.1
 grpcio==1.34.1
 
 airavata-django-portal-sdk==1.1.dev4
-airavata-python-sdk==1.0.0
+airavata-python-sdk==1.0.1
 
 -e "."