Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openapi-python-client from 0.19.1 to 0.20.0 #62

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps openapi-python-client from 0.19.1 to 0.20.0.

Release notes

Sourced from openapi-python-client's releases.

0.20.0 (2024-05-18)

Breaking Changes

const values in responses are now validated at runtime

Prior to this version, const values returned from servers were assumed to always be correct. Now, if a server returns an unexpected value, the client will raise a ValueError. This should enable better usage with oneOf.

PR #1024. Thanks @​peter-greenatlas!

Switch YAML parsing to 1.2

This change switches the YAML parsing library to ruamel.yaml which follows the YAML 1.2 specification. There are breaking changes from YAML 1.1 to 1.2, though they will not affect most use cases.

PR #1042 fixes #1041. Thanks @​rtaycher!

Features

Fixes

Fix nullable and required properties in multipart bodies

Fixes #926.

[!WARNING] This change is likely to break custom templates. Multipart body handling has been completely split from JSON bodies.

Changelog

Sourced from openapi-python-client's changelog.

0.20.0 (2024-05-18)

Breaking Changes

const values in responses are now validated at runtime

Prior to this version, const values returned from servers were assumed to always be correct. Now, if a server returns an unexpected value, the client will raise a ValueError. This should enable better usage with oneOf.

PR #1024. Thanks @​peter-greenatlas!

Switch YAML parsing to 1.2

This change switches the YAML parsing library to ruamel.yaml which follows the YAML 1.2 specification. There are breaking changes from YAML 1.1 to 1.2, though they will not affect most use cases.

PR #1042 fixes #1041. Thanks @​rtaycher!

Features

Fixes

Fix nullable and required properties in multipart bodies

Fixes #926.

[!WARNING] This change is likely to break custom templates. Multipart body handling has been completely split from JSON bodies.

Commits
  • 7af00ce chore: prepare release 0.20.0 (#1032)
  • 84d9844 Fix nullable & required properties in multipart bodies (#995)
  • 9cbca04 chore(deps): lock file maintenance (#1039)
  • 2dacc04 chore(deps): update actions/download-artifact action to v4.1.7 (#1037)
  • e8e8f2e chore(deps): update actions/checkout action to v4.1.6 (#1038)
  • a97dad1 Switch YAML parser to ruamel.yaml which uses YAML 1.2 (#1042)
  • 9b55d70 chore(deps): lock file maintenance (#1033)
  • 3ebad69 chore(deps): update actions/upload-artifact action to v4.3.3 (#1036)
  • d5a9a1b chore(deps): update actions/checkout action to v4.1.3 (#1034)
  • ba58dfe chore(deps): update actions/download-artifact action to v4.1.6 (#1035)
  • Additional commits viewable in compare view

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 review from jdoss and a team as code owners May 20, 2024 21:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
@github-actions github-actions bot enabled auto-merge May 20, 2024 21:13
updated-dependencies:
- dependency-name: openapi-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/openapi-python-client-0.20.0 branch from 878fec7 to e15db25 Compare June 7, 2024 17:45
@github-actions github-actions bot merged commit b693912 into main Jun 7, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/openapi-python-client-0.20.0 branch June 7, 2024 17:50
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