summary refs log tree commit diff
path: root/synapse/rest/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+8
| | | While maintaining support with pydantic v1.
* Add missing license header. (#16359)Patrick Cloke2023-09-211-0/+13
|
* Use Pydantic to systematically validate a first batch of endpoints in ↵David Robertson2022-08-151-0/+23
`synapse.rest.client.account`. (#13188)