diff --git a/poetry.lock b/poetry.lock index 57177efb53..1971b4315f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "adlfs" @@ -1344,17 +1344,17 @@ gcsfuse = ["fusepy"] [[package]] name = "getdaft" -version = "0.2.23" +version = "0.2.31" description = "Distributed Dataframes for Multimodal Data" optional = true -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "getdaft-0.2.23-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:a59f6084ca865528b26ed478d584f98c102500005314dbc7fc44b7c4b3e18d49"}, - {file = "getdaft-0.2.23-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:dfaf492bb453675999d70626a8fdb6d4ecaecafbf4a0548e68105757a7a4025a"}, - {file = "getdaft-0.2.23-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d6f4dbb7f3b5d62f8df1006bf55cc657148c2a3962766e62fbd3c2df337fa32"}, - {file = "getdaft-0.2.23-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9bfa567569a8b53e9b0a7ab3eb0044afe8d5499d995bfeb40bd867661bfa2aa7"}, - {file = "getdaft-0.2.23-cp37-abi3-win_amd64.whl", hash = "sha256:533b78abefa738cac97a6823ef2b8f2df3300bf2d4bda4e8336371fc2780bbb9"}, - {file = "getdaft-0.2.23.tar.gz", hash = "sha256:c2d66e6a4ce75aeb4cedbe2c04c18fa8f3f7dcfe2799f66211f36c7be2f835a5"}, + {file = "getdaft-0.2.31-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:a6c07b4d41649bde6b192c10fe6efeb88cbe74e56cb604174d5b29796750ee9f"}, + {file = "getdaft-0.2.31-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:580b01d16d6491d841fdf14ff8d10aa8e9ec973f3bf636721d24ef18bfde590e"}, + {file = "getdaft-0.2.31-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b78a966b7cccf539b381b4fa416c3d1d2099d752f07f14a2d22366b574b804bf"}, + {file = "getdaft-0.2.31-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1868def8854e954ef3d4162ade002081acd0105780cdea37112852134beb495"}, + {file = "getdaft-0.2.31-cp38-abi3-win_amd64.whl", hash = "sha256:ff14721eef785ffccd34b56ac06b1a9f4f93defcb9d6e87c9215b06c3170c633"}, + {file = "getdaft-0.2.31.tar.gz", hash = "sha256:d1402efd6961bc81b33c9d70f459b2f4997769f6f9baf2a0c8abe4b732fb45cc"}, ] [package.dependencies] @@ -1364,7 +1364,7 @@ tqdm = "*" typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.10\""} [package.extras] -all = ["getdaft[aws,azure,deltalake,gcp,iceberg,numpy,pandas,ray,sql]"] +all = ["getdaft[aws,azure,deltalake,gcp,iceberg,numpy,pandas,ray,sql,unity]"] aws = ["boto3"] deltalake = ["deltalake"] hudi = ["pyarrow (>=8.0.0)"] @@ -1374,6 +1374,7 @@ numpy = ["numpy"] pandas = ["pandas"] ray = ["packaging", "ray[client,data] (>=2.0.0)", "ray[client,data] (>=2.10.0)"] sql = ["connectorx", "sqlalchemy", "sqlglot"] +unity = ["unitycatalog"] [[package]] name = "google-api-core"