Bump openapi-python-client from 0.15.2 to 0.24.3
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies python
Bumps openapi-python-client from 0.15.2 to 0.24.3.
Release notes
Sourced from openapi-python-client's releases.
0.24.3 (2025-03-31)
Features
Adding support for named integer enums
Adding support for named integer enums via an optional extension,
x-enum-varnames.This extension is added to the schema inline with the
enumdefinition:"MyEnum": { "enum": [ 0, 1, 2, 3, 4, 5, 6, 99 ], "type": "integer", "format": "int32", "x-enum-varnames": [ "Deinstalled", "Installed", "Upcoming_Site", "Lab_Site", "Pending_Deinstall", "Suspended", "Install_In_Progress", "Unknown" ] }The result:
0.24.2 (2025-03-22)
Fixes
Make lists of models and enums work correctly in custom templates
Lists of model and enum classes should be available to custom templates via the Jinja variables
openapi.modelsandopenapi.enums, but these were being passed in a way that made them always appear empty. This has been fixed so a custom template can now iterate over them.Closes #1188.
... (truncated)
Changelog
Sourced from openapi-python-client's changelog.
0.24.3 (2025-03-31)
Features
Adding support for named integer enums
##1214 by
@barrybarretteAdding support for named integer enums via an optional extension,
x-enum-varnames.This extension is added to the schema inline with the
enumdefinition:"MyEnum": { "enum": [ 0, 1, 2, 3, 4, 5, 6, 99 ], "type": "integer", "format": "int32", "x-enum-varnames": [ "Deinstalled", "Installed", "Upcoming_Site", "Lab_Site", "Pending_Deinstall", "Suspended", "Install_In_Progress", "Unknown" ] }The result:
0.24.2 (2025-03-22)
Fixes
Make lists of models and enums work correctly in custom templates
Lists of model and enum classes should be available to custom templates via the Jinja variables
openapi.modelsandopenapi.enums, but these were being passed in a way that made them always appear empty. This has been fixed so a custom template can now iterate over them.
... (truncated)
Commits
808354eRelease 0.24.3 (#1236)84b1de7chore(deps): lock file maintenance (#1237)dd9ad5aAdding support for named integer enums (#1214)d681971chore(deps): lock file maintenance (#1233)aff1d26Release 0.24.2 (#1232)1177cf7pass models & enums as lists so custom templates can use them (#1189)0681547chore(deps): update actions/download-artifact action to v4.2.1 (#1230)088cfdcchore(deps): update actions/upload-artifact action to v4.6.2 (#1231)6764991chore(deps): update actions/download-artifact action to v4.2.0 (#1228)bb91a27chore(deps): lock file maintenance (#1226)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 561880 |
| UUID: | 2444531009 |
| Node ID: | PR_kwDOKemh986RtJVB |
| Host: | GitHub |
| Repository: | smallstep/smallstep-python |