mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
fix: Complete deprecated typing imports replacement
- Replace typing.Type with type in all utility files - Replace typing.Dict with dict in remaining files - Replace typing.List with list in remaining files - Fix all undefined name errors from deprecated imports - Ensure compatibility with Python 3.10-3.13 type checking Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Dict, Optional, Union
|
||||
from typing import Optional, Union
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
Reference in New Issue
Block a user