nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Bump up requests to a new major version. #123

Closed pszulczewski closed 1 year ago

pszulczewski commented 1 year ago

requests will come up with a new major release to support urllib3 2.0. https://github.com/psf/requests/issues/6432 Once this is done, remove urllib3 dependency in pyproject.toml.

pszulczewski commented 1 year ago

Duplicate of #122 because of GH issues today.