Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Update openapi-python-client requirement from <0.26,>=0.25.1 to >=0.25.1,<0.27 - #4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/openapi-python-client-gte-0.25.1-and-lt-0.27
Open

Update openapi-python-client requirement from <0.26,>=0.25.1 to >=0.25.1,<0.27#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/openapi-python-client-gte-0.25.1-and-lt-0.27

Conversation

@dependabot

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

Copy link
Copy Markdown

Updates the requirements on openapi-python-client to permit the latest version.

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.

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) to permit the latest version.
- [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.1...v0.26.0)

---
updated-dependencies:
- dependency-name: openapi-python-client
  dependency-version: 0.26.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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