From f239c25129909142580609ee03679ba194ff4507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 04:25:20 +0000 Subject: [PATCH] fix(deps): update rust crate pythonize to 0.28 --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index a2dcea5..6513e27 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.22", features = ["extension-module", "abi3-py39"] } -pythonize = "0.22" +pythonize = "0.28" flagd-evaluator = { path = "..", default-features = false } serde_json = "1.0"