@@ -26,7 +26,7 @@ include = [
26
26
]
27
27
28
28
[dependencies ]
29
- pyo3 = { git = " https://github.com/davidhewitt /pyo3" , branch = " complete-py2 " , version = " 0.21.0-dev" , default-features =false , features = [" macros" , " generate-import-lib" , " num-bigint" ] }
29
+ pyo3 = { git = " https://github.com/pyo3 /pyo3" , version = " 0.21.0-dev" , default-features =false , features = [" macros" , " generate-import-lib" , " num-bigint" ] }
30
30
regex = " 1.10.2"
31
31
strum = { version = " 0.25.0" , features = [" derive" ] }
32
32
strum_macros = " 0.25.3"
@@ -70,12 +70,12 @@ debug = true
70
70
strip = false
71
71
72
72
[dev-dependencies ]
73
- pyo3 = { git = " https://github.com/davidhewitt /pyo3" , branch = " complete-py2 " , version = " 0.21.0-dev" , default-features =false , features = [" auto-initialize" ] }
73
+ pyo3 = { git = " https://github.com/pyo3 /pyo3" , version = " 0.21.0-dev" , default-features =false , features = [" auto-initialize" ] }
74
74
75
75
[build-dependencies ]
76
76
version_check = " 0.9.4"
77
77
# used where logic has to be version/distribution specific, e.g. pypy
78
- pyo3-build-config = { git = " https://github.com/davidhewitt /pyo3" , branch = " complete-py2 " , version = " 0.21.0-dev" }
78
+ pyo3-build-config = { git = " https://github.com/pyo3 /pyo3" , version = " 0.21.0-dev" }
79
79
80
80
[lints .clippy ]
81
81
dbg_macro = " warn"
@@ -107,10 +107,3 @@ too_many_lines = "allow"
107
107
unnecessary_wraps = " allow"
108
108
unused_self = " allow"
109
109
used_underscore_binding = " allow"
110
-
111
- [patch .'https://github .com/davidhewitt/pyo3' ]
112
- pyo3 = { path = " ../pyo3" }
113
- pyo3-build-config = { path = " ../pyo3/pyo3-build-config" }
114
-
115
- [patch .'https://github .com/pydantic/jiter' ]
116
- jiter = { path = " ../jiter" }
0 commit comments