mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 02:16:27 +00:00
* fix(flow): support non-primitive types in SQLiteFlowPersistence (#7358) * test(flow): add docstrings to test classes and step methods * fix(flow): serialize Decimal and Path as strings in SQLite persistence * fix(flow): dump BaseModel with mode=python to allow fallback serialization on Any fields * fix(flow): prioritize model_dump mode=json with fallback to mode=python * ci: re-trigger test suite --------- Co-authored-by: Rohit Kanithi <rohitkanithi@users.noreply.github.com> Co-authored-by: Vidit Ostwal <110953813+Vidit-Ostwal@users.noreply.github.com>