From 8f787317f383205512474f407fe5ca9b96bf2b48 Mon Sep 17 00:00:00 2001 From: Rex Wang <14366016+rexwangcc@users.noreply.github.com> Date: Thu, 5 Dec 2019 16:01:47 -0500 Subject: [PATCH] Bump the version of metadata-api to avoid unnecessary connection discards. (#174) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fccddb1a..5c6f8d1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ google-auth>=1.6.1,<2 google-cloud-storage>=1.10.0,<2 tenacity==4.10.0 PyJWT==1.6.4 -git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b19#egg=hca-metadata-api[dss] +git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b20#egg=hca-metadata-api[dss] diff --git a/setup.py b/setup.py index 49a2891d..56fc3e9c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'setuptools_scm>=2.0.0,<3', 'tenacity>=4.10.0,<5', 'PyJWT==1.6.4', - 'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b19', + 'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b20', ], entry_points={ 'console_scripts': [