diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-18 08:49:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 08:49:59 -0400 |
commit | 2f4d60a5ba9ec60ab4f3384cbef20fe662b4349b (patch) | |
tree | fb145388813f7cc1ab3b59e95ebdf8af423d1eaa /synapse/python_dependencies.py | |
parent | Return the previous stream token if a non-member event is a duplicate. (#8093) (diff) | |
download | synapse-2f4d60a5ba9ec60ab4f3384cbef20fe662b4349b.tar.xz |
Iteratively encode JSON responses to avoid blocking the reactor. (#8013)
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 3250d41dde..dd77a44b8d 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -43,7 +43,7 @@ REQUIREMENTS = [ "jsonschema>=2.5.1", "frozendict>=1", "unpaddedbase64>=1.1.0", - "canonicaljson>=1.2.0", + "canonicaljson>=1.3.0", # we use the type definitions added in signedjson 1.1. "signedjson>=1.1.0", "pynacl>=1.2.1", |