@@ -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.3"
3232strum = { version = " 0.27" , features = [" derive" ] }
3333strum_macros = " 0.27"
@@ -69,12 +69,12 @@ debug = true
6969strip = false
7070
7171[dev-dependencies ]
72- pyo3 = { version = " 0.26 " , features = [" auto-initialize" ] }
72+ pyo3 = { version = " 0.27 " , features = [" auto-initialize" ] }
7373
7474[build-dependencies ]
7575version_check = " 0.9.5"
7676# used where logic has to be version/distribution specific, e.g. pypy
77- pyo3-build-config = { version = " 0.26 " }
77+ pyo3-build-config = { version = " 0.27 " }
7878
7979[lints .clippy ]
8080dbg_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