Skip to content

Commit 8525bf5

Browse files
committed
feat: add opentelemetry version and constraints.txt
1 parent 666285b commit 8525bf5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ def prerelease_deps(session):
373373
# dependencies of google-auth
374374
"cryptography",
375375
"pyasn1",
376+
"opentelemetry-api >= 1.1.0",
377+
"opentelemetry-sdk >= 1.1.0",
376378
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev"
377379
]
378380

testing/constraints-3.8.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.31.5
9+
google-cloud-core==1.4.1
10+
grpc-google-iam-v1==0.12.4
11+
libcst==0.2.5
12+
proto-plus==1.15.0
13+
sqlparse==0.3.0
14+
opentelemetry-api==1.1.0
15+
opentelemetry-sdk==1.1.0
16+
opentelemetry-instrumentation==0.20b0
17+
packaging==14.3
18+
protobuf==3.19.0

0 commit comments

Comments
 (0)