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 <[email protected]> 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 "."
