summary refs log tree commit diff
path: root/synapse/rest/client/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* 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)