Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit b3cfbbc

Browse files
maint(deps): bump otel to 1.19.0/0.40b0 (#149)
1 parent a30c815 commit b3cfbbc

File tree

4 files changed

+345
-267
lines changed

4 files changed

+345
-267
lines changed

examples/hello-world-flask/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ readme = "README.md"
99
python = "^3.10"
1010
flask = "^2.2.2"
1111
honeycomb-opentelemetry = {path = "../../", develop = true}
12-
opentelemetry-api = "^1.17.0"
13-
opentelemetry-instrumentation-flask = "^0.38b0"
12+
opentelemetry-api = "^1.19.0"
13+
opentelemetry-instrumentation-flask = "^0.40b0"
1414

1515
[build-system]
1616
requires = ["poetry-core"]

examples/hello-world/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
honeycomb-opentelemetry = {path = "../../", develop = true}
11-
opentelemetry-api = "^1.17.0"
11+
opentelemetry-api = "^1.19.0"
1212

1313
[build-system]
1414
requires = ["poetry-core"]

0 commit comments

Comments
 (0)