nautobot / pynautobot

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

Pin urllib3 and requests. #121

Closed pszulczewski closed 1 year ago

pszulczewski commented 1 year ago

requests doesn't support urllib3 2.0 yet see: https://github.com/psf/requests/issues/6432 They don't use poetry for version constraints in pyproject.toml, so when our poetry.lock is updated it bumps up urllib3 to 2.0.2.

Pinning urllib3 in our pyproject.toml like in their setup.cfg.

pszulczewski commented 1 year ago

Let's make sure to create an issue to track the upstream library and revert this when it is no longer needed.

122