Files
crewAI/lib
Devin AI 82a17d208b fix: widen OpenTelemetry version constraints to >=1.34.0,<2 (fixes #4474)
The opentelemetry-api, opentelemetry-sdk, and opentelemetry-exporter-otlp-proto-http
dependencies were pinned to ~=1.34.0 (>=1.34.0,<1.35.0), which conflicts with
google-adk and other libraries requiring >=1.36.0.

Widened to >=1.34.0,<2 to allow compatible newer versions while staying within
the stable 1.x API.

Co-Authored-By: João <joao@crewai.com>
2026-02-13 08:59:52 +00:00
..