mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
- Remove unused imports from both files to fix lint errors - Update test expectations to match actual schema output format - Python 3.10+ union syntax now outputs 'str | None' instead of 'Optional[str]' - All local tests pass and core functionality verified Co-Authored-By: João <joao@crewai.com>