Skip to content

Commit

Permalink
feat(bindings/python): generate python operator constructor types (#5457
Browse files Browse the repository at this point in the history
)
  • Loading branch information
trim21 authored Dec 27, 2024
1 parent 712b4f0 commit 6ccef00
Show file tree
Hide file tree
Showing 7 changed files with 1,060 additions and 11 deletions.
7 changes: 4 additions & 3 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ default = [
"services-webhdfs",
]

# NOTE: this is the feature we used to build pypi wheels.
# When enable or disable some features,
# also need to update dev/src/generate/binding_python.rs `enabled_service` to match it.
services-all = [
"default",
"services-aliyun-drive",
Expand Down Expand Up @@ -161,9 +164,7 @@ bytes = "1.5.0"
dict_derive = "0.6.0"
futures = "0.3.28"
# this crate won't be published, we always use the local version
opendal = { version = ">=0", path = "../../core", features = [
"layers-blocking",
] }
opendal = { version = ">=0", path = "../../core", features = ["layers-blocking"] }
pyo3 = { version = "0.23.3", features = ["generate-import-lib"] }
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
tokio = "1"
Expand Down
Loading

0 comments on commit 6ccef00

Please sign in to comment.