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

Commit e5c5e21

Browse files
authored
Bump ijson dependency to 3.1 (#11438) (#11439)
Since e81fa92, Synapse depends on the use_float flag which has been introduced in ijson 3.1 and is not available in 3.0. This is known to cause runtime errors with send_join. Signed-off-by: Daniel Molkentin <[email protected]> Co-authored-by: Daniel Molkentin <[email protected]>
1 parent 1b6691d commit e5c5e21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/11439.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a bug introduced in 1.47.0 where `send_join` could fail due to an outdated `ijson` version.

synapse/python_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# We enforce that we have a `cryptography` version that bundles an `openssl`
8787
# with the latest security patches.
8888
"cryptography>=3.4.7",
89-
"ijson>=3.0",
89+
"ijson>=3.1",
9090
]
9191

9292
CONDITIONAL_REQUIREMENTS = {

0 commit comments

Comments
 (0)