mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
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:
co-authored by
Claude Sonnet 4.6
parent
7ebdbcc62b
commit
476267f764
+1
-3
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user