mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-21 02:16:27 +00:00
- Use CrewJSONEncoder in SQLiteFlowPersistence.save_state() to properly serialize nested Pydantic models - Add comprehensive test for nested Pydantic model persistence - Resolves RuntimeError: Object of type CustomPydanticModel is not JSON serializable Co-Authored-By: João <joao@crewai.com>