Skip to content

Commit 7954107

Browse files
committed
add constraints for 3.8
1 parent dd03639 commit 7954107

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

testing/constraints-3.8.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
18
googleapis-common-protos==1.63.2
2-
protobuf==4.25.8
9+
protobuf==4.25.8
10+
google-auth==2.14.1
11+
requests==2.18.0
12+
grpcio==1.33.2
13+
grpcio-status==1.33.2
14+
proto-plus==1.22.3

0 commit comments

Comments
 (0)