Skip to content

Commit 5e8ed9a

Browse files
committed
update constraints file to include pinned deps
1 parent 5d47628 commit 5e8ed9a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is required for unit tests.
33
# 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
4+
google-api-core==1.34.1
5+
# cryptography is a direct dependency of google-auth
6+
cryptography==38.0.3
7+
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
8+
# Add the minimum supported version of grpcio to constraints files
9+
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

Comments
 (0)