We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9789ba4 commit 7df132cCopy full SHA for 7df132c
bindings/python/CHANGELOG.md
@@ -9,7 +9,7 @@
9
10
### Changed
11
12
-- Update `PyO3` to `0.23.0`.
+- Update `PyO3` to `0.25.0`.
13
14
## [0.14.6] - 2024-12-27
15
bindings/python/Cargo.toml
@@ -11,10 +11,10 @@ name = "css_inline"
crate-type = ["cdylib"]
[build-dependencies]
-built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
+built = { version = "0.8.0", features = ["cargo-lock", "chrono"] }
16
[dependencies]
17
-pyo3 = { version = "0.23.0", features = ["extension-module", "abi3-py37"] }
+pyo3 = { version = "0.25.0", features = ["extension-module", "abi3-py37"] }
18
pyo3-built = "0.6"
19
rayon = "1"
20
url = "2"
0 commit comments