Skip to content

Commit 1ad68e8

Browse files
Build: Bump datafusion from 46.0.0 to 47.0.0 (#2063)
Bumps [datafusion](https://github.com/apache/datafusion-python) from 46.0.0 to 47.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/datafusion-python/commit/ebd62d052cd54fccbcf73fedab8ed042752c1dd6"><code>ebd62d0</code></a> Minor: clippy update warning</li> <li><a href="https://github.com/apache/datafusion-python/commit/ab748c7af927278459c145cb790020357a843475"><code>ab748c7</code></a> Prepare for 47 release</li> <li><a href="https://github.com/apache/datafusion-python/commit/94e7ba7208dc8bda2a8bca041f7446d3d3409f59"><code>94e7ba7</code></a> Bump astral</li> <li><a href="https://github.com/apache/datafusion-python/commit/85c34ef833e41b5359138fd3795f4ec69e60ac00"><code>85c34ef</code></a> Bump object store</li> <li><a href="https://github.com/apache/datafusion-python/commit/f66ce44081cf8c7e386fa1c8eb9f00af7a1084f3"><code>f66ce44</code></a> Bump tokio to 1.45</li> <li><a href="https://github.com/apache/datafusion-python/commit/5eef7d2e75383013a9196ed5c5206801a4c7bbea"><code>5eef7d2</code></a> Running cargo update</li> <li><a href="https://github.com/apache/datafusion-python/commit/c58d522f4d7c3d05becde35acbc9809a66470dae"><code>c58d522</code></a> Update cargo lock for ffi example</li> <li><a href="https://github.com/apache/datafusion-python/commit/278a33ef005211c93ffd1ea478d985c660014a26"><code>278a33e</code></a> feat: add user defined table function support (<a href="https://redirect.github.com/apache/datafusion-python/issues/1113">#1113</a>)</li> <li><a href="https://github.com/apache/datafusion-python/commit/1e7494bae56ef0d0153205e5656a7c52bb10bb8f"><code>1e7494b</code></a> add unit tests for expression functions (<a href="https://redirect.github.com/apache/datafusion-python/issues/1121">#1121</a>)</li> <li><a href="https://github.com/apache/datafusion-python/commit/e8aa671b750265b09d0340318cd2022fd4454cc9"><code>e8aa671</code></a> Move the udf module to user_defined (<a href="https://redirect.github.com/apache/datafusion-python/issues/1112">#1112</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/datafusion-python/compare/46.0.0...47.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datafusion&package-manager=pip&previous-version=46.0.0&new-version=47.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9185389 commit 1ad68e8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -100,7 +100,7 @@ pytest-mock = "3.14.1"
100100
pyspark = "3.5.5"
101101
cython = "3.1.1"
102102
deptry = ">=0.14,<0.24"
103-
datafusion = ">=44,<47"
103+
datafusion = ">=44,<48"
104104
docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520
105105

106106
[tool.poetry.group.docs.dependencies]

0 commit comments

Comments
 (0)