Skip to content

Bump openapi-python-client from 0.21.0 to 0.21.1#71

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/openapi-python-client-0.21.1
Jun 26, 2024
Merged

Bump openapi-python-client from 0.21.0 to 0.21.1#71
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/openapi-python-client-0.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 17, 2024

Bumps openapi-python-client from 0.21.0 to 0.21.1.

Release notes

Sourced from openapi-python-client's releases.

0.21.1 (2024-06-15)

Features

Support request body refs

You can now define and reuse bodies via refs, with a document like this:

paths:
/something:
post:
requestBody:
"$ref": "#/components/requestBodies/SharedBody"
components:
requestBodies:
SharedBody:
content:
application/json:
schema:
type: string

Thanks to @​kigawas and @​supermihi for initial implementations and @​RockyMM for the initial request.

Closes #633, closes #664, resolves #595.

Fixes

  • Indent of generated code for non-required lists. Thanks @​sfowl! (#1050)
  • Parsing requestBody with $ref (#633)
Changelog

Sourced from openapi-python-client's changelog.

0.21.1 (2024-06-15)

Features

Support request body refs

You can now define and reuse bodies via refs, with a document like this:

paths:
  /something:
    post:
      requestBody:
        "$ref": "#/components/requestBodies/SharedBody"
components:
  requestBodies:
    SharedBody:
      content:
        application/json:
          schema:
            type: string

Thanks to @​kigawas and @​supermihi for initial implementations and @​RockyMM for the initial request.

Closes #633, closes #664, resolves #595.

Fixes

  • Indent of generated code for non-required lists. Thanks @​sfowl! (#1050)
  • Parsing requestBody with $ref (#633)
Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot Bot requested a review from jdoss as a code owner June 17, 2024 21:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2024
@dependabot dependabot Bot requested a review from a team as a code owner June 17, 2024 21:18
@github-actions github-actions Bot enabled auto-merge June 17, 2024 21:18
@dependabot dependabot Bot force-pushed the dependabot/pip/openapi-python-client-0.21.1 branch from 001bd76 to 5b29004 Compare June 26, 2024 19:10
Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/openapi-generators/openapi-python-client/releases)
- [Changelog](https://github.com/openapi-generators/openapi-python-client/blob/main/CHANGELOG.md)
- [Commits](openapi-generators/openapi-python-client@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: openapi-python-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/openapi-python-client-0.21.1 branch from 5b29004 to 493e573 Compare June 26, 2024 19:14
@github-actions github-actions Bot merged commit 4456711 into main Jun 26, 2024
@github-actions github-actions Bot deleted the dependabot/pip/openapi-python-client-0.21.1 branch June 26, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant