mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 09:08:31 +00:00
- Add support for types.UnionType in addition to typing.Union - Fix AttributeError when processing str | None syntax - Add comprehensive tests for both union syntaxes - Handle types without __name__ attribute gracefully - Resolves issue #3074 Co-Authored-By: João <joao@crewai.com>