Files
crewAI/lib
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
..
2026-03-26 04:12:49 +08:00