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

Commit 4a58bcb

Browse files
authored
chore: add constraints file (#203)
1 parent 87789c9 commit 4a58bcb

6 files changed

Lines changed: 16 additions & 0 deletions

File tree

testing/constraints-3.10.txt

Whitespace-only changes.

testing/constraints-3.11.txt

Whitespace-only changes.

testing/constraints-3.6.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
8+
google-api-core==1.22.0
9+
google-cloud-core==1.4.1
10+
grpc-google-iam-v1==0.12.3
11+
libcst==0.2.5
12+
proto-plus==1.13.0
13+
sqlparse==0.3.0
14+
opentelemetry-api==0.11b0
15+
opentelemetry-sdk==0.11b0
16+
opentelemetry-instrumentation==0.11b0

testing/constraints-3.7.txt

Whitespace-only changes.

testing/constraints-3.8.txt

Whitespace-only changes.

testing/constraints-3.9.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)