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

Commit c4c98c7

Browse files
authored
Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969)
This reverts commit 2bf31f7. Signed-off-by: Pascal Bach <[email protected]>
1 parent 54e74f8 commit c4c98c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/11969.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unpin frozendict but exclude the known bad version 2.1.2.

synapse/python_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
5252
"jsonschema>=3.0.0",
5353
# frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
54-
"frozendict>=1,<2.1.2",
54+
"frozendict>=1,!=2.1.2",
5555
"unpaddedbase64>=1.1.0",
5656
"canonicaljson>=1.4.0",
5757
# we use the type definitions added in signedjson 1.1.

0 commit comments

Comments
 (0)