Skip to content

Commit 8a93e3b

Browse files
fix(deps): update dependency pyarrow to v24
1 parent ef28b07 commit 8a93e3b

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies = [
110110
"platformdirs>=4.3.2,<5",
111111
"procrastinate>=3.5.3",
112112
"fastparquet>=2026.3.0,<2026.4.0; python_version < '3.14'",
113-
"pyarrow>=23.0.1,<24; python_version >= '3.14'",
113+
"pyarrow>=24,<25; python_version >= '3.14'",
114114
"pyjwt[crypto]>=2.12.0,<3", # CVE-2026-32597 requires >=2.12.0 (Renovate #475)
115115
"python-dateutil>=2.9.0.post0,<3",
116116
# "pywebview[qt6]>=5.4,<6; sys_platform == 'linux'",

0 commit comments

Comments
 (0)