From 9c47a47f5cb797111a1287f2d35d3ee43537ae9f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 18 Sep 2024 14:28:26 -0400 Subject: [PATCH] Demand urllib3 to be no less than 2.0.0 in which enforce_content_length was set to default to True --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 174b8632e..134ba86d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,8 @@ install_requires = ruamel.yaml >=0.15, <1 semantic-version tenacity + # possibly silently incomplete downloads: https://github.com/dandi/dandi-cli/issues/1500 + urllib3 >= 2.0.0 yarl ~= 1.9 zarr ~= 2.10 zarr_checksum ~= 0.4.0