mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-06 07:29:24 +00:00
fix: widen opentelemetry pins to >=1.34.0,<2.0.0
The `~=1.34.0` (`>=1.34.0,<1.35.0`) pin kept us on the unmaintained 1.34 line — last patched as `1.34.1` in June 2025. Public OTel trace API is stable across 1.34 → 1.42; the resolver now lands on 1.42.1.
This commit is contained in:
@@ -16,9 +16,9 @@ dependencies = [
|
||||
"pyjwt>=2.13.0,<3",
|
||||
"pydantic>=2.11.9,<2.13",
|
||||
"rich>=13.7.1",
|
||||
"opentelemetry-api~=1.34.0",
|
||||
"opentelemetry-sdk~=1.34.0",
|
||||
"opentelemetry-exporter-otlp-proto-http~=1.34.0",
|
||||
"opentelemetry-api>=1.34.0,<2.0.0",
|
||||
"opentelemetry-sdk>=1.34.0,<2.0.0",
|
||||
"opentelemetry-exporter-otlp-proto-http>=1.34.0,<2.0.0",
|
||||
"tomli~=2.0.2",
|
||||
]
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@ dependencies = [
|
||||
"pdfplumber~=0.11.4",
|
||||
"regex~=2026.1.15",
|
||||
# Telemetry and Monitoring
|
||||
"opentelemetry-api~=1.34.0",
|
||||
"opentelemetry-sdk~=1.34.0",
|
||||
"opentelemetry-exporter-otlp-proto-http~=1.34.0",
|
||||
"opentelemetry-api>=1.34.0,<2.0.0",
|
||||
"opentelemetry-sdk>=1.34.0,<2.0.0",
|
||||
"opentelemetry-exporter-otlp-proto-http>=1.34.0,<2.0.0",
|
||||
# Data Handling
|
||||
"chromadb~=1.1.0",
|
||||
"tokenizers>=0.21,<1",
|
||||
|
||||
Reference in New Issue
Block a user