diff --git a/poetry.lock b/poetry.lock index 341a092..8001a28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,31 +337,33 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polars" -version = "0.16.7" +version = "0.17.5" description = "Blazingly fast DataFrame library" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "polars-0.16.7-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:89e2d91f4e2425ee95d483e3024b28cf9cbc908887bb821c79c223a696a589e7"}, - {file = "polars-0.16.7-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:0409e0dab3917bac13509634c273987101a490be94a1d3895d21ff0e149701f2"}, - {file = "polars-0.16.7-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6abdc2a0bf522026f4303612f91e5c3d8af8ee22ae4ff10cf186ceb511a33b4a"}, - {file = "polars-0.16.7-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2106f522dec88ec552a3f981b1ad3bb304c8537152ea62f576c8ea67999d1e83"}, - {file = "polars-0.16.7-cp37-abi3-win_amd64.whl", hash = "sha256:3a8410bebc24b2fc0b9c7de7d4a020e6d49434c9f0a09e83adfa952e9dc66c75"}, - {file = "polars-0.16.7.tar.gz", hash = "sha256:1a17b104d5b1d0248290ef0fb1e8bfa2fbc9ac0a4298b459d7bff6cb87182a89"}, + {file = "polars-0.17.5-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:3ec088bb68c2b833f1172b85dc1222ae88732ce0ae7de34590dd387204a84b1b"}, + {file = "polars-0.17.5-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:1f5389d29d5e5e993a9a361801d54dccd0399cedb72632274b341e27957c631c"}, + {file = "polars-0.17.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4518d2a70bf69eaae04437a241f6d81f2d576e4491d8d4b45c95eacb53415616"}, + {file = "polars-0.17.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6fbe7dc6be495d1805f8252bc6bcfb0372134595bea0ebf7c46db21bad86bf58"}, + {file = "polars-0.17.5-cp37-abi3-win_amd64.whl", hash = "sha256:7f112d6cefb37a32fc723195f0be1f62ec528b5f83905ad2e614bc78585a0313"}, + {file = "polars-0.17.5.tar.gz", hash = "sha256:7db2da068e983312238799ad8263e80544151304aac0bc2e6511f91cb56af54d"}, ] [package.extras] -all = ["polars[connectorx,deltalake,fsspec,matplotlib,numpy,pandas,pyarrow,timezone,xlsx2csv]"] +all = ["polars[connectorx,deltalake,fsspec,matplotlib,numpy,pandas,pyarrow,sqlalchemy,timezone,xlsx2csv,xlsxwriter]"] connectorx = ["connectorx"] -deltalake = ["deltalake (>=0.6.2)"] +deltalake = ["deltalake (>=0.8.0)"] fsspec = ["fsspec"] matplotlib = ["matplotlib"] numpy = ["numpy (>=1.16.0)"] -pandas = ["pandas", "pyarrow (>=4.0.0)"] -pyarrow = ["pyarrow (>=4.0.0)"] +pandas = ["pandas", "pyarrow (>=7.0.0)"] +pyarrow = ["pyarrow (>=7.0.0)"] +sqlalchemy = ["pandas", "sqlalchemy"] timezone = ["backports.zoneinfo", "tzdata"] xlsx2csv = ["xlsx2csv (>=0.8.0)"] +xlsxwriter = ["xlsxwriter"] [[package]] name = "pre-commit" @@ -551,4 +553,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aa72728a29206d4dfa1218baa3ccbc39e4438edaa51ce07e72cef30ff4640422" +content-hash = "e739c4cfbd2d4c505adf5f8e89633d1860b4d7d098250370db20d544dad3b27c" diff --git a/pyproject.toml b/pyproject.toml index e50a5a9..74434cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ mycli = 'mypackage.main:main' [tool.poetry.dependencies] python = "^3.11" -polars = "^0.16.1" +polars = "^0.17.5" [tool.poetry.group.test.dependencies] pytest = "^7.3.1"