diff --git a/poetry.lock b/poetry.lock index 741ed63e1..96f11ccc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aenum" @@ -1312,19 +1312,19 @@ files = [ [[package]] name = "deltalake" -version = "0.8.1" +version = "0.9.0" description = "Native Delta Lake Python binding based on delta-rs with Pandas integration" category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "deltalake-0.8.1-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:277b64dfdf46d56816ca1ff75a75d5b51cfaba2d5e61819cb264945074f57aff"}, - {file = "deltalake-0.8.1-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:a783d51a6064ca951caee6bdb241918be7fd366b8d61b0eb93aa50129e5757a7"}, - {file = "deltalake-0.8.1-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:f1628d059ef05786f385c00c2edc7ec9c530e5df3916b7bd53353189912043d9"}, - {file = "deltalake-0.8.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d3ce98189fd1e85b53c4f8adb052afdd7df26d9275b0cc2ac96a6cfa854744a9"}, - {file = "deltalake-0.8.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9112fc2824c5a1ed155a1f323c37132812d9a657bfb03122bc0fce81f3c57973"}, - {file = "deltalake-0.8.1-cp37-abi3-win_amd64.whl", hash = "sha256:2373e4b6504105a5d0cfb83ab8476d1b1e0278556b519f0e7f3683a8495bbd49"}, - {file = "deltalake-0.8.1.tar.gz", hash = "sha256:b5483604170ffcbb7d48db3c919a386abfeea1a4169e98a7badde96f551a6e74"}, + {file = "deltalake-0.9.0-1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0c1775e4624412e2ccda8f96cb19e952960e2fa8aa59ed4fdfd6fc5dcac8f49"}, + {file = "deltalake-0.9.0-1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d3d8b20b2e3e98edb4a8ab4d6f05f22259b0c355186e557008ece981a39fd01"}, + {file = "deltalake-0.9.0-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:4de70eeac00bfab1375eb805f3832a6ebc30ea00af2b9773561667e440d65e4b"}, + {file = "deltalake-0.9.0-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:52448204032459058c8606cf3c058f321522f736d355c0391e8e5a6570f10e31"}, + {file = "deltalake-0.9.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:cc52c4660dd47fc836a980897a1fb39dbb0282ca7f061e724f1e7c835dde744c"}, + {file = "deltalake-0.9.0-cp37-abi3-win_amd64.whl", hash = "sha256:45690f5b9e42da9fdc48f37656796e7cf3e26cd388a986fc6a52b38ea675f4ef"}, + {file = "deltalake-0.9.0.tar.gz", hash = "sha256:1634380220051e7bbd3f4b0b6b5901c46b62ad8326fd5da91b032e8d318216f5"}, ] [package.dependencies] @@ -1332,7 +1332,7 @@ pyarrow = ">=7" [package.extras] devel = ["black", "mypy", "packaging (>=20)", "pytest", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-timeout", "ruff", "sphinx (<=4.5)", "sphinx-rtd-theme", "toml", "wheel"] -pandas = ["pandas"] +pandas = ["pandas (<2)"] pyspark = ["delta-spark", "numpy (==1.22.2)", "pyspark"] [[package]] @@ -6078,7 +6078,7 @@ modin = ["modin"] mysql = ["pymysql"] opencypher = ["requests"] openpyxl = ["openpyxl"] -opensearch = ["jsonpath-ng", "opensearch-py", "requests-aws4auth"] +opensearch = ["opensearch-py", "jsonpath-ng", "requests-aws4auth"] oracle = ["oracledb"] postgres = ["pg8000"] progressbar = ["progressbar2"] @@ -6090,4 +6090,4 @@ sqlserver = ["pyodbc"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <4.0" -content-hash = "f7f35cb934977c41dda7246200bd84438e1d6f75f7c1b8208108e446fb2718dd" +content-hash = "61464b1c7a0240d47147c2a1cfd5778dda7813cc9ecc04b8164b0a22afa07418" diff --git a/pyproject.toml b/pyproject.toml index 3c19e7900..883d4425c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ jsonpath-ng = { version = "^1.5.3", optional = true } # Other openpyxl = { version = "^3.0.0", optional = true } progressbar2 = { version = "^4.0.0", optional = true } -deltalake = { version = ">=0.6.4,<0.9.0", optional = true } +deltalake = { version = ">=0.6.4,<0.10.0", optional = true } # Distributed modin = { version = "^0.20.1", optional = true }