mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-07 11:38:16 +00:00
The litellm optional dependency had a wide upper bound (<3) that allowed any future litellm release to be installed automatically. This means breaking changes in new litellm versions could affect customers immediately. Pins the upper bound to <=1.82.6 (current latest known-good version). When newer litellm versions are tested and validated, bump this bound explicitly.