Skip to content

bump(deps-dev): bump openapi-python-client from 0.25.0 to 0.26.0#98

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/openapi-python-client-0.26.0
Closed

bump(deps-dev): bump openapi-python-client from 0.25.0 to 0.26.0#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/openapi-python-client-0.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2025

Copy link
Copy Markdown
Contributor

Bumps openapi-python-client from 0.25.0 to 0.26.0.

Release notes

Sourced from openapi-python-client's releases.

0.26.0 (2025-08-26)

Breaking Changes

Change some union variant names

When creating a union with oneOf, anyOf, or a list of type, the name of each variant used to be type_{index} where the index is based on the order of the types in the union.

This made some modules difficult to understand, what is a my_type_type_0 after all? It also meant that reordering union members, while not a breaking change to the API, would be a breaking change for generated clients.

Now, if an individual variant has a title attribute, that title will be used in the name instead. This is only an enhancement for documents which use title in union variants, and only a breaking change for inline models (not #/components/schemas which should already have used more descriptive names).

Thanks @​wallagib for PR #962!

Features

Support patterned and default HTTP statuses

HTTP statuses like 2XX and default are now supported!

A big thank you to:

Closes #1271 and #832

[!NOTE] Custom template users: the endpoint.responses type has changed quite a bit. Check out #1303 for the changes.

0.25.3 (2025-07-21)

Features

  • Add --meta uv for generating astral-sh/uv compatible packages. (#1286)
  • Switch to uv_build build backend. (#1290)

0.25.2 (2025-07-03)

Fixes

0.25.1 (2025-06-19)

Fixes

  • Support ruff 0.12 (#1270)
Changelog

Sourced from openapi-python-client's changelog.

0.26.0 (2025-08-26)

Breaking Changes

Change some union variant names

When creating a union with oneOf, anyOf, or a list of type, the name of each variant used to be type_{index} where the index is based on the order of the types in the union.

This made some modules difficult to understand, what is a my_type_type_0 after all? It also meant that reordering union members, while not a breaking change to the API, would be a breaking change for generated clients.

Now, if an individual variant has a title attribute, that title will be used in the name instead. This is only an enhancement for documents which use title in union variants, and only a breaking change for inline models (not #/components/schemas which should already have used more descriptive names).

Thanks @​wallagib for PR #962!

Features

Support patterned and default HTTP statuses

HTTP statuses like 2XX and default are now supported!

A big thank you to:

Closes #1271 and #832

[!NOTE] Custom template users: the endpoint.responses type has changed quite a bit. Check out #1303 for the changes.

0.25.3 (2025-07-21)

Features

  • Add --meta uv for generating astral-sh/uv compatible packages. (#1286)
  • Switch to uv_build build backend. (#1290)

0.25.2 (2025-07-03)

Fixes

0.25.1 (2025-06-19)

... (truncated)

Commits
  • 655b218 Release 0.26.0 (#1306)
  • f9f0ad0 Support patterned and default HTTP status codes (#1303)
  • 24aef5c Union variants use Title names instead of indices (#1301)
  • 8f5f11f chore(deps): update actions/checkout action to v5 (#1298)
  • 75234ff chore(deps): update actions/download-artifact action to v5 (#1294)
  • 1bbbaf3 Release 0.25.3 (#1288)
  • 94d57fe refactor(poetry): Set build-backend of poetry to latest recommended… (#1291)
  • 6c1499c feat(uv): Switch to uv_build build backend. (#1290)
  • f4ac5ea feat: Add --meta uv for generating astral-sh/uv compatible packages. (#1286)
  • e934fd6 chore(deps): lock file maintenance (#1280)
  • 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)

Bumps [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) from 0.25.0 to 0.26.0.
- [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.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: openapi-python-client
  dependency-version: 0.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 27, 2025
@codecov

codecov Bot commented Aug 27, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #107.

@dependabot dependabot Bot closed this Sep 15, 2025
@dependabot dependabot Bot deleted the dependabot/pip/main/openapi-python-client-0.26.0 branch September 15, 2025 20:27
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.

0 participants