summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-21 11:03:02 +0000
committerGitHub <noreply@github.com>2023-02-21 11:03:02 +0000
commit8cede528a821943f60978b17c86516fb16fe2f00 (patch)
treea788940aeffc45584eadfaa7621c8d9460534e52 /changelog.d
parentAdd `matrix-org-archive-keyring` package as `Recommends` (#15110) (diff)
downloadsynapse-8cede528a821943f60978b17c86516fb16fe2f00.tar.xz
Upper-bound frozendict dependency (#15114)
* Upper-bound frozendict dependency

This is an ugly kludge to solve
https://github.com/matrix-org/synapse/issues/15109. It is not the most
friendly thing to do for downstream packagers (apologies), but we are a)
running low on time at the moment, and b) seeking to remove frozendict
anyway.

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15114.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15114.misc b/changelog.d/15114.misc
new file mode 100644
index 0000000000..8e08d632e0
--- /dev/null
+++ b/changelog.d/15114.misc
@@ -0,0 +1 @@
+Upper-bound frozendict dependency. This works around us being unable to test installing our wheels against Python 3.11 in CI.