Skip to content

Commit 34280d0

Browse files
authored
dependency(urllib3): relax dependency requirement
1 parent 4104b70 commit 34280d0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency'
78
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))
89
- move metadata property from singleton to `chached_property`
910

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requests = "^2.25.1"
1313
pandas = "^2.1.3"
1414
numpy = "^1.20.0"
1515
geopandas = "^0.14.1"
16-
urllib3 = "^2.1.0"
16+
urllib3 = "^2.0.2"
1717
curlify2 = "^2.0.0"
1818

1919
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)