Skip to content

Commit 610e4ed

Browse files
fix(deps): update rust crate pyo3 to v0.28.2 (#1457)
* fix(deps): update rust crate pyo3 to v0.28.2 * fix(location): set `skip_from_py_object` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
1 parent b1b9a42 commit 610e4ed

3 files changed

Lines changed: 12 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ encoding_rs = "=0.8.35"
1515
ignore = "=0.4.25"
1616
log = "=0.4.29"
1717
path-slash = "=0.2.1"
18-
pyo3 = { version = "=0.27.2", features = ["abi3-py310", "generate-import-lib"] }
18+
pyo3 = { version = "=0.28.2", features = ["abi3-py310", "generate-import-lib"] }
1919
pyo3-log = "=0.13.3"
2020
rayon = "=1.11.0"
2121
regex = "=1.12.3"

src/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use pyo3::prelude::*;
22

3-
#[pyclass]
3+
#[pyclass(skip_from_py_object)]
44
#[derive(Clone, Debug)]
55
pub struct Location {
66
#[pyo3(get, set)]

0 commit comments

Comments
 (0)