Skip to content

Commit 68a4b52

Browse files
committed
wip: relax upper pyarrow bound
1 parent 2d2b3c1 commit 68a4b52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.3.0", python = ">=3.8" }
1616
]
17-
pyarrow = ">=14.0.1,<17"
17+
pyarrow = ">=14.0.1,<18"
1818

1919
lz4 = "^4.0.2"
2020
requests = "^2.18.1"

0 commit comments

Comments
 (0)