summary refs log tree commit diff
path: root/changelog.d/15862.bugfix
blob: 8eb6aa9a7f8c1d4fe6808a61b170c04240f65ae3 (plain) (blame)
1
2
3
Pin `pydantic` to ^=1.7.4 to avoid backwards-incompatible API changes from the 2.0.0 release.
Resolves https://github.com/matrix-org/synapse/issues/15858.
Contributed by @PaarthShah.