Rustimport

Latest version: v1.6.0

Safety actively analyzes 701507 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.3.2

- Fixed path normalization approach having led to problems on windows (thanks mhandb)

1.3.1

- Fixed missing path normalization sometimes leading to problems on windows devices (thanks mhandb)

1.3.0

- Added compatibility for pyo3 [function signatures](https://pyo3.rs/v0.18.3/function/signature) (thanks Walnut356)
- Updated default pyo3 version to 0.18.3

---
**PyO3 compatibility note**: Templating-dependent extensions experiencing problems with the new pyo3 version need to either [migrate their code](https://pyo3.rs/v0.18.3/migration.html) or fix their dependency using a manifest-comment like this in their rust source file:

diff
// rustimport: pyo3

+ //: [dependencies]
+ //: pyo3 = { version = "0.16.2", features = ["extension-module"] }

1.2.5

- fixed infinite loop on windows during workspace check (thanks Walnut356)

1.2.4

- Fixed backwards-incompatible type hint

1.2.3

- Fixed bug in cli `build` command (thanks for reporting davystrong)
- Added colored cli output when supported
- Adjusted to deprecation of `importlib.abc.Loader.load_module()` method in Python 3.10
- Added and improved tests

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.