Skip to content

Commit 7e65087

Browse files
committed
Relax urllib3 dependency constraint
to unblock some unresolvable dependency problems in old (python 3.8) build contexts urllib3 dependency is for now just for urllib3.util.Retry, which was added in 1.9
1 parent 552fced commit 7e65087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.43.0a1"
1+
__version__ = "0.43.0a2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
test_suite="tests",
7373
install_requires=[
7474
"requests>=2.26.0",
75-
"urllib3>=2.0.0",
75+
"urllib3>=1.9.0",
7676
"shapely>=1.6.4",
7777
"numpy>=1.17.0",
7878
"xarray>=0.12.3,<2025.01.2", # TODO #721 xarray non-nanosecond support

0 commit comments

Comments
 (0)