mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
- Replace type(NOT_SPECIFIED) with Any in type annotations to fix Pydantic schema generation errors - Fix test_process_config_with_empty_config to expect empty config to remain (early return behavior) - Fix test_process_config_with_dict_merge to test the actual behavior (config only overrides None/NOT_SPECIFIED) All 19 tests now pass locally. Co-Authored-By: João <joao@crewai.com>