Skip to content

Commit 9afe8f6

Browse files
committed
pyarrow version update for py 3.14
Signed-off-by: Sreekanth Vadigi <[email protected]>
1 parent 023a1fa commit 9afe8f6

File tree

2 files changed

+68
-6
lines changed

2 files changed

+68
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ urllib3 = ">=1.26"
2626
python-dateutil = "^2.8.0"
2727
pyarrow = [
2828
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
29-
{ version = ">=18.0.0", python = ">=3.13", optional=true }
29+
{ version = ">=18.0.0,<22.0.0", python = ">=3.13,<3.14", optional=true },
30+
{ version = ">=22.0.0", python = ">=3.14", optional=true }
3031
]
3132
pyjwt = "^2.0.0"
3233
pybreaker = "^1.0.0"

0 commit comments

Comments
 (0)