ruff
a7ce8621 - Update RustPython to fix `Dict.keys` type (#2086)

Commit
2 years ago
Update RustPython to fix `Dict.keys` type (#2086) This PR upgrades RustPython to fix the type of `Dict.keys` to `Vec<Option<Expr>>` (see https://github.com/RustPython/RustPython/pull/4449 for why this change was needed) and unblock #1884.
Author
Parents
Loading