Skip to content

Commit bee7c47

Browse files
keanjapesanGerrit Code Review
authored and
Gerrit Code Review
committed
Merge "Chore: Update urllib3 pin to <2.1.0"
2 parents a7fc75b + d18efac commit bee7c47

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies = [
7676
"tabulate",
7777
"toml",
7878
"tqdm",
79-
"urllib3<2.0.0",
79+
"urllib3<2.1.0",
8080
"websocket-client",
8181
"wrapt",
8282
"xdg"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Undo the urllib3 version pin now python-jenkins no longer breaks.
5+
It was previous pinned at <2.0.0, but we can now update to <2.1.0.
6+
There are still some issues with the latest release 2.1.0.
7+

0 commit comments

Comments
 (0)