diff options
author | Paarth Shah <mail@shahpaarth.com> | 2023-07-04 00:33:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 09:33:24 +0200 |
commit | 670d590f8a167d909f8d76a5ecbd240d9609d2b0 (patch) | |
tree | a0117a0445d35753e36b72a7109c2f2f19f9abcf /changelog.d/15862.bugfix | |
parent | devices: use combined ANY clause for faster cleanup (#15861) (diff) | |
download | synapse-670d590f8a167d909f8d76a5ecbd240d9609d2b0.tar.xz |
Pin `pydantic` to <2.0.0 (#15862)
Signed-off-by: Paarth Shah <mail@shahpaarth.com>
Diffstat (limited to 'changelog.d/15862.bugfix')
-rw-r--r-- | changelog.d/15862.bugfix | 3 |
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. |