Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8c60c57

Browse files
babolivierDavid Robertson
andauthored
Up the dependency on canonicaljson to ^1.5.0 (#13172)
Co-authored-by: David Robertson <[email protected]>
1 parent bb25dd8 commit 8c60c57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

changelog.d/13172.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Always use a version of canonicaljson that supports the C implementation of frozendict.

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ jsonschema = ">=3.0.0"
110110
frozendict = ">=1,!=2.1.2"
111111
# We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
112112
unpaddedbase64 = ">=2.1.0"
113-
canonicaljson = "^1.4.0"
113+
# We require 1.5.0 to work around an issue when running against the C implementation of
114+
# frozendict: https://github.com/matrix-org/python-canonicaljson/issues/36
115+
canonicaljson = "^1.5.0"
114116
# we use the type definitions added in signedjson 1.1.
115117
signedjson = "^1.1.0"
116118
# validating SSL certs for IP addresses requires service_identity 18.1.

0 commit comments

Comments
 (0)