Skip to content

Commit a6fa013

Browse files
build: update pyarrow to ^19.0.0 (do not merge) (#379)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: natik@airbyte.io <natik@airbyte.io>
1 parent 472199f commit a6fa013

File tree

2 files changed

+48
-42
lines changed

2 files changed

+48
-42
lines changed

poetry.lock

+47-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ markdown = { version = "*", optional = true }
6161
openai = { version = "0.27.9", extras = ["embeddings"], optional = true }
6262
pdf2image = { version = "1.16.3", optional = true }
6363
"pdfminer.six" = { version = "20221105", optional = true }
64-
pyarrow = { version = "~15.0.0", optional = true }
64+
pyarrow = { version = "^19.0.0", optional = true }
6565
pytesseract = { version = "0.3.10", optional = true }
6666
python-calamine = { version = "0.2.3", optional = true }
6767
python-snappy = { version = "0.7.3", optional = true }

0 commit comments

Comments
 (0)