We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d47628 commit 5e8ed9aCopy full SHA for 5e8ed9a
packages/google-cloud-pubsub/testing/constraints-3.9.txt
@@ -1,9 +1,13 @@
1
# -*- coding: utf-8 -*-
2
# This constraints file is required for unit tests.
3
# List all library dependencies and extras in this file.
4
-google-api-core
5
-google-auth
6
-grpcio
7
-proto-plus
8
-protobuf
9
-grpc-google-iam-v1
+google-api-core==1.34.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
+google-auth==2.14.1
10
+grpcio==1.51.3
11
+proto-plus==1.22.3
12
+protobuf==3.20.2
13
+grpc-google-iam-v1==0.14.0
0 commit comments