Fix BrowserState Pydantic Model Serialization in Gradio
Gradio's BrowserState component converted Pydantic models to Python repr strings instead of JSON dicts, breaking the frontend data contract. Fixed with model_dump() and 8 regression tests.
Gradio Pydantic Serialization Python Open Source
March 3, 2026
Read More