From 395a7e627cd5c046662a2787876f0cc8729bacb9 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 4 May 2023 10:47:42 -0400 Subject: [PATCH 1/2] empty commit From 651a0bf701c3947f06291f6124411fdc2725ee48 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Thu, 4 May 2023 11:20:50 -0400 Subject: [PATCH 2/2] Set ceiling for urllib3 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 18cfea5a..7aef59cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ dev = [ "tomli~=2.0; python_version<'3.11'", "types-python-dateutil~=2.8.19", "types-requests~=2.29.0", + "urllib3<2", # temporary pin https://github.com/stac-utils/pystac-client/issues/509 ] docs = [ "Sphinx~=6.2",