Files
crewAI/src/crewai
Devin AI 045da4f030 fix: Replace remaining deprecated typing imports with built-in types
- 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>
2025-09-04 02:11:50 +00:00
..
2025-05-25 15:24:59 -07:00
2024-02-02 13:56:35 -03:00