summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPaarth Shah <mail@shahpaarth.com>2023-07-04 00:33:24 -0700
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-07-04 16:22:33 +0100
commit649848627c50777f8c93e8b980e903ab39ea019a (patch)
treefc2527cd6b72417c542818e12a60fceff6b3b815 /changelog.d
parentSplit out 2022 changes from the changelog (#15846) (diff)
downloadsynapse-649848627c50777f8c93e8b980e903ab39ea019a.tar.xz
Pin `pydantic` to <2.0.0 (#15862)
Signed-off-by: Paarth Shah <mail@shahpaarth.com>
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.