mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 06:08:15 +00:00
tomllib is only in the stdlib from 3.11 onward. Fall back to the tomli shim (already a transitive dep) so the regression test can import on the 3.10 leg of the test matrix.