Files
crewAI/lib/crewai/tests/cli/test_utils.py
Thiago Moretto 6f3cfb8076 fix: capture env_vars declared with Field(default_factory=...)
When env_vars uses default_factory, pydantic stores a callable in the
schema instead of a static default value. Fall back to calling the
factory when no static default is present.
2026-03-27 13:50:47 -03:00

19 KiB