diff --git a/Cargo.lock b/Cargo.lock index 96cb40204..006527020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,6 +142,7 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jiter" version = "0.0.4" +source = "git+https://github.com/pydantic/jiter?branch=dh/py2#cdac79d38265f6d13a78f453bb027ce8d4936062" dependencies = [ "ahash", "lexical-core", @@ -348,6 +349,7 @@ dependencies = [ [[package]] name = "pyo3" version = "0.21.0-dev" +source = "git+https://github.com/davidhewitt/pyo3?branch=complete-py2#f804e53285b99ec452f5575873761c8d126870ee" dependencies = [ "cfg-if", "indoc", @@ -364,6 +366,7 @@ dependencies = [ [[package]] name = "pyo3-build-config" version = "0.21.0-dev" +source = "git+https://github.com/davidhewitt/pyo3?branch=complete-py2#f804e53285b99ec452f5575873761c8d126870ee" dependencies = [ "once_cell", "python3-dll-a", @@ -373,6 +376,7 @@ dependencies = [ [[package]] name = "pyo3-ffi" version = "0.21.0-dev" +source = "git+https://github.com/davidhewitt/pyo3?branch=complete-py2#f804e53285b99ec452f5575873761c8d126870ee" dependencies = [ "libc", "pyo3-build-config", @@ -381,6 +385,7 @@ dependencies = [ [[package]] name = "pyo3-macros" version = "0.21.0-dev" +source = "git+https://github.com/davidhewitt/pyo3?branch=complete-py2#f804e53285b99ec452f5575873761c8d126870ee" dependencies = [ "proc-macro2", "pyo3-macros-backend", @@ -391,6 +396,7 @@ dependencies = [ [[package]] name = "pyo3-macros-backend" version = "0.21.0-dev" +source = "git+https://github.com/davidhewitt/pyo3?branch=complete-py2#f804e53285b99ec452f5575873761c8d126870ee" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 3aa05940d..7f1546f4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,9 +107,9 @@ unnecessary_wraps = "allow" unused_self = "allow" used_underscore_binding = "allow" -[patch.'https://github.com/davidhewitt/pyo3'] -pyo3 = { path = "../pyo3" } -pyo3-build-config = { path = "../pyo3/pyo3-build-config" } +# [patch.'https://github.com/davidhewitt/pyo3'] +# pyo3 = { path = "../pyo3" } +# pyo3-build-config = { path = "../pyo3/pyo3-build-config" } -[patch.'https://github.com/pydantic/jiter'] -jiter = { path = "../jiter" } +# [patch.'https://github.com/pydantic/jiter'] +# jiter = { path = "../jiter" }