You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinning urllib3<2 is causing some compatibility issues with including pylxd as a dependency in some projects. As it also forces requests< 2.32.0 that has some un-patched CVE.
Is there any chance it can be can be updated to urllib3>=2 ?
Thanks!
Cheers,
Just
The text was updated successfully, but these errors were encountered:
Pinning the requests< 2.32.0 is unfortunately necessary for the moment because of #579.
It is in our current plans for the next version to remove dependency on requests_unixsocket for this exact reason. This will enable us to update urllib3 as you suggested.
We should have more news on this topic soon, cheers.
This includes implementation to connect to a Unix socket without
`requests_unixsocket`. This allows us to remove this dependency along
with the version restrictions for `urllib3` and `requests`;
Fixes#583#600
Hi,
Pinning
urllib3<2
is causing some compatibility issues with including pylxd as a dependency in some projects. As it also forcesrequests< 2.32.0
that has some un-patched CVE.Is there any chance it can be can be updated to
urllib3>=2
?Thanks!
Cheers,
Just
The text was updated successfully, but these errors were encountered: