From d53e01850af1075b07b6ed4ef8ddfcfb5891e919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 04:59:10 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.28 to 0.29 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](https://github.com/pyo3/pyo3/compare/v0.28.0...v0.29.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sqllineage-python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqllineage-python/Cargo.toml b/sqllineage-python/Cargo.toml index 35ece21..29e1456 100644 --- a/sqllineage-python/Cargo.toml +++ b/sqllineage-python/Cargo.toml @@ -11,5 +11,5 @@ name = "sqllineage" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.28", features = ["abi3-py39"] } +pyo3 = { version = "0.29", features = ["abi3-py39"] } sqllineage-core = { path = "../sqllineage", package = "sqllineage" }