Skip to content

Commit 87c8e99

Browse files
fix(deps): Update dependency pyarrow to v19 (#21)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pyarrow](https://togithub.com/apache/arrow) | dependencies | major | `^18.0.0` -> `^19.0.0` | --- ### Release Notes <details> <summary>apache/arrow (pyarrow)</summary> ### [`v19.0.0`](https://togithub.com/apache/arrow/compare/891daaab257da4414b5b88313515df869bc7cdb0...9bcca3232ed3b882e25695c3825b9d4be87cb284) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
2 parents fd0d62e + 3f48f66 commit 87c8e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "plugin"}]
1010
python = "<3.14"
1111
cloudquery-plugin-sdk = "^0.1.39"
1212
pydantic = "^2.4"
13-
pyarrow = "^18.0.0"
13+
pyarrow = "^19.0.0"
1414
requests = "^2.32.2"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)