From 817bade2938dbd8e22d7c1a99458d8b6484ad221 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Mon, 16 Oct 2023 09:14:22 +0100 Subject: [PATCH] Update pythonize too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbf4950..e042972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.4", features = ["serde"] } pyo3 = { version = "0.20.0", optional = true } -pythonize = { version = "0.19.0", optional = true } +pythonize = { version = "0.20.0", optional = true } [features]