Skip to content

Commit f26b9e6

Browse files
fix(deps): update dependency datafusion to v43 (#10573)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [datafusion](https://datafusion.apache.org/python) ([source](https://redirect.github.com/apache/datafusion-python)) | `>=0.6,<43` -> `>=0.6,<44` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/datafusion/43.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/datafusion/43.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/datafusion/42.0.0/43.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/datafusion/42.0.0/43.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apache/datafusion-python (datafusion)</summary> ### [`v43.1.0`](https://redirect.github.com/apache/datafusion-python/compare/42.0.0...43.1.0) [Compare Source](https://redirect.github.com/apache/datafusion-python/compare/42.0.0...43.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ibis-project/ibis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGF0YWZ1c2lvbiIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2599526 commit f26b9e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ databricks = [
7171
"rich>=12.4.4,<14",
7272
]
7373
datafusion = [
74-
"datafusion>=0.6,<43",
74+
"datafusion>=0.6,<44",
7575
"pyarrow>=10.0.1,<19",
7676
"pyarrow-hotfix>=0.4,<1",
7777
"numpy>=1.23.2,<3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)