@@ -27,7 +27,7 @@ rust-version = "1.75"
2727[dependencies ]
2828# TODO it would be very nice to remove the "py-clone" feature as it can panic,
2929# but needs a bit of work to make sure it's not used in the codebase
30- pyo3 = { version = " 0.26 " , features = [" generate-import-lib" , " num-bigint" , " py-clone" ] }
30+ pyo3 = { version = " 0.27 " , features = [" generate-import-lib" , " num-bigint" , " py-clone" ] }
3131regex = " 1.11.1"
3232strum = { version = " 0.27" , features = [" derive" ] }
3333strum_macros = " 0.27"
@@ -68,12 +68,12 @@ debug = true
6868strip = false
6969
7070[dev-dependencies ]
71- pyo3 = { version = " 0.26 " , features = [" auto-initialize" ] }
71+ pyo3 = { version = " 0.27 " , features = [" auto-initialize" ] }
7272
7373[build-dependencies ]
7474version_check = " 0.9.5"
7575# used where logic has to be version/distribution specific, e.g. pypy
76- pyo3-build-config = { version = " 0.26 " }
76+ pyo3-build-config = { version = " 0.27 " }
7777
7878[lints .clippy ]
7979dbg_macro = " warn"
@@ -107,6 +107,6 @@ unused_self = "allow"
107107used_underscore_binding = " allow"
108108
109109[patch .crates-io ]
110- pyo3 = { git = " https://github.com/pyo3/pyo3.git" }
111- pyo3-build-config = { git = " https://github.com/pyo3/pyo3.git" }
110+ pyo3 = { git = " https://github.com/pyo3/pyo3.git" , branch = " release-0.27.0 " }
111+ pyo3-build-config = { git = " https://github.com/pyo3/pyo3.git" , branch = " release-0.27.0 " }
112112jiter = { git = " https://github.com/pydantic/jiter.git" , branch = " dh/pyo3-0.27" }
0 commit comments