Skip to content

Commit

Permalink
Upgrade Otel 1.24 with custom 0.45b0
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed May 6, 2024
1 parent 80398b4 commit 014397d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
'opentelemetry-api == 1.20.0',
'opentelemetry-sdk == 1.20.0',
'opentelemetry-instrumentation == 0.41b0',
'opentelemetry-instrumentation-logging == 0.41b0',
'opentelemetry-api == 1.24.0',
'opentelemetry-sdk == 1.24.0',
'opentelemetry-instrumentation@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=opentelemetry-instrumentation',
'opentelemetry-instrumentation-logging@git+https://github.com/tammy-baylis-swi/opentelemetry-python-contrib.git@sw-upgrade-otel#subdirectory=instrumentation/opentelemetry-instrumentation-logging',
]

[project.urls]
Expand Down

0 comments on commit 014397d

Please sign in to comment.