diff --git a/Cargo.lock b/Cargo.lock index c4a02d8652..13144b7b7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,7 +2008,6 @@ version = "0.3.0-dev0" dependencies = [ "arrow2", "async-stream", - "common-daft-config", "common-error", "common-file-formats", "common-runtime", diff --git a/src/daft-connect/Cargo.toml b/src/daft-connect/Cargo.toml index 4f9d92fee3..55c972b219 100644 --- a/src/daft-connect/Cargo.toml +++ b/src/daft-connect/Cargo.toml @@ -1,7 +1,6 @@ [dependencies] arrow2 = {workspace = true, features = ["io_json_integration"]} async-stream = "0.3.6" -common-daft-config = {workspace = true, optional = true, features = ["python"]} common-error = {workspace = true, optional = true, features = ["python"]} common-file-formats = {workspace = true, optional = true, features = ["python"]} daft-catalog = {path = "../daft-catalog", optional = true, features = ["python"]} @@ -33,7 +32,6 @@ common-runtime.workspace = true default = ["python"] python = [ "dep:pyo3", - "dep:common-daft-config", "dep:common-error", "dep:common-file-formats", "dep:daft-core",