veracode-api-py icon indicating copy to clipboard operation
veracode-api-py copied to clipboard

Cannot install with urllib3 >= 2.0.0

Open callumwalker opened this issue 1 year ago • 0 comments

Hi,

I can't find a repository for veracode-api-signing itself so I'm raising this here, hope that's okay. Version 0.9.56 of this repository updates the dependency of veracode-api-signing to 24.11.0 which in turn adds a dependency on urllib3 of less than version 2.

This prevents installing veracode_api_py with later versions of urllib3. I can't see urllib3 being used directly in the api signing code so I assume that it was added to work around https://github.com/httpie/cli/issues/1499 which has now been fixed.

Can the restriction on urllib3 be removed?

callumwalker avatar Nov 29 '24 10:11 callumwalker