diff --git a/Cargo.toml b/Cargo.toml index 15429dd..0a46af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ mysql = { version = "25.0.1", default-features = false, features = [ "rustls-tls", ] } polars = { version = "0.43.1", default-features = false, features = ["json"] } -pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } +pyo3 = { version = "0.23.1", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", default-features = false, features = [ "json",