summary refs log tree commit diff
path: root/synapse/rest/client/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+6
| | | While maintaining support with pydantic v1.
* A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson2022-09-151-13/+15
|
* A second batch of Pydantic models for rest/client/account.py (#13687)David Robertson2022-09-071-4/+20
|
* Use Pydantic to systematically validate a first batch of endpoints in ↵David Robertson2022-08-151-0/+69
`synapse.rest.client.account`. (#13188)