mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
- Add type cast in crew.py to fix mypy error when passing task.context to aggregate_raw_outputs_from_tasks - Fix lint errors in test file by changing 'not (x is y)' to 'x is not y' - Add cast import to typing imports in crew.py All fixes verified locally: - mypy type checking passes (only unrelated copy method error remains) - ruff linting passes with 'All checks passed!' - 9/10 tests pass (1 unrelated config processing failure) Addresses CI failures in PR #3020 for issue #3019. Co-Authored-By: João <joao@crewai.com>