Skip to content

Commit

Permalink
fix: upgrade pyarrow dependency (#193)
Browse files Browse the repository at this point in the history
Lower versions of pyarrow have a critical security issue. See
GHSA-5wvp-7f3h-6wmm
  • Loading branch information
mbelak-dtml authored Nov 13, 2023
1 parent 6d33b3a commit c7273c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ umap-learn = { version = "^0.5.4", optional = true}
# which also installs an older version of llmvlite, which is incompatible
# with newer version of LLVM binaries.
numba = { version = "^0.57", optional = true }
pyarrow = { version = "^13.0.0", optional = true }
pyarrow = { version = "^14.0.1", optional = true }
isort = "^5.10.1"

[tool.poetry.extras]
Expand Down

0 comments on commit c7273c6

Please sign in to comment.