Skip to content

Commit ee06335

Browse files
authored
update to PyO3 0.21.1, bump version to 2.18 (#1261)
1 parent e73b2d1 commit ee06335

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydantic-core"
3-
version = "2.17.0"
3+
version = "2.18.0"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/pydantic/pydantic-core"
@@ -27,7 +27,7 @@ include = [
2727
rust-version = "1.76"
2828

2929
[dependencies]
30-
pyo3 = { version = "0.21.0", features = ["generate-import-lib", "num-bigint"] }
30+
pyo3 = { version = "0.21.1", features = ["generate-import-lib", "num-bigint"] }
3131
regex = "1.10.3"
3232
strum = { version = "0.25.0", features = ["derive"] }
3333
strum_macros = "0.26.1"

0 commit comments

Comments
 (0)