Skip to content
Snippets Groups Projects
Unverified Commit e5c5e213 authored by Daniel Molkentin's avatar Daniel Molkentin Committed by GitHub
Browse files

Bump ijson dependency to 3.1 (#11438) (#11439)


Since e81fa926, 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: default avatarDaniel Molkentin <danimo@infra.run>

Co-authored-by: default avatarDaniel Molkentin <danimo@infra.run>
parent 1b6691dc
Branches
Tags
No related merge requests found
Fix a bug introduced in 1.47.0 where `send_join` could fail due to an outdated `ijson` version.
...@@ -86,7 +86,7 @@ REQUIREMENTS = [ ...@@ -86,7 +86,7 @@ REQUIREMENTS = [
# We enforce that we have a `cryptography` version that bundles an `openssl` # We enforce that we have a `cryptography` version that bundles an `openssl`
# with the latest security patches. # with the latest security patches.
"cryptography>=3.4.7", "cryptography>=3.4.7",
"ijson>=3.0", "ijson>=3.1",
] ]
CONDITIONAL_REQUIREMENTS = { CONDITIONAL_REQUIREMENTS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment