pbelskiy / ujenkins

Python client for Jenkins (sync + async)
https://ujenkins.readthedocs.io
MIT License
20 stars 9 forks source link

Allow use of urllib3 v2.x #17

Closed stevemuskiewicz closed 1 year ago

stevemuskiewicz commented 1 year ago

Per the urllib3 v2 migration guide, this should allow use of urllib3 v2.x rather than having to pin to older versions (which may impact other code deps as it did with some of mine 🙂 )

Code passes all tox checks with this change

pbelskiy commented 1 year ago

looks good, thanks!

stevemuskiewicz commented 1 year ago

@pbelskiy Any chance this change can be published as a new release on pypi?

pbelskiy commented 1 year ago

@stevemuskiewicz please check it

https://github.com/pbelskiy/ujenkins/releases/tag/v0.10.2 https://pypi.org/project/ujenkins/0.10.2/

stevemuskiewicz commented 1 year ago

looks good @pbelskiy thank you!!