Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 2 updates (#176)
Bumps the dependencies group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [typer[all]](https://github.com/fastapi/typer). Updates `pydantic` from 2.10.2 to 2.10.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.10.3 2024-12-03</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Set fields when <code>defer_build</code> is set on Pydantic dataclasses by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10984">#10984</a></li> <li>Do not resolve the JSON Schema reference for <code>dict</code> core schema keys by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10989">#10989</a></li> <li>Use the globals of the function when evaluating the return type for <code>PlainSerializer</code> and <code>WrapSerializer</code> functions by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11008">#11008</a></li> <li>Fix host required enforcement for urls to be compatible with v2.9 behavior by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11027">#11027</a></li> <li>Add a <code>default_factory_takes_validated_data</code> property to <code>FieldInfo</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11034">#11034</a></li> <li>Fix url json schema in <code>serialization</code> mode by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11035">#11035</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3">https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.10.3 (2024-12-03)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.10.3">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Set fields when <code>defer_build</code> is set on Pydantic dataclasses by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10984">#10984</a></li> <li>Do not resolve the JSON Schema reference for <code>dict</code> core schema keys by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10989">#10989</a></li> <li>Use the globals of the function when evaluating the return type for <code>PlainSerializer</code> and <code>WrapSerializer</code> functions by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11008">#11008</a></li> <li>Fix host required enforcement for urls to be compatible with v2.9 behavior by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11027">#11027</a></li> <li>Add a <code>default_factory_takes_validated_data</code> property to <code>FieldInfo</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11034">#11034</a></li> <li>Fix url json schema in <code>serialization</code> mode by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/11035">#11035</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/c326748b0119f12e284c280825d4ab6d3576643c"><code>c326748</code></a> Prep for v2.10.3 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/11038">#11038</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/68d35bffe00bf3b417d025a915effbfa8749d1e3"><code>68d35bf</code></a> Fix url json schema in <code>serialization</code> mode (<a href="https://redirect.github.com/pydantic/pydantic/issues/11035">#11035</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/fa69b4c09a64d2c12a61e9ff2a747f2a304f1ee2"><code>fa69b4c</code></a> Add a <code>default_factory_takes_validated_data</code> property to <code>FieldInfo</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/11034">#11034</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/435a7031f39c35286934edd0de6bfe134e8118c8"><code>435a703</code></a> Fix host required enforcement for urls to be compatible with v2.9 behavior (#...</li> <li><a href="https://github.com/pydantic/pydantic/commit/b2c4548f361b046062efe01e699b30121bb6b88d"><code>b2c4548</code></a> Use the globals of the function when evaluating the return type for `PlainSer...</li> <li><a href="https://github.com/pydantic/pydantic/commit/cb962c10b75c51fa4e1dc377c3d0db416ccb3bbf"><code>cb962c1</code></a> Do not resolve the JSON Schema reference for <code>dict</code> core schema keys (<a href="https://redirect.github.com/pydantic/pydantic/issues/10989">#10989</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/10ebcdf60319676211b2bd5d36d9507835df9cb6"><code>10ebcdf</code></a> Set fields when <code>defer_build</code> is set on Pydantic dataclasses (<a href="https://redirect.github.com/pydantic/pydantic/issues/10984">#10984</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.10.2...v2.10.3">compare view</a></li> </ul> </details> <br /> Updates `typer[all]` from 0.14.0 to 0.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/releases">typer[all]'s releases</a>.</em></p> <blockquote> <h2>0.15.1</h2> <h3>Features</h3> <ul> <li>🗑️ Deprecate <code>shell_complete</code> and continue to use <code>autocompletion</code> for CLI parameters. PR <a href="https://redirect.github.com/fastapi/typer/pull/974">#974</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>✏️ Fix a few typos in the source and documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1028">#1028</a> by <a href="https://github.com/kkirsche"><code>@kkirsche</code></a>.</li> <li>📝 Fix minor inconsistencies and typos in tutorial. PR <a href="https://redirect.github.com/fastapi/typer/pull/1067">#1067</a> by <a href="https://github.com/tvoirand"><code>@tvoirand</code></a>.</li> <li>✏️ Fix a few small typos in the documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1077">#1077</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔧 Update build-docs filter patterns. PR <a href="https://redirect.github.com/fastapi/typer/pull/1080">#1080</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔨 Update deploy docs preview script. PR <a href="https://redirect.github.com/fastapi/typer/pull/1079">#1079</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔧 Update members. PR <a href="https://redirect.github.com/fastapi/typer/pull/1078">#1078</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1071">#1071</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Update httpx requirement from <!-- raw HTML omitted -->=0.27.0,<0.29.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1065">#1065</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> <h2>0.15.0</h2> <h3>Features</h3> <ul> <li>✨ Add support for extending typer apps without passing a name, add commands to the top level. PR <a href="https://redirect.github.com/fastapi/typer/pull/1037">#1037</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>. <ul> <li>New docs: <a href="https://typer.tiangolo.com/tutorial/one-file-per-command/">One File Per Command</a>.</li> </ul> </li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump mkdocs-material from 9.5.46 to 9.5.47. PR <a href="https://redirect.github.com/fastapi/typer/pull/1070">#1070</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.8.0 to 0.8.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1066">#1066</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/blob/master/docs/release-notes.md">typer[all]'s changelog</a>.</em></p> <blockquote> <h2>0.15.1</h2> <h3>Features</h3> <ul> <li>🗑️ Deprecate <code>shell_complete</code> and continue to use <code>autocompletion</code> for CLI parameters. PR <a href="https://redirect.github.com/fastapi/typer/pull/974">#974</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>✏️ Fix a few typos in the source and documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1028">#1028</a> by <a href="https://github.com/kkirsche"><code>@kkirsche</code></a>.</li> <li>📝 Fix minor inconsistencies and typos in tutorial. PR <a href="https://redirect.github.com/fastapi/typer/pull/1067">#1067</a> by <a href="https://github.com/tvoirand"><code>@tvoirand</code></a>.</li> <li>✏️ Fix a few small typos in the documentation. PR <a href="https://redirect.github.com/fastapi/typer/pull/1077">#1077</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔧 Update build-docs filter patterns. PR <a href="https://redirect.github.com/fastapi/typer/pull/1080">#1080</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔨 Update deploy docs preview script. PR <a href="https://redirect.github.com/fastapi/typer/pull/1079">#1079</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🔧 Update members. PR <a href="https://redirect.github.com/fastapi/typer/pull/1078">#1078</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/fastapi/typer/pull/1071">#1071</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>⬆ Update httpx requirement from <!-- raw HTML omitted -->=0.27.0,<0.29.0. PR <a href="https://redirect.github.com/fastapi/typer/pull/1065">#1065</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> <h2>0.15.0</h2> <h3>Features</h3> <ul> <li>✨ Add support for extending typer apps without passing a name, add commands to the top level. PR <a href="https://redirect.github.com/fastapi/typer/pull/1037">#1037</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>. <ul> <li>New docs: <a href="https://typer.tiangolo.com/tutorial/one-file-per-command/">One File Per Command</a>.</li> </ul> </li> </ul> <h3>Internal</h3> <ul> <li>⬆ Bump mkdocs-material from 9.5.46 to 9.5.47. PR <a href="https://redirect.github.com/fastapi/typer/pull/1070">#1070</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump ruff from 0.8.0 to 0.8.1. PR <a href="https://redirect.github.com/fastapi/typer/pull/1066">#1066</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/typer/commit/0b89650d1e694f5c936836c9b768d8c023413cf2"><code>0b89650</code></a> 🔖 Release version 0.15.1</li> <li><a href="https://github.com/fastapi/typer/commit/bd89bf62f2bfe0af8667e85db341db1f32db694d"><code>bd89bf6</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/3b9ce479086636280271d36e410dc5abdcf318d8"><code>3b9ce47</code></a> ✏️ Fix a few typos in the source and documentation (<a href="https://redirect.github.com/fastapi/typer/issues/1028">#1028</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/95ba85f5b3c8088733e22218d9c87eb38e03ab08"><code>95ba85f</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/dbc335b0824b952c70278cccb5dbcf774cdba9b5"><code>dbc335b</code></a> 📝 Fix minor inconsistencies and typos in tutorial (<a href="https://redirect.github.com/fastapi/typer/issues/1067">#1067</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/b88c327d1c3c94de53280130f787a320f3378f69"><code>b88c327</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/d8e56e275f63446e7d455efc83095ec4d711114d"><code>d8e56e2</code></a> 🗑️ Deprecate <code>shell_complete</code> and continue to use <code>autocompletion</code> for CLI pa...</li> <li><a href="https://github.com/fastapi/typer/commit/5f378eec9d8400960e89a305763572f97237afe4"><code>5f378ee</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/b826dc445162af7d6edd1aebe173fa49c1d683ce"><code>b826dc4</code></a> ✏️ Fix a few small typos in the documentation (<a href="https://redirect.github.com/fastapi/typer/issues/1077">#1077</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/9be60da3aec1693ca787947f8c8154a9b6c9fc5b"><code>9be60da</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/typer/compare/0.14.0...0.15.1">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information