mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 05:08:12 +00:00
The litellm extra was capped at <1.85, which excludes future patch lines and reintroduces resolution failures under uv/pip. Widen to >=1.84.0,<2 so the extra resolves cleanly against crewai's openai/python-dotenv pins. Closes OSS-71