Skip to content

Commit

Permalink
Fix: pin urllib3<2.0.0
Browse files Browse the repository at this point in the history
The latest version of module breaks compatibility with
python-jenkins.

Issue: RELENG-4715
Change-Id: If0d942696820b8c867b56735ca3036aa3aa3b37c
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed May 8, 2023
1 parent a25926b commit 7ec5d54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions releasenotes/notes/pin-urllib3-fc1f58ff739d8519.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
fixes:
- |
Pin urllib3 to <2.0.0
The latest version of module breaks compatibility
with python-{jenkins,openstacksdk}.
Error:
.. code-block:: bash
ValueError: Timeout value connect was <object object at
0x7fe57a4948a0>, but it must be an int, float or None.
Reference:
`Launchpad#2018567 <https://bugs.launchpad.net/python-jenkins/+bug/2018567>`
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ soupsieve
tabulate
toml
tqdm
urllib3
urllib3<2.0.0
websocket-client
wrapt
xdg
Expand Down

0 comments on commit 7ec5d54

Please sign in to comment.