mirror of https://github.com/watcha-fr/synapse
Fix mypy errors with latest canonicaljson (#13905)
* Lockfile: update canonicaljson 1.6.0 -> 1.6.3 * Fix mypy errors with latest canonicaljson The change to `_encode_json_bytes` definition wasn't sufficient: ``` synapse/http/server.py:751: error: Incompatible types in assignment (expression has type "Callable[[Arg(object, 'json_object')], bytes]", variable has type "Callable[[Arg(object, 'data')], bytes]") [assignment] ``` Which I think is mypy warning us that the two functions accept different sets of kwargs. Fair enough! * Changelog1.103.0-whithout-watcha
parent
ac1a31740b
commit
dcdd50e458
@ -0,0 +1 @@ |
||||
Fix mypy errors with canonicaljson 1.6.3. |
Loading…
Reference in new issue