Skip to content

Commit

Permalink
feat: update otel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Apr 15, 2024
1 parent 1f491a6 commit cc65089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ classifiers = [
"Programming Language :: Python :: 3.8",
]
dependencies = [
"opentelemetry-instrumentation == 0.41b0",
"opentelemetry-instrumentation == 0.45b0",
"opentelemetry-propagator-aws-xray == 1.0.1",
"opentelemetry-semantic-conventions == 0.41b0",
"opentelemetry-semantic-conventions == 0.45b0",
]

[project.optional-dependencies]
instruments = []
test = [
"opentelemetry-test-utils == 0.41b0",
]

[project.urls]
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aws-lambda"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.12",
"opentelemetry-instrumentation == 0.41b0",
"opentelemetry-semantic-conventions == 0.41b0",
"opentelemetry-instrumentation == 0.45b0",
"opentelemetry-semantic-conventions == 0.45b0",
"opentelemetry-propagator-aws-xray == 1.0.1",
]

Expand Down

0 comments on commit cc65089

Please sign in to comment.