summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-07-04 17:48:09 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-07-04 17:48:09 +0100
commit5b5c943e7d978475c30b52941b678eac36008dc9 (patch)
tree2497a2d4906d3d3856ff0622c66057b20ffb41d8
parentUp the dependency on canonicaljson to ^1.5.0 (diff)
downloadsynapse-5b5c943e7d978475c30b52941b678eac36008dc9.tar.xz
Revert "Up the dependency on canonicaljson to ^1.5.0"
This reverts commit dcc4e0621cc101271efc573600bd7591a12cea7c.
-rw-r--r--pyproject.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c098b8df03..b9f2ea432c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -110,9 +110,7 @@ jsonschema = ">=3.0.0"
 frozendict = ">=1,!=2.1.2"
 # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
 unpaddedbase64 = ">=2.1.0"
-# We require 1.5.0 to work around an issue when running against the C implementation of
-# frozendict: https://github.com/matrix-org/python-canonicaljson/issues/36
-canonicaljson = "^1.5.0"
+canonicaljson = "^1.4.0"
 # we use the type definitions added in signedjson 1.1.
 signedjson = "^1.1.0"
 # validating SSL certs for IP addresses requires service_identity 18.1.