Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 8b6c389

Browse files
authored
tests: update constraints for python 3.9 testing
1 parent f81fbd5 commit 8b6c389

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

testing/constraints-3.9.txt

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
# -*- coding: utf-8 -*-
2-
# This constraints file is required for unit tests.
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
33
# List all library dependencies and extras in this file.
4-
google-api-core
5-
proto-plus
6-
protobuf
7-
grpc-google-iam-v1
4+
# Pin the version to the lower bound.
5+
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
6+
# Then this file should have google-cloud-foo==1.14.0
7+
google-api-core==1.34.0
8+
google-cloud-core==1.4.4
9+
grpc-google-iam-v1==0.12.4
10+
libcst==0.2.5
11+
proto-plus==1.22.0
12+
sqlparse==0.4.4
13+
opentelemetry-api==1.22.0
14+
opentelemetry-sdk==1.22.0
15+
opentelemetry-semantic-conventions==0.43b0
16+
protobuf==3.20.2
17+
deprecated==1.2.14
18+
grpc-interceptor==0.15.4
19+
google-cloud-monitoring==2.16.0
20+
mmh3==4.1.0

0 commit comments

Comments
 (0)