mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 05:52:39 +00:00
Fixes #4511 The opentelemetry packages were pinned with ~=1.34.0 (>=1.34.0, <1.35.0) which prevented users from installing newer versions needed by tools like Langfuse. Widened to >=1.34.0,<2 since crewAI only uses stable trace APIs that have no breaking changes across 1.x versions. Co-Authored-By: João <joao@crewai.com>