From 5677a509655e1d64ae6b60dafd276b6a526c92d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile?= <73942755+e10e3@users.noreply.github.com> Date: Thu, 4 Jul 2024 21:25:29 +0200 Subject: [PATCH] Upgrade the pyo3 crate (#1564) Fixes https://github.com/online-ml/river/discussions/1563 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eee905b262..4c53bc7e9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "rust_src/lib.rs" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.16.5", features = ["extension-module"] } +pyo3 = { version = "0.18.3", features = ["extension-module"] } watermill = "0.1.1" bincode = "1.3.3" serde = { version = "1.0", features = ["derive"] }