mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 13:48:09 +00:00
The `~=1.34.0` (`>=1.34.0,<1.35.0`) pin kept us on the unmaintained 1.34 line — last patched as `1.34.1` in June 2025. Public OTel trace API is stable across 1.34 → 1.42; the resolver now lands on 1.42.1.
crewai-core
Shared utilities used by both crewai and crewai-cli: version lookup, storage
paths, user-data helpers, telemetry, and the printer.
This package is a leaf — it has no dependency on the crewai framework — and is
pulled in transitively by crewai and crewai-cli. End users do not normally
install it directly.