We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0d9cb commit 5e1cd08Copy full SHA for 5e1cd08
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Relaxed urllib3 constraints ([epenet](https://github.com/epenet))
13
14
## [2.1.2] - 2025-03-31
15
16
### Fixed
requirements.txt
@@ -1,4 +1,4 @@
1
python_dateutil >= 2.5.3
2
-urllib3 >= 1.25.3, < 2.1.0
+urllib3 >= 1.25.3, < 3.0.0
3
pydantic >= 1.10.5
4
aiohttp >= 3.0.0
0 commit comments