reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.42k stars 1.18k forks source link

[ENG-3953] Support pydantic BaseModel (v1 and v2) as state var #4338

Closed masenf closed 3 days ago

masenf commented 2 weeks ago

Provide serializers and mutable proxy tracking for pydantic models directly.

linear[bot] commented 2 weeks ago

ENG-3953 How to support BaseModel in reflex

masenf commented 2 weeks ago

also need to make the import of pydantic.v1 conditional, because 1.10.2 doesn't have that namespace