Commit 9c278bb
fix(deps): bump pyo3 to 0.28 to clear RUSTSEC-2025-0020
pyo3 0.19.2 has a buffer-overflow advisory in `PyString::from_object`
(fixed in 0.24.1). Bump to 0.28 and migrate the `#[pymodule]` entry
point to the `Bound<'_, PyModule>` API introduced in 0.21.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5baa04 commit 9c278bb
3 files changed
Lines changed: 51 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments