Since e81fa92648
, 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 <danimo@infra.run>
Co-authored-by: Daniel Molkentin <danimo@infra.run>
pull/11398/head
parent
1b6691dce4
commit
e5c5e213ea
|
@ -0,0 +1 @@
|
|||
Fix a bug introduced in 1.47.0 where `send_join` could fail due to an outdated `ijson` version.
|
|
@ -86,7 +86,7 @@ REQUIREMENTS = [
|
|||
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
||||
# with the latest security patches.
|
||||
"cryptography>=3.4.7",
|
||||
"ijson>=3.0",
|
||||
"ijson>=3.1",
|
||||
]
|
||||
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
|
|
Loading…
Reference in New Issue