From 2c4d59da36d7006380ff0c97a46dbac609a73f55 Mon Sep 17 00:00:00 2001 From: "Christian R. Garcia" Date: Tue, 14 May 2024 08:41:02 -0700 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd118f1..7261327 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,8 +23,8 @@ cryptography==3.4.7 pytest ipython kubernetes -tapipy==1.2.20 -tapisservice==1.3.0 +tapipy==1.5.0 +tapisservice==1.5.0 # we can migrate to a higher version of cloudpickle as soon as we upgrade the samples images (e.g. abacosamples/py3_func:dev) # currently, differences in the patch version withing 0.5 of cloudpickle (e.g. 0.5.2 vs 0.5.6) causes compatibility issues.