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 httpie/cli#1499 which has now been fixed.
Can the restriction on urllib3 be removed?
Hi,
I can't find a repository for
veracode-api-signingitself so I'm raising this here, hope that's okay. Version 0.9.56 of this repository updates the dependency ofveracode-api-signingto 24.11.0 which in turn adds a dependency onurllib3of less than version 2.This prevents installing
veracode_api_pywith later versions ofurllib3. I can't seeurllib3being used directly in the api signing code so I assume that it was added to work around httpie/cli#1499 which has now been fixed.Can the restriction on
urllib3be removed?