diff --git a/poetry.lock b/poetry.lock index 9fe49690..1ef23576 100755 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "alembic" @@ -1202,4 +1202,4 @@ sqlalchemy = ["sqlalchemy"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "31066a85f646d0009d6fe9ffc833a64fcb4b6923c2e7f2652e7aa8540acba298" +content-hash = "aa94fc63a42bcd976184eb188c30a53ec0de698d34e66cedc867baeabfb73ae1" diff --git a/pyproject.toml b/pyproject.toml index 44d25ef9..50a44268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ thrift = ">=0.16.0,<0.21.0" pandas = [ { version = ">=1.2.5,<2.3.0", python = ">=3.8" } ] -pyarrow = ">=14.0.1,<17" +pyarrow = ">=14.0.1,<18" lz4 = "^4.0.2" requests = "^2.18.1"