Skip to content

Commit 5b78a89

Browse files
authored
chore: Update pyarrow constraints (#3236)
* chore: Update pyarrow constraints * update classifiers
1 parent 49fbd1c commit 5b78a89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
]
2122
dependencies = [
2223
"boto3>=1.20.32,<2",
2324
"botocore>=1.23.32,<2",
2425
"pandas>=1.2.0,<3.0.0",
2526
"numpy>=1.26,<3.0",
26-
"pyarrow>=8.0.0,<22.0.0",
27+
"pyarrow>=8.0.0,<23.0.0",
2728
"typing-extensions>=4.4.0,<5",
2829
"packaging>=21.1,<26.0",
2930
"setuptools ; python_version >= '3.12'",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)