dependabot[bot] opened a new pull request, #13465: URL: https://github.com/apache/datafusion/pull/13465
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/pyo3/releases">pyo3's releases</a>.</em></p> <blockquote> <h2>PyO3 0.22.6</h2> <p>This release corrects the check for free-threaded Python introduced in PyO3 0.22.2 to prevent users accidentally installing PyO3 packages on Python 3.13t; PyO3 0.22 does not support free-threaded Python. (Stay tuned for the 0.23 release coming very soon!)</p> <p>Thanks <a href="https://github.com/minrk"><code>@​minrk</code></a> for the report and <a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a> for the fix!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyO3/pyo3/blob/v0.22.6/CHANGELOG.md">pyo3's changelog</a>.</em></p> <blockquote> <h2>[0.22.6] - 2024-11-05</h2> <h3>Fixed</h3> <ul> <li>Fix detection of freethreaded Python 3.13t added in PyO3 0.22.2; freethreaded is not yet supported (support coming soon in 0.23). <a href="https://redirect.github.com/PyO3/pyo3/pull/4684">#4684</a></li> </ul> <h2>[0.22.5] - 2024-10-15</h2> <h3>Fixed</h3> <ul> <li>Fix regression in 0.22.4 of naming collision in <code>__clear__</code> slot and <code>clear</code> method generated code. <a href="https://redirect.github.com/PyO3/pyo3/pull/4619">#4619</a></li> </ul> <h2>[0.22.4] - 2024-10-12</h2> <h3>Added</h3> <ul> <li>Add FFI definition <code>PyWeakref_GetRef</code> and <code>compat::PyWeakref_GetRef</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4528">#4528</a></li> </ul> <h3>Changed</h3> <ul> <li>Deprecate <code>_borrowed</code> methods on <code>PyWeakRef</code> and <code>PyWeakrefProxy</code> (just use the owning forms). <a href="https://redirect.github.com/PyO3/pyo3/pull/4590">#4590</a></li> </ul> <h3>Fixed</h3> <ul> <li>Revert removal of private FFI function <code>_PyLong_NumBits</code> on Python 3.13 and later. <a href="https://redirect.github.com/PyO3/pyo3/pull/4450">#4450</a></li> <li>Fix <code>__traverse__</code> functions for base classes not being called by subclasses created with <code>#[pyclass(extends = ...)]</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4563">#4563</a></li> <li>Fix regression in 0.22.3 failing compiles under <code>#![forbid(unsafe_code)]</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4574">#4574</a></li> <li>Workaround possible use-after-free in <code>_borrowed</code> methods on <code>PyWeakRef</code> and <code>PyWeakrefProxy</code> by leaking their contents. <a href="https://redirect.github.com/PyO3/pyo3/pull/4590">#4590</a></li> <li>Fix crash calling <code>PyType_GetSlot</code> on static types before Python 3.10. <a href="https://redirect.github.com/PyO3/pyo3/pull/4599">#4599</a></li> </ul> <h2>[0.22.3] - 2024-09-15</h2> <h3>Added</h3> <ul> <li>Add <code>pyo3::ffi::compat</code> namespace with compatibility shims for C API functions added in recent versions of Python.</li> <li>Add FFI definition <code>PyDict_GetItemRef</code> on Python 3.13 and newer, and <code>compat::PyDict_GetItemRef</code> for all versions. <a href="https://redirect.github.com/PyO3/pyo3/pull/4355">#4355</a></li> <li>Add FFI definition <code>PyList_GetItemRef</code> on Python 3.13 and newer, and <code>pyo3_ffi::compat::PyList_GetItemRef</code> for all versions. <a href="https://redirect.github.com/PyO3/pyo3/pull/4410">#4410</a></li> <li>Add FFI definitions <code>compat::Py_NewRef</code> and <code>compat::Py_XNewRef</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4445">#4445</a></li> <li>Add FFI definitions <code>compat::PyObject_CallNoArgs</code> and <code>compat::PyObject_CallMethodNoArgs</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4461">#4461</a></li> <li>Add <code>GilOnceCell<Py<T>>::clone_ref</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4511">#4511</a></li> </ul> <h3>Changed</h3> <ul> <li>Improve error messages for <code>#[pyfunction]</code> defined inside <code>#[pymethods]</code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/4349">#4349</a></li> <li>Improve performance of calls to Python by using the vectorcall calling convention where possible. <a href="https://redirect.github.com/PyO3/pyo3/pull/4456">#4456</a></li> <li>Mention the type name in the exception message when trying to instantiate a class with no constructor defined. <a href="https://redirect.github.com/PyO3/pyo3/pull/4481">#4481</a></li> </ul> <h3>Removed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/c000ab98ade52488ef2e7730992b4a0967ebf03c"><code>c000ab9</code></a> release: 0.22.6</li> <li><a href="https://github.com/PyO3/pyo3/commit/02b8dfe9cd66aab8c1b0e0a91cce036a36106b2e"><code>02b8dfe</code></a> fix compiler warning on 32 bit platforms</li> <li><a href="https://github.com/PyO3/pyo3/commit/a76ce14ca8ab2ab52f266e0be5e34e732b4eda21"><code>a76ce14</code></a> fix detection of freethreaded interpreter</li> <li><a href="https://github.com/PyO3/pyo3/commit/4c88e9afe8ece2b50af7e0dc0d7650c838f444ac"><code>4c88e9a</code></a> release: 0.22.5</li> <li><a href="https://github.com/PyO3/pyo3/commit/8f6464e5ee65c89b993307b23f01878045a1769c"><code>8f6464e</code></a> fix <code>__clear__</code> slot naming collision with <code>clear</code> method (<a href="https://redirect.github.com/pyo3/pyo3/issues/4619">#4619</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/dff972320287043777fd77063175d23879fef90f"><code>dff9723</code></a> release: 0.22.4</li> <li><a href="https://github.com/PyO3/pyo3/commit/3330bf2641144e2dc4d2730470af4d8623001c60"><code>3330bf2</code></a> fix garbage collection in inheritance cases (<a href="https://redirect.github.com/pyo3/pyo3/issues/4563">#4563</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/8b23397c38a5ac7c3631d10ecdb60e249799d736"><code>8b23397</code></a> ci: pypy 3.7 macos on x64 still</li> <li><a href="https://github.com/PyO3/pyo3/commit/ce63713a9dda4a90ef2ab6ff7925751300561e11"><code>ce63713</code></a> ci: run benchmarks on ubuntu 22.04 (<a href="https://redirect.github.com/pyo3/pyo3/issues/4609">#4609</a>)</li> <li><a href="https://github.com/PyO3/pyo3/commit/b1173f5d434071300c48a93520732d9de1c81ddd"><code>b1173f5</code></a> ci: fix more ubuntu-24.04 failures (<a href="https://redirect.github.com/pyo3/pyo3/issues/4610">#4610</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/pyo3/compare/v0.22.0...v0.22.6">compare view</a></li> </ul> </details> <br /> 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org