Skip to content

Commit 22ab9ba

Browse files
chore(python-deps): bump openapi-spec-validator from 0.7.2 to 0.8.3 (#5028)
Bumps [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) from 0.7.2 to 0.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-openapi/openapi-spec-validator/releases">openapi-spec-validator's releases</a>.</em></p> <blockquote> <h2>0.8.3</h2> <h2>Features</h2> <ul> <li>Use resolved cache feature of jsonschema-path <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/479">#479</a></li> </ul> <h2>0.8.2</h2> <h2>Features</h2> <ul> <li>OpenAPI 3.2 support <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/472">#472</a></li> <li>Add OAS 3.1 jsonSchemaDialect-aware schema meta-validation <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/471">#471</a></li> </ul> <h2>0.8.1</h2> <h2>Features</h2> <ul> <li>CLI version option <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/466">#466</a></li> <li>Split CLI error controls into validation and subschema modes <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/469">#469</a></li> </ul> <h2>Fixes</h2> <ul> <li>Fix malformed schema traversal to report validation errors instead of internal exceptions <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/467">#467</a></li> <li>Validate declared path parameters against path template <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/470">#470</a></li> </ul> <h2>Deprecations</h2> <ul> <li>Deprecates <code>--error</code>/<code>--errors</code> CLI options <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/469">#469</a></li> </ul> <h2>0.8.0</h2> <h2>Upgrades</h2> <ul> <li>Jsonschema-path 0.4 and openapi-schema-validator 0.7 upgrades <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/459">#459</a></li> <li>Python 3.13 and 3.14 support <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/392">#392</a> <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/457">#457</a></li> </ul> <h2>Fixes</h2> <ul> <li>Update openapi-schema-validator version constraint <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/439">#439</a></li> </ul> <h2>Backward incompatibilities</h2> <ul> <li>Python 3.8 and 3.9 drop <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/392">#392</a> <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/456">#456</a></li> </ul> <h2>0.8.0b3</h2> <h2>Upgrades</h2> <ul> <li>Jsonschema-path 0.4.0b8 upgrade <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/455">#455</a></li> </ul> <h2>0.8.0b2</h2> <h2>Upgrades</h2> <ul> <li>Jsonschema-path 0.4.0b2 upgrade <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/449">#449</a></li> </ul> <h2>Fixes</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/a093f9c4783792da2b181c03e718844b57cdb19c"><code>a093f9c</code></a> Version 0.8.3</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/0d757b58adc86d3b939b048aa4263ddea6462fd3"><code>0d757b5</code></a> Merge pull request <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/479">#479</a> from python-openapi/feature/upgrade-jsonschema-path-0...</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/0bbd76166fcd1833dcbe63cf335a3da26fdc9015"><code>0bbd761</code></a> Expose resolved cache</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/023da9563279a37bcedb5ffb6208f663e46a53cc"><code>023da95</code></a> Upgrade jsonschema-path 0.4.3</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/b32b257d267c7d5e90893ff0b99c739f1a67ced7"><code>b32b257</code></a> Version 0.8.2</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/62e48efd561a180fe53d39127490f3b7ef2697f0"><code>62e48ef</code></a> Merge pull request <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/475">#475</a> from python-openapi/feature/accept-openapi-schema-val...</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/5de0bd3a16b874850c16439896a9ef3a71b11cdd"><code>5de0bd3</code></a> Accept openapi-schema-validator non-breaking changes version</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/ce9989c23570f0b46c9586331e2a6a4801a6bfaa"><code>ce9989c</code></a> Merge pull request <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/474">#474</a> from python-openapi/feature/add-tag-tests</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/9f98c9664b8c5d18796c371766ab0e4377330459"><code>9f98c96</code></a> Add tag tests</li> <li><a href="https://github.com/python-openapi/openapi-spec-validator/commit/7c0ddf810275812e3116be33687a5113adb64fa3"><code>7c0ddf8</code></a> Merge pull request <a href="https://redirect.github.com/python-openapi/openapi-spec-validator/issues/472">#472</a> from python-openapi/feature/openapi-3.2-support</li> <li>Additional commits viewable in <a href="https://github.com/python-openapi/openapi-spec-validator/compare/0.7.2...0.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openapi-spec-validator&package-manager=uv&previous-version=0.7.2&new-version=0.8.3)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee8f8fd commit 22ab9ba

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

uv.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)