gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

fix: add cyrptography package to prerelease tests

Open parthea opened this issue 3 weeks ago • 2 comments

Cryptography is a required dependency of google-auth 3.x pre-release and needs to be added to the pre-release tests since we install dependencies with --no-deps.

https://github.com/googleapis/gapic-generator-python/blob/d20dd2876fbf8c35f6a994639864815b0d7608ab/gapic/templates/noxfile.py.j2#L508

The reason for using --no-deps is to ensure that a pre-release version of a package is not downgraded.

parthea avatar Dec 19 '25 18:12 parthea