summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15862.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/15862.bugfix b/changelog.d/15862.bugfix
new file mode 100644
index 0000000000..8eb6aa9a7f
--- /dev/null
+++ b/changelog.d/15862.bugfix
@@ -0,0 +1,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.