From 0910e61cdfbbdc6514c121bffd07553073293c9c Mon Sep 17 00:00:00 2001 From: sydney-runkle Date: Tue, 8 Oct 2024 10:45:27 -0400 Subject: [PATCH] bump version --- bindings/python/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 7f63e60aa..3d7af73bd 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = [ "rc", "derive" ]} serde_json = "1.0" libc = "0.2" env_logger = "0.11" -pyo3 = { version = "0.21" } +pyo3 = { version = "0.22" } numpy = "0.21" ndarray = "0.15" itertools = "0.12" @@ -24,7 +24,7 @@ path = "../../tokenizers" [dev-dependencies] tempfile = "3.10" -pyo3 = { version = "0.21", features = ["auto-initialize"] } +pyo3 = { version = "0.22", features = ["auto-initialize"] } [features] defaut = ["pyo3/extension-module"]