Skip to content
Snippets Groups Projects
Unverified Commit 8c60c572 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Up the dependency on canonicaljson to ^1.5.0 (#13172)

parent bb25dd81
Branches
Tags
No related merge requests found
Always use a version of canonicaljson that supports the C implementation of frozendict.
...@@ -1563,7 +1563,7 @@ url_preview = ["lxml"] ...@@ -1563,7 +1563,7 @@ url_preview = ["lxml"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.1" python-versions = "^3.7.1"
content-hash = "e96625923122e29b6ea5964379828e321b6cede2b020fc32c6f86c09d86d1ae8" content-hash = "c24bbcee7e86dbbe7cdbf49f91a25b310bf21095452641e7440129f59b077f78"
[metadata.files] [metadata.files]
attrs = [ attrs = [
......
...@@ -110,7 +110,9 @@ jsonschema = ">=3.0.0" ...@@ -110,7 +110,9 @@ jsonschema = ">=3.0.0"
frozendict = ">=1,!=2.1.2" frozendict = ">=1,!=2.1.2"
# We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0 # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
unpaddedbase64 = ">=2.1.0" unpaddedbase64 = ">=2.1.0"
canonicaljson = "^1.4.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"
# we use the type definitions added in signedjson 1.1. # we use the type definitions added in signedjson 1.1.
signedjson = "^1.1.0" signedjson = "^1.1.0"
# validating SSL certs for IP addresses requires service_identity 18.1. # validating SSL certs for IP addresses requires service_identity 18.1.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment