We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e65087 commit 493b817Copy full SHA for 493b817
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+## [0.42.1] - 2025-06-06
19
+
20
+### Changed
21
22
+- Relax `urllib3` dependency constraint below 2.0.0 to unblock dependency resolution issues in some old (Python 3.8) build contexts
23
24
25
## [0.42.0] - 2025-05-28
26
openeo/_version.py
@@ -1 +1 @@
1
-__version__ = "0.43.0a2"
+__version__ = "0.42.1"
0 commit comments