Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: avoid bad version of opentelemetry-instrumentation #429

Merged
merged 4 commits into from Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@
"tracing": [
"opentelemetry-api >= 1.1.0",
"opentelemetry-sdk >= 1.1.0",
"opentelemetry-instrumentation >= 0.20b0",
"opentelemetry-instrumentation >= 0.20b0, != 0.23b0",
tseaver marked this conversation as resolved.
Show resolved Hide resolved
],
"libcst": "libcst >= 0.2.5",
}
Expand Down
17 changes: 17 additions & 0 deletions testing/constraints-3.10.txt
@@ -0,0 +1,17 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.26.0
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.3
libcst==0.2.5
proto-plus==1.13.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
17 changes: 17 additions & 0 deletions testing/constraints-3.11.txt
@@ -0,0 +1,17 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.26.0
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.3
libcst==0.2.5
proto-plus==1.13.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
17 changes: 17 additions & 0 deletions testing/constraints-3.7.txt
@@ -0,0 +1,17 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.26.0
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.3
libcst==0.2.5
proto-plus==1.13.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
17 changes: 17 additions & 0 deletions testing/constraints-3.8.txt
@@ -0,0 +1,17 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.26.0
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.3
libcst==0.2.5
proto-plus==1.13.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3
17 changes: 17 additions & 0 deletions testing/constraints-3.9.txt
@@ -0,0 +1,17 @@
# This constraints file is used to check that lower bounds
# are correct in setup.py
# List *all* library dependencies and extras in this file.
# Pin the version to the lower bound.
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.26.0
google-cloud-core==1.4.1
grpc-google-iam-v1==0.12.3
libcst==0.2.5
proto-plus==1.13.0
sqlparse==0.3.0
opentelemetry-api==1.1.0
opentelemetry-sdk==1.1.0
opentelemetry-instrumentation==0.20b0
packaging==14.3