mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 00:28:13 +00:00
Add span creation test and documentation for version constraints
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -17,6 +17,8 @@ dependencies = [
|
||||
"pdfplumber>=0.11.4",
|
||||
"regex>=2024.9.11",
|
||||
# Telemetry and Monitoring
|
||||
# Version constraints ensure compatibility with various OpenTelemetry versions
|
||||
# while preventing installation of incompatible versions (issue #2372)
|
||||
"opentelemetry-api>=1.22.0,<1.32.0",
|
||||
"opentelemetry-sdk>=1.22.0,<1.32.0",
|
||||
"opentelemetry-exporter-otlp-proto-http>=1.22.0,<1.32.0",
|
||||
|
||||
Reference in New Issue
Block a user