dependabot[bot] opened a new pull request, #3014: URL: https://github.com/apache/iceberg-python/pull/3014
Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.15.0 to 2.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md">griffe's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mkdocstrings/griffe/releases/tag/2.0.0">2.0.0</a> - 2026-02-09</h2> <p><!-- raw HTML omitted --><a href="https://github.com/mkdocstrings/griffe/compare/1.15.0...2.0.0">Compare with 1.15.0</a><!-- raw HTML omitted --></p> <h3>Breaking Changes</h3> <p>This version removes previously deprecated API:</p> <ul> <li><code>ExportedName</code>: <em>Public object was removed</em></li> <li><code>infer_docstring_style(options)</code>: <em>Parameter was removed</em></li> <li><code>parse_auto(options)</code>: <em>Parameter was removed</em></li> <li><code>parse_google(options)</code>: <em>Parameter was removed</em></li> <li><code>parse_numpy(options)</code>: <em>Parameter was removed</em></li> <li><code>parse_sphinx(options)</code>: <em>Parameter was removed</em></li> <li><code>assert_git_repo</code>: <em>Public object was removed</em></li> <li><code>get_latest_tag</code>: <em>Public object was removed</em></li> <li><code>get_repo_root</code>: <em>Public object was removed</em></li> <li><code>tmp_worktree</code>: <em>Public object was removed</em></li> </ul> <h3>Features</h3> <ul> <li>Support merging overload annotations into implementation (<a href="https://github.com/mkdocstrings/griffe/commit/584cdb52c93d4cdc02f2093f545c6c780491357e">584cdb5</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/442">Issue-442</a>, <a href="https://redirect.github.com/mkdocstrings/griffe/pull/443">PR-443</a></li> <li>Add support for PEP 750 template strings (<a href="https://github.com/mkdocstrings/griffe/commit/59266a9efadd3264b4a0da4b01792703097f5834">59266a9</a> by ellie). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/440">PR-440</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Keep newlines in parameter (and other multiline directives) descriptions in Sphinx docstrings (<a href="https://github.com/mkdocstrings/griffe/commit/1fde0d2317c9098055ab313c8a0a992032194830">1fde0d2</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/808">Issue-mkdocstrings-808</a>, <a href="https://redirect.github.com/mkdocstrings/griffe/pull/438">PR-438</a></li> </ul> <h3>Code Refactoring</h3> <ul> <li>Make <code>griffe</code> imports lazy in CLI (<a href="https://github.com/mkdocstrings/griffe/commit/4772456ec728a415c52041c542ed3fd28a95b981">4772456</a> by Timothée Mazzucotelli).</li> <li>Split to <code>griffe</code>, <code>griffecli</code> and <code>griffelib</code> uv workspaces (<a href="https://github.com/mkdocstrings/griffe/commit/162c31c230d22eb87cea4ec38ed4778bbe990103">162c31c</a> by Bartosz Sławecki). <a href="https://redirect.github.com/mkdocstrings/griffe/issues/408">Issue-408</a>, <a href="https://redirect.github.com/mkdocstrings/griffe/pull/434">PR-434</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> <li>Remove deprecated code (<a href="https://github.com/mkdocstrings/griffe/commit/dcb075e278319a523e87fd0ae3ca5d21537d665f">dcb075e</a> by Bartosz Sławecki). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/433">PR-433</a>, Co-authored-by: Timothée Mazzucotelli <a href="mailto:[email protected]">[email protected]</a></li> </ul> <h3>Build</h3> <ul> <li>Declare tag pattern for uv-dynamic-versioning (no <code>v</code> prefix) (<a href="https://github.com/mkdocstrings/griffe/commit/c869c971244dfff8a5596033a9c49b5ecc9f70a1">c869c97</a> by Timothée Mazzucotelli). <a href="https://redirect.github.com/ninoseki/uv-dynamic-versioning/issues/83">Upstream-issue</a></li> <li>Change build system to hatchling (<a href="https://github.com/mkdocstrings/griffe/commit/09b0682078614f317858b4047f2d55e1245ccb2d">09b0682</a> by Bartosz Sławecki). <a href="https://redirect.github.com/mkdocstrings/griffe/pull/430">PR-430</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mkdocstrings/griffe/commit/bc86dc3d06487330d0327ed1814a0bbd9513bb60"><code>bc86dc3</code></a> chore: Prepare release 2.0.0</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/4772456ec728a415c52041c542ed3fd28a95b981"><code>4772456</code></a> refactor: Make <code>griffe</code> imports lazy in CLI</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/c869c971244dfff8a5596033a9c49b5ecc9f70a1"><code>c869c97</code></a> build: Declare tag pattern for uv-dynamic-versioning (no <code>v</code> prefix)</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/cb535e0acb6cb7ec34508d9e6b579bd6b7a6dd11"><code>cb535e0</code></a> docs: Update example command in home page</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/40b0a795ffa25dadc444e8b42ce862bb536500d4"><code>40b0a79</code></a> chore: Simplify build duty</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/852b5d2d6766d4f67bd390fd638126aae78c5566"><code>852b5d2</code></a> chore: Fix sdist file inclusion</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/d750a74587db0ed53465a919dba21cea37e7c337"><code>d750a74</code></a> chore: Allow building subpackages in root dist folder</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/9cb6f1327480785c2101c2adb51b62912f604eff"><code>9cb6f13</code></a> chore: Ignore dist dirs in subpackages</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/584cdb52c93d4cdc02f2093f545c6c780491357e"><code>584cdb5</code></a> feat: Support merging overload annotations into implementation</li> <li><a href="https://github.com/mkdocstrings/griffe/commit/59266a9efadd3264b4a0da4b01792703097f5834"><code>59266a9</code></a> feat: Add support for PEP 750 template strings</li> <li>Additional commits viewable in <a href="https://github.com/mkdocstrings/griffe/compare/1.15.0...2.0.0">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
