Files
crewAI/lib
Devin AI a9f444e575 fix: widen opentelemetry version constraints to >=1.34.0,<2
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>
2026-02-18 15:58:42 +00:00
..