Skip to content

Commit 0418e32

Browse files
fix: bump opentelemetry-api minimum to >=1.30.0
explicit_bucket_boundaries_advisory was added in 1.30.0. The previous minimum of 1.28.0 caused TypeError in CI. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent b1e90b2 commit 0418e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"pyjwt[crypto]>=2.10.1",
4141
"typing-extensions>=4.13.0",
4242
"typing-inspection>=0.4.1",
43-
"opentelemetry-api>=1.28.0",
43+
"opentelemetry-api>=1.30.0",
4444
]
4545

4646
[project.optional-dependencies]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)