Skip to content

Commit 5e1cd08

Browse files
epenetsstallion
authored andcommitted
Relax urllib3 constraint (#4)
1 parent 8f0d9cb commit 5e1cd08

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Relaxed urllib3 constraints ([epenet](https://github.com/epenet))
13+
1014
## [2.1.2] - 2025-03-31
1115

1216
### Fixed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python_dateutil >= 2.5.3
2-
urllib3 >= 1.25.3, < 2.1.0
2+
urllib3 >= 1.25.3, < 3.0.0
33
pydantic >= 1.10.5
44
aiohttp >= 3.0.0

0 commit comments

Comments
 (0)