mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-06 11:41:37 +00:00
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>
This commit is contained in:
@@ -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`
|
# 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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user