Skip to content

Commit

Permalink
update dependencies (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed Aug 6, 2020
1 parent 5843693 commit 1ad1e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ package_dir=
packages=find_namespace:
install_requires =
environs >= 8.0.0
opentelemetry-api >= 0.9b0
opentelemetry-sdk >= 0.9b0
opentelemetry-ext-otlp >= 0.9b0
opentelemetry-instrumentation >= 0.9b0
opentelemetry-api >= 0.11b0
opentelemetry-sdk >= 0.11b0
opentelemetry-ext-otlp >= 0.11b0
opentelemetry-instrumentation >= 0.11b0

[options.extras_require]
test =
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry/launcher/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def configure_opentelemetry(
"service.name": _LS_SERVICE_NAME,
"service.version": _LS_SERVICE_VERSION,
"telemetry.sdk.language": "python",
"telemetry.sdk.version": "0.9b0",
"telemetry.sdk.version": "0.11b0",
}`
log_level (str): OTEL_LOG_LEVEL, one of:
Expand Down

0 comments on commit 1ad1e34

Please sign in to comment.