Skip to content

Commit f308652

Browse files
chore(deps): Update pyo3 requirement from 0.28 to 0.29 in /rust
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.0...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30c2cb9 commit f308652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ openblas = ["ndarray/blas"]
2222

2323
[dependencies]
2424
# PyO3 0.28 supports Python 3.9-3.14
25-
pyo3 = "0.28"
25+
pyo3 = "0.29"
2626
numpy = "0.28"
2727
ndarray = { version = "0.17", features = ["rayon"] }
2828
rand = "0.10"

0 commit comments

Comments
 (0)