fix: resolve merge conflict in monitoring extras causing TOML parse error

Duplicate opentelemetry entries with missing comma at line 161 broke
pip install and build. Consolidated to single correct bumped bounds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
KaifAhmad1
2026-03-09 15:09:39 +05:30
co-authored by Claude Sonnet 4.6
parent 7ebdbcc62b
commit 476267f764
+1 -3
View File
@@ -156,10 +156,8 @@ monitoring = [
"prometheus-client>=0.14.0",
"opentelemetry-api>=1.30.0,<2.0.0",
"opentelemetry-sdk>=1.30.0,<2.0.0",
"opentelemetry-semantic-conventions>=0.58b0,<0.61b0",
"opentelemetry-instrumentation>=0.58b0,<0.62"
"opentelemetry-semantic-conventions>=0.58b0,<0.62",
"opentelemetry-instrumentation>=0.58b0,<0.61b0"
"opentelemetry-instrumentation>=0.58b0,<0.62"
]
# ---- Visualization ----