mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
The previous `~=1.34.0` pin kept us on the unmaintained 1.34 line — last patched as `1.34.1` in June 2025, eight minor releases behind upstream — and caused `_create_exp_backoff_generator` `ImportError` crashes in factory deployments where the OpenTelemetry Operator's injected init container shadows `opentelemetry.exporter.otlp.proto.common._internal` with >=1.35 while our `opentelemetry-exporter-otlp-proto-grpc==1.34.1` still imports the removed private symbol. Pinning to `~=1.42.0` tracks the current upstream stable line; the resolver now lands on 1.42.1 and our public OTel trace API usage is unaffected.