Skip to content

Commit 3229fe8

Browse files
committed
updates for new PyO3 API
1 parent 605e883 commit 3229fe8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+2367
-2115
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626
]
2727

2828
[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"] }
3030
regex = "1.10.2"
3131
strum = { version = "0.25.0", features = ["derive"] }
3232
strum_macros = "0.25.3"
@@ -70,12 +70,12 @@ debug = true
7070
strip = false
7171

7272
[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"] }
7474

7575
[build-dependencies]
7676
version_check = "0.9.4"
7777
# 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" }
7979

8080
[lints.clippy]
8181
dbg_macro = "warn"
@@ -107,10 +107,3 @@ too_many_lines = "allow"
107107
unnecessary_wraps = "allow"
108108
unused_self = "allow"
109109
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

Comments
 (0)