mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-14 06:53:25 +00:00
- Replace List[...] with list[...] in crew.py method signatures - Replace Dict[str, Any] with dict[str, Any] in crew.py and task.py - Fix all undefined name errors from deprecated typing imports - Maintain backward compatibility while modernizing type hints Co-Authored-By: João <joao@crewai.com>