From 0ce0c8c7497713c019c167b20441e40943a94dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:35:20 +0000 Subject: [PATCH] Build: Bump getdaft from 0.2.23 to 0.3.1 Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.23 to 0.3.1. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Changelog](https://github.com/Eventual-Inc/Daft/blob/main/.history) - [Commits](https://github.com/Eventual-Inc/Daft/compare/v0.2.23...v0.3.1) --- updated-dependencies: - dependency-name: getdaft dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 57177efb53..0af2ed3cc4 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.3.1" 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.3.1-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:9fd346e504426ee0b1b1a0a148859eba0d6c88111560792c182c20535aa0a76a"}, + {file = "getdaft-0.3.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:a8123206967e394b9098bb9f94e30074f631a97ddfe3ec5215a13d9a7c0d7046"}, + {file = "getdaft-0.3.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1bcbc62864922380c5bede3ccd6b472e1d9831037df59376dc158a89400f8f39"}, + {file = "getdaft-0.3.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:30b044102d30b633fe081545e83171f2403c94f0cefdc7cbfc636b0070b80ddc"}, + {file = "getdaft-0.3.1-cp38-abi3-win_amd64.whl", hash = "sha256:8b41e6ac7c36cb86cc2965a99e49b5e22ab9a4e61172b144c67cef562c8269a5"}, + {file = "getdaft-0.3.1.tar.gz", hash = "sha256:3e6d4441927979c20737b41beb6f8f108282d8c585e3ad1fcc1c13c00a541c30"}, ] [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"