diff --git a/pyproject.toml b/pyproject.toml index 6d0b0573f..e77b08777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,14 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "boto3>=1.20.32,<2", "botocore>=1.23.32,<2", "pandas>=1.2.0,<3.0.0", "numpy>=1.26,<3.0", - "pyarrow>=8.0.0,<22.0.0", + "pyarrow>=8.0.0,<23.0.0", "typing-extensions>=4.4.0,<5", "packaging>=21.1,<26.0", "setuptools ; python_version >= '3.12'", diff --git a/uv.lock b/uv.lock index 8ac3b7b0a..b63aa89d7 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9, <4.0" resolution-markers = [ "python_full_version >= '3.14'", @@ -542,7 +542,7 @@ requires-dist = [ { name = "pandas", specifier = ">=1.2.0,<3.0.0" }, { name = "pg8000", marker = "extra == 'postgres'", specifier = ">=1.29.0,<2" }, { name = "progressbar2", marker = "extra == 'progressbar'", specifier = ">=4.0.0,<5" }, - { name = "pyarrow", specifier = ">=8.0.0,<22.0.0" }, + { name = "pyarrow", specifier = ">=8.0.0,<23.0.0" }, { name = "pymysql", marker = "extra == 'mysql'", specifier = ">=1.0.0,<2" }, { name = "pyodbc", marker = "extra == 'sqlserver'", specifier = ">=4,<6" }, { name = "ray", extras = ["default", "data"], marker = "extra == 'ray'", specifier = ">=2.49.0,<3" },