Files
crewAI/src/crewai
Devin AI 189b3bfbf4 fix: resolve CI failures for type annotation fix
- 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>
2025-06-17 09:17:09 +00:00
..
2024-09-27 12:11:17 -03:00
2025-06-02 18:12:24 -04:00
2025-03-14 03:00:30 -03:00
2025-06-10 13:32:32 -04:00
2025-06-10 13:32:32 -04:00
2025-05-25 15:24:59 -07:00
2025-06-10 13:32:32 -04:00
2024-02-02 13:56:35 -03:00