diff --git a/poetry.lock b/poetry.lock index 67cc940..932bda9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -3131,5 +3131,5 @@ test = ["websockets"] [metadata] lock-version = "2.0" -python-versions = ">=3.10,<=3.11" -content-hash = "76f5c92854154a1603f7ea72947f9c97f9d8a9461695c10d9a877e38f4111fa6" +python-versions = ">=3.10,<3.12" +content-hash = "131284c9a808fbff48f09c0ef7fdf77d28948ee5a8222c7f0caf0ef4c97c0675" diff --git a/pyproject.toml b/pyproject.toml index 4cfba16..dde5bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.10,<=3.11" +python = ">=3.10,<3.12" pathlib2 = "^2.3.7.post1" pandas = "^2.2.3" pyarrow = "^18.0.0"