diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 9393ef13ee..cdc1e35412 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:68c7c79adf43af1be4c0527673342dd180aebebf652ea623614eaebff924ca27 libraries: - id: gapic-generator - version: 1.30.3 + version: 1.30.4 last_generated_commit: "" apis: [] source_roots: diff --git a/CHANGELOG.md b/CHANGELOG.md index a73efde5d8..504c52f131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/gapic-generator/#history +## [1.30.4](https://github.com/googleapis/gapic-generator-python/compare/v1.30.3...v1.30.4) (2026-01-20) + + +### Bug Fixes + +* add cryptography to constraints file (#2527) ([595f58f258eb089fc84a3cc1c93d34f950dca77a](https://github.com/googleapis/gapic-generator-python/commit/595f58f258eb089fc84a3cc1c93d34f950dca77a)) + ## [1.30.3](https://github.com/googleapis/gapic-generator-python/compare/v1.30.2...v1.30.3) (2026-01-13) ## [1.30.2](https://github.com/googleapis/gapic-generator-python/compare/v1.30.1...v1.30.2) (2025-12-15) diff --git a/gapic/templates/testing/_default_constraints.j2 b/gapic/templates/testing/_default_constraints.j2 index 19da09d537..85d819aaff 100644 --- a/gapic/templates/testing/_default_constraints.j2 +++ b/gapic/templates/testing/_default_constraints.j2 @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography {% for package_tuple, package_info in pypi_packages.items() %} {# Quick check to make sure `package_info.package_name` is not the package being generated so we don't circularly include this package in its own constraints file. #} {% if api.naming.warehouse_package_name != package_info.package_name %} diff --git a/gapic/templates/testing/constraints-3.7.txt.j2 b/gapic/templates/testing/constraints-3.7.txt.j2 index d6d5cd5dd3..7f13988b11 100644 --- a/gapic/templates/testing/constraints-3.7.txt.j2 +++ b/gapic/templates/testing/constraints-3.7.txt.j2 @@ -7,6 +7,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/requirements.txt b/requirements.txt index dfba7dd8d8..c6523a87cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -980,9 +980,9 @@ protobuf==6.33.0 \ # googleapis-common-protos # grpc-google-iam-v1 # proto-plus -pyasn1==0.6.1 \ - --hash=sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629 \ - --hash=sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034 +pyasn1==0.6.2 \ + --hash=sha256:1eb26d860996a18e9b6ed05e7aae0e9fc21619fcee6af91cca9bad4fbea224bf \ + --hash=sha256:9b59a2b25ba7e4f8197db7686c09fb33e658b98339fadb826e9512629017833b # via # pyasn1-modules # rsa diff --git a/setup.py b/setup.py index 977fa9ce67..e8140def76 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "gapic-generator" description = "Google API Client Generator for Python" url = "https://github.com/googleapis/gapic-generator-python" -version = "1.30.3" +version = "1.30.4" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # Ensure that the lower bounds of these dependencies match what we have in the diff --git a/tests/integration/goldens/asset/testing/constraints-3.10.txt b/tests/integration/goldens/asset/testing/constraints-3.10.txt index 763d545abe..c5602c5029 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.10.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.10.txt @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography google-cloud-access-context-manager google-cloud-os-config grpc-google-iam-v1 diff --git a/tests/integration/goldens/asset/testing/constraints-3.11.txt b/tests/integration/goldens/asset/testing/constraints-3.11.txt index 763d545abe..c5602c5029 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.11.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.11.txt @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography google-cloud-access-context-manager google-cloud-os-config grpc-google-iam-v1 diff --git a/tests/integration/goldens/asset/testing/constraints-3.12.txt b/tests/integration/goldens/asset/testing/constraints-3.12.txt index 763d545abe..c5602c5029 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.12.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.12.txt @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography google-cloud-access-context-manager google-cloud-os-config grpc-google-iam-v1 diff --git a/tests/integration/goldens/asset/testing/constraints-3.7.txt b/tests/integration/goldens/asset/testing/constraints-3.7.txt index 45771b18c6..1cf233cc71 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.7.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/asset/testing/constraints-3.8.txt b/tests/integration/goldens/asset/testing/constraints-3.8.txt index 763d545abe..c5602c5029 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.8.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.8.txt @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography google-cloud-access-context-manager google-cloud-os-config grpc-google-iam-v1 diff --git a/tests/integration/goldens/asset/testing/constraints-3.9.txt b/tests/integration/goldens/asset/testing/constraints-3.9.txt index 763d545abe..c5602c5029 100755 --- a/tests/integration/goldens/asset/testing/constraints-3.9.txt +++ b/tests/integration/goldens/asset/testing/constraints-3.9.txt @@ -6,6 +6,8 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography google-cloud-access-context-manager google-cloud-os-config grpc-google-iam-v1 diff --git a/tests/integration/goldens/credentials/testing/constraints-3.10.txt b/tests/integration/goldens/credentials/testing/constraints-3.10.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.10.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.10.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/credentials/testing/constraints-3.11.txt b/tests/integration/goldens/credentials/testing/constraints-3.11.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.11.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.11.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/credentials/testing/constraints-3.12.txt b/tests/integration/goldens/credentials/testing/constraints-3.12.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.12.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.12.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/credentials/testing/constraints-3.7.txt b/tests/integration/goldens/credentials/testing/constraints-3.7.txt index 5d29dea386..bbf88e9745 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.7.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/credentials/testing/constraints-3.8.txt b/tests/integration/goldens/credentials/testing/constraints-3.8.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.8.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.8.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/credentials/testing/constraints-3.9.txt b/tests/integration/goldens/credentials/testing/constraints-3.9.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/credentials/testing/constraints-3.9.txt +++ b/tests/integration/goldens/credentials/testing/constraints-3.9.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.10.txt b/tests/integration/goldens/eventarc/testing/constraints-3.10.txt index ef1c92ffff..1cd0c5a2c3 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.10.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.10.txt @@ -6,4 +6,6 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography grpc-google-iam-v1 diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.11.txt b/tests/integration/goldens/eventarc/testing/constraints-3.11.txt index ef1c92ffff..1cd0c5a2c3 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.11.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.11.txt @@ -6,4 +6,6 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography grpc-google-iam-v1 diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.12.txt b/tests/integration/goldens/eventarc/testing/constraints-3.12.txt index ef1c92ffff..1cd0c5a2c3 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.12.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.12.txt @@ -6,4 +6,6 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography grpc-google-iam-v1 diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.7.txt b/tests/integration/goldens/eventarc/testing/constraints-3.7.txt index 5b1ee6c35a..9907cdc23b 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.7.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.8.txt b/tests/integration/goldens/eventarc/testing/constraints-3.8.txt index ef1c92ffff..1cd0c5a2c3 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.8.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.8.txt @@ -6,4 +6,6 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography grpc-google-iam-v1 diff --git a/tests/integration/goldens/eventarc/testing/constraints-3.9.txt b/tests/integration/goldens/eventarc/testing/constraints-3.9.txt index ef1c92ffff..1cd0c5a2c3 100755 --- a/tests/integration/goldens/eventarc/testing/constraints-3.9.txt +++ b/tests/integration/goldens/eventarc/testing/constraints-3.9.txt @@ -6,4 +6,6 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography grpc-google-iam-v1 diff --git a/tests/integration/goldens/logging/testing/constraints-3.10.txt b/tests/integration/goldens/logging/testing/constraints-3.10.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.10.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.10.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging/testing/constraints-3.11.txt b/tests/integration/goldens/logging/testing/constraints-3.11.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.11.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.11.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging/testing/constraints-3.12.txt b/tests/integration/goldens/logging/testing/constraints-3.12.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.12.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.12.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging/testing/constraints-3.7.txt b/tests/integration/goldens/logging/testing/constraints-3.7.txt index 5d29dea386..bbf88e9745 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.7.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/logging/testing/constraints-3.8.txt b/tests/integration/goldens/logging/testing/constraints-3.8.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.8.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.8.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging/testing/constraints-3.9.txt b/tests/integration/goldens/logging/testing/constraints-3.9.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging/testing/constraints-3.9.txt +++ b/tests/integration/goldens/logging/testing/constraints-3.9.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.10.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.10.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.10.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.10.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.11.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.11.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.11.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.11.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.12.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.12.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.12.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.12.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.7.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.7.txt index 5d29dea386..bbf88e9745 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.7.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.8.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.8.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.8.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.8.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/logging_internal/testing/constraints-3.9.txt b/tests/integration/goldens/logging_internal/testing/constraints-3.9.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/logging_internal/testing/constraints-3.9.txt +++ b/tests/integration/goldens/logging_internal/testing/constraints-3.9.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis/testing/constraints-3.10.txt b/tests/integration/goldens/redis/testing/constraints-3.10.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.10.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.10.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis/testing/constraints-3.11.txt b/tests/integration/goldens/redis/testing/constraints-3.11.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.11.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.11.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis/testing/constraints-3.12.txt b/tests/integration/goldens/redis/testing/constraints-3.12.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.12.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.12.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis/testing/constraints-3.7.txt b/tests/integration/goldens/redis/testing/constraints-3.7.txt index 5d29dea386..bbf88e9745 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.7.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/redis/testing/constraints-3.8.txt b/tests/integration/goldens/redis/testing/constraints-3.8.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.8.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.8.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis/testing/constraints-3.9.txt b/tests/integration/goldens/redis/testing/constraints-3.9.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis/testing/constraints-3.9.txt +++ b/tests/integration/goldens/redis/testing/constraints-3.9.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.10.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.10.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.10.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.10.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.11.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.11.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.11.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.11.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.12.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.12.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.12.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.12.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.7.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.7.txt index 5d29dea386..bbf88e9745 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.7.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.7.txt @@ -6,6 +6,8 @@ # Then this file should have google-cloud-foo==1.14.0 google-api-core==1.34.1 google-auth==2.14.1 +# cryptography is a direct dependency of google-auth +cryptography==38.0.3 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453) # Add the minimum supported version of grpcio to constraints files proto-plus==1.22.3 diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.8.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.8.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.8.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.8.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography diff --git a/tests/integration/goldens/redis_selective/testing/constraints-3.9.txt b/tests/integration/goldens/redis_selective/testing/constraints-3.9.txt index 93e6826f2a..7599dea499 100755 --- a/tests/integration/goldens/redis_selective/testing/constraints-3.9.txt +++ b/tests/integration/goldens/redis_selective/testing/constraints-3.9.txt @@ -6,3 +6,5 @@ google-auth grpcio proto-plus protobuf +# cryptography is a direct dependency of google-auth +cryptography