Skip to content

Commit 5f17d14

Browse files
committed
chore: bump otel deps to v1.30.0
1 parent 74e26a1 commit 5f17d14

File tree

5 files changed

+127
-78
lines changed

5 files changed

+127
-78
lines changed

examples/hello-world-django/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.11"
1010
django = "^5.0.1"
1111
hyperdx-opentelemetry = {path = "../../", develop = true}
12-
opentelemetry-api = "1.27.0"
13-
opentelemetry-instrumentation = "0.48b0"
12+
opentelemetry-api = "1.30.0"
13+
opentelemetry-instrumentation = "0.51b0"
1414

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

examples/hello-world-flask/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ python = "^3.10"
1010
flask = "2.2.5"
1111
Werkzeug = "2.2.2"
1212
hyperdx-opentelemetry = {path = "../../", develop = true}
13-
opentelemetry-api = "1.27.0"
14-
opentelemetry-instrumentation-flask = "0.48b0"
13+
opentelemetry-api = "1.30.0"
14+
opentelemetry-instrumentation-flask = "0.51b0"
1515

1616
[build-system]
1717
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
hyperdx-opentelemetry = {path = "../../", develop = true}
11-
opentelemetry-api = "1.27.0"
11+
opentelemetry-api = "1.30.0"
1212

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

0 commit comments

Comments
 (0)