From 01e8f760e4ccca1c99f27a3fc4a74572b03ffc3a Mon Sep 17 00:00:00 2001 From: James Norton Date: Thu, 17 Oct 2024 13:37:03 -0400 Subject: [PATCH] HARMONY-1922: Fix version range for pystac to work with all supported versions of python --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ed8bfd..206db20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ boto3 ~= 1.14 deprecation ~= 2.1.0 pynacl ~= 1.4 -pystac ~= 1.11.0 +pystac >= 1.0.0 python-json-logger ~= 2.0.1 requests ~= 2.24 urllib3 ~= 1.26.9 \ No newline at end of file