dependabot[bot] opened a new pull request, #1173:
URL: https://github.com/apache/tooling-trusted-releases/pull/1173

   Updates the requirements on 
[quart-schema[pydantic]](https://github.com/pgjones/quart-schema) to permit the 
latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pgjones/quart-schema/blob/main/CHANGELOG.rst";>quart-schema[pydantic]'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.23.0 2025-12-02</h2>
   <ul>
   <li>Specify the IntegerConverter (path parameter) as integer type</li>
   <li>Add the path to the operation_id method - backwards incompatible if
   operation_id has been overriden.</li>
   <li>Bugfix restore the ability to remove the security scheme</li>
   <li>Drop Python 3.9 and support 3.14</li>
   </ul>
   <h2>0.22.0 2025-04-27</h2>
   <ul>
   <li>Allow Blueprints to be deprecated, tagged, marked with security
   schemes.</li>
   <li>Support TypedDicts as a type using Pydantic for validation.</li>
   <li>Bugfix ServerVariable.enum should be an optional list of strings.</li>
   <li>Bugfix Use url_for for the openapi path in the docs templates to get
   the correct path.</li>
   </ul>
   <h2>0.21.0 2025-01-01</h2>
   <ul>
   <li>Add a OpenAPIProvider to allow for customisation.</li>
   <li>Raise a RuntimeError on request validation if neither pydantic nor
   msgspec are installed.</li>
   <li>Switch from ResponseHeadersValidationError to RuntimeError if a
   Response is attempted to be validated.</li>
   </ul>
   <h2>0.20.1 2024-12-31</h2>
   <ul>
   <li>Bugfix any converter to openapi schema</li>
   <li>Bugfix ensure the OpenAPI field names are camelized.</li>
   <li>Support Python 3.13, drop Python 3.8.</li>
   </ul>
   <h2>0.20.0 2024-05-20</h2>
   <ul>
   <li>Bugfix the pydantic dataclass check.</li>
   <li>Bugfix list model class handling and type identification.</li>
   <li>Bugfix form multiselect request validation.</li>
   <li>Bugfix the deprecate decorator was meant to be called without
   arguments (this is backwards incompatible).</li>
   <li>Bugfix using msgspec without attrs</li>
   <li>Enhance pydantic model schema generation to utilise the schema mode
   as serialization for response models.</li>
   <li>Support all Pydantic dump options. This replaces
   <code>QUART_SCHEMA_BY_ALIAS=True</code> config value with the QuartSchema
   constructor argument <code>pydantic_dump_options={&quot;by_alias: 
True}</code> or
   the <code>QUART_SCHEMA_PYDANTIC_DUMP_OPTIONS</code> config value.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/05ae972b12715e54642fc1b3657381f37f3f756b";><code>05ae972</code></a>
 Bump and release 0.23.0</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/795312bbb5080961056e4a3dfc6b87bd2e7293d2";><code>795312b</code></a>
 Add the path to the operation_id method</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/261310354eaaa5bbc54c1a0808dd45bc4d65db3c";><code>2613103</code></a>
 Specify the IntegerConverter (path parameter) as integer type</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/5e67e6a53654b446c4a7b34f8975cf9725b32727";><code>5e67e6a</code></a>
 Bugfix restore the ability to remove the security scheme</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/5e31c92665b4c2d1cee7aa091f5b82a356d2632b";><code>5e31c92</code></a>
 typo in docs: replace Non with None</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/e64346a3e2a3f772a456437d82bc9d5bf6d76220";><code>e64346a</code></a>
 Fix typo in security scheme parameter name</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/af135c71e4afaa9cdcd24a1522ac42955be8393f";><code>af135c7</code></a>
 Change tab label from 'attrs' to 'msgspec'</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/492c0a80725169065d0903ec80d4ba3124d2c1e9";><code>492c0a8</code></a>
 Pin docutils in docs build</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/391e440a64661577f770cc0c93fb22ac99e33c87";><code>391e440</code></a>
 Drop Python 3.9 and support 3.14</li>
   <li><a 
href="https://github.com/pgjones/quart-schema/commit/a3ac75e1ba71f19d4ae170127fe179d060efef3c";><code>a3ac75e</code></a>
 fix supploy typo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pgjones/quart-schema/compare/0.21.0...0.23.0";>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 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]

Reply via email to