gapic-generator 1.30.3__py3-none-any.whl → 1.30.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. gapic/templates/testing/_default_constraints.j2 +2 -0
  2. gapic/templates/testing/constraints-3.7.txt.j2 +2 -0
  3. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/METADATA +1 -1
  4. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/RECORD +50 -50
  5. tests/integration/goldens/asset/testing/constraints-3.10.txt +2 -0
  6. tests/integration/goldens/asset/testing/constraints-3.11.txt +2 -0
  7. tests/integration/goldens/asset/testing/constraints-3.12.txt +2 -0
  8. tests/integration/goldens/asset/testing/constraints-3.7.txt +2 -0
  9. tests/integration/goldens/asset/testing/constraints-3.8.txt +2 -0
  10. tests/integration/goldens/asset/testing/constraints-3.9.txt +2 -0
  11. tests/integration/goldens/credentials/testing/constraints-3.10.txt +2 -0
  12. tests/integration/goldens/credentials/testing/constraints-3.11.txt +2 -0
  13. tests/integration/goldens/credentials/testing/constraints-3.12.txt +2 -0
  14. tests/integration/goldens/credentials/testing/constraints-3.7.txt +2 -0
  15. tests/integration/goldens/credentials/testing/constraints-3.8.txt +2 -0
  16. tests/integration/goldens/credentials/testing/constraints-3.9.txt +2 -0
  17. tests/integration/goldens/eventarc/testing/constraints-3.10.txt +2 -0
  18. tests/integration/goldens/eventarc/testing/constraints-3.11.txt +2 -0
  19. tests/integration/goldens/eventarc/testing/constraints-3.12.txt +2 -0
  20. tests/integration/goldens/eventarc/testing/constraints-3.7.txt +2 -0
  21. tests/integration/goldens/eventarc/testing/constraints-3.8.txt +2 -0
  22. tests/integration/goldens/eventarc/testing/constraints-3.9.txt +2 -0
  23. tests/integration/goldens/logging/testing/constraints-3.10.txt +2 -0
  24. tests/integration/goldens/logging/testing/constraints-3.11.txt +2 -0
  25. tests/integration/goldens/logging/testing/constraints-3.12.txt +2 -0
  26. tests/integration/goldens/logging/testing/constraints-3.7.txt +2 -0
  27. tests/integration/goldens/logging/testing/constraints-3.8.txt +2 -0
  28. tests/integration/goldens/logging/testing/constraints-3.9.txt +2 -0
  29. tests/integration/goldens/logging_internal/testing/constraints-3.10.txt +2 -0
  30. tests/integration/goldens/logging_internal/testing/constraints-3.11.txt +2 -0
  31. tests/integration/goldens/logging_internal/testing/constraints-3.12.txt +2 -0
  32. tests/integration/goldens/logging_internal/testing/constraints-3.7.txt +2 -0
  33. tests/integration/goldens/logging_internal/testing/constraints-3.8.txt +2 -0
  34. tests/integration/goldens/logging_internal/testing/constraints-3.9.txt +2 -0
  35. tests/integration/goldens/redis/testing/constraints-3.10.txt +2 -0
  36. tests/integration/goldens/redis/testing/constraints-3.11.txt +2 -0
  37. tests/integration/goldens/redis/testing/constraints-3.12.txt +2 -0
  38. tests/integration/goldens/redis/testing/constraints-3.7.txt +2 -0
  39. tests/integration/goldens/redis/testing/constraints-3.8.txt +2 -0
  40. tests/integration/goldens/redis/testing/constraints-3.9.txt +2 -0
  41. tests/integration/goldens/redis_selective/testing/constraints-3.10.txt +2 -0
  42. tests/integration/goldens/redis_selective/testing/constraints-3.11.txt +2 -0
  43. tests/integration/goldens/redis_selective/testing/constraints-3.12.txt +2 -0
  44. tests/integration/goldens/redis_selective/testing/constraints-3.7.txt +2 -0
  45. tests/integration/goldens/redis_selective/testing/constraints-3.8.txt +2 -0
  46. tests/integration/goldens/redis_selective/testing/constraints-3.9.txt +2 -0
  47. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/WHEEL +0 -0
  48. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/entry_points.txt +0 -0
  49. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/licenses/LICENSE +0 -0
  50. {gapic_generator-1.30.3.dist-info → gapic_generator-1.30.4.dist-info}/top_level.txt +0 -0
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  {% for package_tuple, package_info in pypi_packages.items() %}
10
12
  {# 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. #}
11
13
  {% if api.naming.warehouse_package_name != package_info.package_name %}
@@ -7,6 +7,8 @@
7
7
  # Then this file should have google-cloud-foo==1.14.0
8
8
  google-api-core==1.34.1
9
9
  google-auth==2.14.1
10
+ # cryptography is a direct dependency of google-auth
11
+ cryptography==38.0.3
10
12
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
11
13
  # Add the minimum supported version of grpcio to constraints files
12
14
  proto-plus==1.22.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gapic-generator
3
- Version: 1.30.3
3
+ Version: 1.30.4
4
4
  Summary: Google API Client Generator for Python
5
5
  Home-page: https://github.com/googleapis/gapic-generator-python
6
6
  Author: Google LLC
@@ -81,13 +81,13 @@ gapic/templates/docs/_templates/layout.html.j2,sha256=hE69TwES_0d7X9JiUkd1iRk6au
81
81
  gapic/templates/examples/_generated_sample_comment.j2,sha256=OUvQWdDw6TWHap8DhOmVYpxW6cswZZvQYpPQkc7u03Y,386
82
82
  gapic/templates/examples/feature_fragments.j2,sha256=xV7QFY2ogmZk5BevjZMo6dge-66uqUmD08ZZBuWLECo,12575
83
83
  gapic/templates/examples/sample.py.j2,sha256=52e-J4sOVU5bcrUKLYRixGTZuCTLlEv7u-1Nsz046D8,1907
84
- gapic/templates/testing/_default_constraints.j2,sha256=mabqkIN2334C0RAvgwf71tjJYZWNoKbUfmvBr8NInjU,632
84
+ gapic/templates/testing/_default_constraints.j2,sha256=wf51G_1MRJEvywYWMe1Mn1LrpsPgaJMJxn7tH4sMMAg,698
85
85
  gapic/templates/testing/constraints-3.10.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
86
86
  gapic/templates/testing/constraints-3.11.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
87
87
  gapic/templates/testing/constraints-3.12.txt.j2,sha256=HjXh4DOUOCbBqAdlG0Ihf7OSqqivfg4EI53PqvLI7pI,111
88
88
  gapic/templates/testing/constraints-3.13.txt.j2,sha256=BG23MLhk-7xqtDbszL9pi3N5Ju7kUzSBxAxDIzXAFSA,1003
89
89
  gapic/templates/testing/constraints-3.14.txt.j2,sha256=BG23MLhk-7xqtDbszL9pi3N5Ju7kUzSBxAxDIzXAFSA,1003
90
- gapic/templates/testing/constraints-3.7.txt.j2,sha256=CunhLGrAXVD2TrHWy9genRZjdw-Ii1gWE5BUSfxKVzI,1017
90
+ gapic/templates/testing/constraints-3.7.txt.j2,sha256=Z7qzLIm5AxBLXOo5dHaAAvtwH8lfbGUupQp7O1ZeAB4,1091
91
91
  gapic/templates/testing/constraints-3.8.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
92
92
  gapic/templates/testing/constraints-3.9.txt.j2,sha256=57QfbItrZz9eRRi2WBp7LSdo_8MW6SFFpPLCZyjYLX4,110
93
93
  gapic/templates/tests/__init__.py.j2,sha256=aOiT1QgrbzGF1r5HbVxi4YzoR65npy188SDmgyi7QwA,29
@@ -110,7 +110,7 @@ gapic/utils/reserved_names.py,sha256=M3E9H42wfQFvn2biBKTlxPXQar5Zw5eP3ved2AUUG2c
110
110
  gapic/utils/rst.py,sha256=Jr-U6whWZcenjdnzyw-VFiIvS9ToqM-_4QaH59lM2fI,2801
111
111
  gapic/utils/uri_conv.py,sha256=fiLI3Ga9CAtouQJcg0Uuu3bwzDral2sZWcRxpLwYmYc,1705
112
112
  gapic/utils/uri_sample.py,sha256=1NOKPUE_HWqy46CKzigM2aYp8xqO4ioXmDmBDrQLS9M,3191
113
- gapic_generator-1.30.3.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
113
+ gapic_generator-1.30.4.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
114
114
  rules_python_gapic/pytest.py,sha256=cL3qIqEOyfJdAb3p3ogWvyGBKqjp5J5qxgkIrjc7-JA,612
115
115
  rules_python_gapic/test.py,sha256=WCsGlzyjVaAy-C79SmL1nw7iyTPRJrlQOdK7uhDEmyM,346
116
116
  test_utils/__init__.py,sha256=uwvIt0wvGRORvAV_5AzMHejrBe2E4R4LHwpCd5x_us4,575
@@ -252,14 +252,14 @@ tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generate
252
252
  tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generated_asset_service_update_saved_query_async.py,sha256=C3BUbJHmj_YQMSHbAIe0Su9Pei2tTSKpWwQEKg2YNHY,1833
253
253
  tests/integration/goldens/asset/samples/generated_samples/cloudasset_v1_generated_asset_service_update_saved_query_sync.py,sha256=4WxBab2ed9RjtAQPJrNEyrijXkDuOpvE4uar_AeScE8,1814
254
254
  tests/integration/goldens/asset/samples/generated_samples/snippet_metadata_google.cloud.asset.v1.json,sha256=6QWVkC3xzLYYBXh1DQH9y62Ad-B2Lovik8dlDfuIlFI,105419
255
- tests/integration/goldens/asset/testing/constraints-3.10.txt,sha256=NeUn0IqHUj-zp_npJ3RhD99oramY7jJON8Cwwls6uG8,266
256
- tests/integration/goldens/asset/testing/constraints-3.11.txt,sha256=NeUn0IqHUj-zp_npJ3RhD99oramY7jJON8Cwwls6uG8,266
257
- tests/integration/goldens/asset/testing/constraints-3.12.txt,sha256=NeUn0IqHUj-zp_npJ3RhD99oramY7jJON8Cwwls6uG8,266
255
+ tests/integration/goldens/asset/testing/constraints-3.10.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
256
+ tests/integration/goldens/asset/testing/constraints-3.11.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
257
+ tests/integration/goldens/asset/testing/constraints-3.12.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
258
258
  tests/integration/goldens/asset/testing/constraints-3.13.txt,sha256=72vQmKdqXix-IM1h6ZKoCw5MqqQCI07TcZDbTLrxU-I,564
259
259
  tests/integration/goldens/asset/testing/constraints-3.14.txt,sha256=72vQmKdqXix-IM1h6ZKoCw5MqqQCI07TcZDbTLrxU-I,564
260
- tests/integration/goldens/asset/testing/constraints-3.7.txt,sha256=oF9cXAn2uyF2USfoB9tZBbmouaoF3GUnsv4oajpeIyo,617
261
- tests/integration/goldens/asset/testing/constraints-3.8.txt,sha256=NeUn0IqHUj-zp_npJ3RhD99oramY7jJON8Cwwls6uG8,266
262
- tests/integration/goldens/asset/testing/constraints-3.9.txt,sha256=NeUn0IqHUj-zp_npJ3RhD99oramY7jJON8Cwwls6uG8,266
260
+ tests/integration/goldens/asset/testing/constraints-3.7.txt,sha256=E0t6BcVjCbdrrzfvuKuG4m8ft_s8OMNcevCJYfNLg80,691
261
+ tests/integration/goldens/asset/testing/constraints-3.8.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
262
+ tests/integration/goldens/asset/testing/constraints-3.9.txt,sha256=o8eV9IMeCtNy92Xfj7lZbRpqW0Ccr5tD3pdusV1HtE4,332
263
263
  tests/integration/goldens/asset/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
264
264
  tests/integration/goldens/asset/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
265
265
  tests/integration/goldens/asset/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -312,14 +312,14 @@ tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v
312
312
  tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v1_generated_iam_credentials_sign_jwt_async.py,sha256=Lnyae2n9gu8R-zRa09IT31gGEhYTEnVCU-9rfUzZzyI,1871
313
313
  tests/integration/goldens/credentials/samples/generated_samples/iamcredentials_v1_generated_iam_credentials_sign_jwt_sync.py,sha256=VLkcQs1tlstBcs_PVba1_hM01RMOLicLjyt69BkGc54,1852
314
314
  tests/integration/goldens/credentials/samples/generated_samples/snippet_metadata_google.iam.credentials.v1.json,sha256=ajmtDB1ZR8_u1B-zEqcKk5lqXba6vXKpd5nrt5y26t8,20368
315
- tests/integration/goldens/credentials/testing/constraints-3.10.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
316
- tests/integration/goldens/credentials/testing/constraints-3.11.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
317
- tests/integration/goldens/credentials/testing/constraints-3.12.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
315
+ tests/integration/goldens/credentials/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
316
+ tests/integration/goldens/credentials/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
317
+ tests/integration/goldens/credentials/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
318
318
  tests/integration/goldens/credentials/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
319
319
  tests/integration/goldens/credentials/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
320
- tests/integration/goldens/credentials/testing/constraints-3.7.txt,sha256=KSWZoH2yPaAx2Vej2CUUcjTmqfb7TKZWDWrRpa_krsA,517
321
- tests/integration/goldens/credentials/testing/constraints-3.8.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
322
- tests/integration/goldens/credentials/testing/constraints-3.9.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
320
+ tests/integration/goldens/credentials/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
321
+ tests/integration/goldens/credentials/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
322
+ tests/integration/goldens/credentials/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
323
323
  tests/integration/goldens/credentials/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
324
324
  tests/integration/goldens/credentials/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
325
325
  tests/integration/goldens/credentials/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -402,14 +402,14 @@ tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generat
402
402
  tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generated_eventarc_update_trigger_async.py,sha256=y0RFvRhIUuKS8CaIk-_28W0m7Grgn8OwYGZcZPXX8yI,1926
403
403
  tests/integration/goldens/eventarc/samples/generated_samples/eventarc_v1_generated_eventarc_update_trigger_sync.py,sha256=v2f7S1bbDHKDdzTaTP7GtRd9gPR8ff7uh-mkwtRwcAk,1905
404
404
  tests/integration/goldens/eventarc/samples/generated_samples/snippet_metadata_google.cloud.eventarc.v1.json,sha256=d4u1daA3hLS8Qbjiyf3dZNb-at-tNT3hvJxlaRIEt_Q,82996
405
- tests/integration/goldens/eventarc/testing/constraints-3.10.txt,sha256=06rPSkQ6qaE3MHSogv83noh_4o3fFt7pjO9vVt3q4tU,207
406
- tests/integration/goldens/eventarc/testing/constraints-3.11.txt,sha256=06rPSkQ6qaE3MHSogv83noh_4o3fFt7pjO9vVt3q4tU,207
407
- tests/integration/goldens/eventarc/testing/constraints-3.12.txt,sha256=06rPSkQ6qaE3MHSogv83noh_4o3fFt7pjO9vVt3q4tU,207
405
+ tests/integration/goldens/eventarc/testing/constraints-3.10.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
406
+ tests/integration/goldens/eventarc/testing/constraints-3.11.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
407
+ tests/integration/goldens/eventarc/testing/constraints-3.12.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
408
408
  tests/integration/goldens/eventarc/testing/constraints-3.13.txt,sha256=F-sl1a-TiZoxX_Vm6wdUkZgYP6uSEDQfOKxVe1dUBHE,499
409
409
  tests/integration/goldens/eventarc/testing/constraints-3.14.txt,sha256=F-sl1a-TiZoxX_Vm6wdUkZgYP6uSEDQfOKxVe1dUBHE,499
410
- tests/integration/goldens/eventarc/testing/constraints-3.7.txt,sha256=X5Xn2D8-xJqEMRfMwu-22NZyuehz2WMLqHvugXCRIkk,544
411
- tests/integration/goldens/eventarc/testing/constraints-3.8.txt,sha256=06rPSkQ6qaE3MHSogv83noh_4o3fFt7pjO9vVt3q4tU,207
412
- tests/integration/goldens/eventarc/testing/constraints-3.9.txt,sha256=06rPSkQ6qaE3MHSogv83noh_4o3fFt7pjO9vVt3q4tU,207
410
+ tests/integration/goldens/eventarc/testing/constraints-3.7.txt,sha256=CUmhA5k0vzYUS8rCwsfCzxAtWYkBTc6QxxbGhAHUUlA,618
411
+ tests/integration/goldens/eventarc/testing/constraints-3.8.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
412
+ tests/integration/goldens/eventarc/testing/constraints-3.9.txt,sha256=tCgtXFLa8MJiA4VJT8FR1ku4T7S_yyEN-dJ7q0A98NU,273
413
413
  tests/integration/goldens/eventarc/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
414
414
  tests/integration/goldens/eventarc/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
415
415
  tests/integration/goldens/eventarc/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -561,14 +561,14 @@ tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated
561
561
  tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_async.py,sha256=zxFwFT49cdqL4_EST63H0kiQXGKvGkDA7UoijmhWD74,2008
562
562
  tests/integration/goldens/logging/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_sync.py,sha256=PmbS-aQnibtu2RrJbF05gdKz8C5UfO367MGp4VBcFKg,1989
563
563
  tests/integration/goldens/logging/samples/generated_samples/snippet_metadata_google.logging.v2.json,sha256=HaWPXSVyLOC7tuarGkF-iw8rlYtyTOTioMNJQFR7j2g,193123
564
- tests/integration/goldens/logging/testing/constraints-3.10.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
565
- tests/integration/goldens/logging/testing/constraints-3.11.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
566
- tests/integration/goldens/logging/testing/constraints-3.12.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
564
+ tests/integration/goldens/logging/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
565
+ tests/integration/goldens/logging/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
566
+ tests/integration/goldens/logging/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
567
567
  tests/integration/goldens/logging/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
568
568
  tests/integration/goldens/logging/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
569
- tests/integration/goldens/logging/testing/constraints-3.7.txt,sha256=KSWZoH2yPaAx2Vej2CUUcjTmqfb7TKZWDWrRpa_krsA,517
570
- tests/integration/goldens/logging/testing/constraints-3.8.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
571
- tests/integration/goldens/logging/testing/constraints-3.9.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
569
+ tests/integration/goldens/logging/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
570
+ tests/integration/goldens/logging/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
571
+ tests/integration/goldens/logging/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
572
572
  tests/integration/goldens/logging/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
573
573
  tests/integration/goldens/logging/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
574
574
  tests/integration/goldens/logging/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -722,14 +722,14 @@ tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_
722
722
  tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_async_internal.py,sha256=1Jk5uMaEkMTyS3JzpuNH4tNG0SY2yhQ3eG_H2-zcI3k,2031
723
723
  tests/integration/goldens/logging_internal/samples/generated_samples/logging_v2_generated_metrics_service_v2_update_log_metric_sync_internal.py,sha256=pMYsRatCr_hRa4fM9smoituOJyoaUEMcYwMsmHDW9XA,2012
724
724
  tests/integration/goldens/logging_internal/samples/generated_samples/snippet_metadata_google.logging.v2.json,sha256=6avw6jxLGjLki-EZNH7qE_J50VE89NwCV72RKhyXhCQ,195693
725
- tests/integration/goldens/logging_internal/testing/constraints-3.10.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
726
- tests/integration/goldens/logging_internal/testing/constraints-3.11.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
727
- tests/integration/goldens/logging_internal/testing/constraints-3.12.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
725
+ tests/integration/goldens/logging_internal/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
726
+ tests/integration/goldens/logging_internal/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
727
+ tests/integration/goldens/logging_internal/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
728
728
  tests/integration/goldens/logging_internal/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
729
729
  tests/integration/goldens/logging_internal/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
730
- tests/integration/goldens/logging_internal/testing/constraints-3.7.txt,sha256=KSWZoH2yPaAx2Vej2CUUcjTmqfb7TKZWDWrRpa_krsA,517
731
- tests/integration/goldens/logging_internal/testing/constraints-3.8.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
732
- tests/integration/goldens/logging_internal/testing/constraints-3.9.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
730
+ tests/integration/goldens/logging_internal/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
731
+ tests/integration/goldens/logging_internal/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
732
+ tests/integration/goldens/logging_internal/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
733
733
  tests/integration/goldens/logging_internal/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
734
734
  tests/integration/goldens/logging_internal/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
735
735
  tests/integration/goldens/logging_internal/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -799,14 +799,14 @@ tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_clo
799
799
  tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_cloud_redis_upgrade_instance_async.py,sha256=Md6H82d8gd5EyWXOv3WxH2nkU5pTsceJAXSs8rYFvw4,1970
800
800
  tests/integration/goldens/redis/samples/generated_samples/redis_v1_generated_cloud_redis_upgrade_instance_sync.py,sha256=zWCUUhQ5tNoQgMVbC-Onm5lJ9_DUmtFneGeKF_by0ug,1949
801
801
  tests/integration/goldens/redis/samples/generated_samples/snippet_metadata_google.cloud.redis.v1.json,sha256=DSYO94JFB69iFjJ_6rXFXw2MQqud_yHTC0KDdNo3c60,51148
802
- tests/integration/goldens/redis/testing/constraints-3.10.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
803
- tests/integration/goldens/redis/testing/constraints-3.11.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
804
- tests/integration/goldens/redis/testing/constraints-3.12.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
802
+ tests/integration/goldens/redis/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
803
+ tests/integration/goldens/redis/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
804
+ tests/integration/goldens/redis/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
805
805
  tests/integration/goldens/redis/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
806
806
  tests/integration/goldens/redis/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
807
- tests/integration/goldens/redis/testing/constraints-3.7.txt,sha256=KSWZoH2yPaAx2Vej2CUUcjTmqfb7TKZWDWrRpa_krsA,517
808
- tests/integration/goldens/redis/testing/constraints-3.8.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
809
- tests/integration/goldens/redis/testing/constraints-3.9.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
807
+ tests/integration/goldens/redis/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
808
+ tests/integration/goldens/redis/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
809
+ tests/integration/goldens/redis/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
810
810
  tests/integration/goldens/redis/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
811
811
  tests/integration/goldens/redis/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
812
812
  tests/integration/goldens/redis/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -862,14 +862,14 @@ tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_gen
862
862
  tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_generated_cloud_redis_update_instance_async.py,sha256=HyvVi-bJzqghsL-31tV5vGDyggt7hYrHasqkLOGkfeU,2057
863
863
  tests/integration/goldens/redis_selective/samples/generated_samples/redis_v1_generated_cloud_redis_update_instance_sync.py,sha256=DmaDRADFgm16DaG5VHCSugfjIc62in6xjKx7_jIMr3U,2036
864
864
  tests/integration/goldens/redis_selective/samples/generated_samples/snippet_metadata_google.cloud.redis.v1.json,sha256=SYB2GmtR0w04mgExI12fpHhFMCSO3qyYDp8T_YMcRJM,22904
865
- tests/integration/goldens/redis_selective/testing/constraints-3.10.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
866
- tests/integration/goldens/redis_selective/testing/constraints-3.11.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
867
- tests/integration/goldens/redis_selective/testing/constraints-3.12.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
865
+ tests/integration/goldens/redis_selective/testing/constraints-3.10.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
866
+ tests/integration/goldens/redis_selective/testing/constraints-3.11.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
867
+ tests/integration/goldens/redis_selective/testing/constraints-3.12.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
868
868
  tests/integration/goldens/redis_selective/testing/constraints-3.13.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
869
869
  tests/integration/goldens/redis_selective/testing/constraints-3.14.txt,sha256=71rP9ujsu0jwRZChFyYszeY-vztadgUGIx2d4tcxkn4,477
870
- tests/integration/goldens/redis_selective/testing/constraints-3.7.txt,sha256=KSWZoH2yPaAx2Vej2CUUcjTmqfb7TKZWDWrRpa_krsA,517
871
- tests/integration/goldens/redis_selective/testing/constraints-3.8.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
872
- tests/integration/goldens/redis_selective/testing/constraints-3.9.txt,sha256=BqBeP1Xrnu8M1q2pH7UEs7aHuqyolxpkhhZ74_4qpg0,188
870
+ tests/integration/goldens/redis_selective/testing/constraints-3.7.txt,sha256=H4hF3K18oxjZlSa4zvbqdQfDuPhxhfBFBfbOwduAbPo,591
871
+ tests/integration/goldens/redis_selective/testing/constraints-3.8.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
872
+ tests/integration/goldens/redis_selective/testing/constraints-3.9.txt,sha256=bgQjI--Z6d6H1iYlPauwkpVhY8cHBnb8Z9zJVVmlh4M,254
873
873
  tests/integration/goldens/redis_selective/tests/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
874
874
  tests/integration/goldens/redis_selective/tests/unit/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
875
875
  tests/integration/goldens/redis_selective/tests/unit/gapic/__init__.py,sha256=5CUXSJm4w2myumSwice6cYllaZrHzsDgTxKFeN4jB-U,601
@@ -952,8 +952,8 @@ tests/unit/utils/test_lines.py,sha256=nGhHsbicSOKVAWEwcaZI3XizKT5n6-kpWoOt1GjrKc
952
952
  tests/unit/utils/test_rst.py,sha256=FoTbSc6qpq6cRPeur4GvT2TCKF5m4YlLDplx8ZG5TOc,2232
953
953
  tests/unit/utils/test_uri_conv.py,sha256=OLj51y1N-UukFLZJNWHr-QZ9eOWVk4bA4DwD5ask_TA,1118
954
954
  tests/unit/utils/test_uri_sample.py,sha256=lnE8HIRIX1I3qqmu0R0vcS4AfB7r6KJwcbxlcFXBVwc,1187
955
- gapic_generator-1.30.3.dist-info/METADATA,sha256=7E46pfCy42xEtzS32jQNsDJgV3r93vCk3pa2lzVO-5w,4905
956
- gapic_generator-1.30.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
957
- gapic_generator-1.30.3.dist-info/entry_points.txt,sha256=AJx-UiTN0b_RJbY6QXm7lQ-k1PkRYGX6CnZqQETrleA,110
958
- gapic_generator-1.30.3.dist-info/top_level.txt,sha256=jCXBy3WahW-Qvc-5x6oG8i9D_JbAUd2buqQt-UfaHKI,42
959
- gapic_generator-1.30.3.dist-info/RECORD,,
955
+ gapic_generator-1.30.4.dist-info/METADATA,sha256=UAVJC5wJzsuEhXgbSu2a2twEbrCMYycKw7QEeOiKbJw,4905
956
+ gapic_generator-1.30.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
957
+ gapic_generator-1.30.4.dist-info/entry_points.txt,sha256=AJx-UiTN0b_RJbY6QXm7lQ-k1PkRYGX6CnZqQETrleA,110
958
+ gapic_generator-1.30.4.dist-info/top_level.txt,sha256=jCXBy3WahW-Qvc-5x6oG8i9D_JbAUd2buqQt-UfaHKI,42
959
+ gapic_generator-1.30.4.dist-info/RECORD,,
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  google-cloud-access-context-manager
10
12
  google-cloud-os-config
11
13
  grpc-google-iam-v1
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  google-cloud-access-context-manager
10
12
  google-cloud-os-config
11
13
  grpc-google-iam-v1
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  google-cloud-access-context-manager
10
12
  google-cloud-os-config
11
13
  grpc-google-iam-v1
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  google-cloud-access-context-manager
10
12
  google-cloud-os-config
11
13
  grpc-google-iam-v1
@@ -6,6 +6,8 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  google-cloud-access-context-manager
10
12
  google-cloud-os-config
11
13
  grpc-google-iam-v1
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,4 +6,6 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  grpc-google-iam-v1
@@ -6,4 +6,6 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  grpc-google-iam-v1
@@ -6,4 +6,6 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  grpc-google-iam-v1
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,4 +6,6 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  grpc-google-iam-v1
@@ -6,4 +6,6 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
9
11
  grpc-google-iam-v1
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,6 +6,8 @@
6
6
  # Then this file should have google-cloud-foo==1.14.0
7
7
  google-api-core==1.34.1
8
8
  google-auth==2.14.1
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography==38.0.3
9
11
  # TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
10
12
  # Add the minimum supported version of grpcio to constraints files
11
13
  proto-plus==1.22.3
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography
@@ -6,3 +6,5 @@ google-auth
6
6
  grpcio
7
7
  proto-plus
8
8
  protobuf
9
+ # cryptography is a direct dependency of google-auth
10
+ cryptography