Skip to content

Commit b6c66ca

Browse files
Release 0.21.7 (#1151)
> [!IMPORTANT] > Merging this pull request will create this release ## Fixes - allow required fields list to be specified as empty (#651) (#1149) - import cast for required const properties, since it's used in the template (#1153) Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent 40d63f9 commit b6c66ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
1313

1414
The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2).
1515

16+
## 0.21.7 (2024-10-28)
17+
18+
### Fixes
19+
20+
- allow required fields list to be specified as empty (#651) (#1149)
21+
- import cast for required const properties, since it's used in the template (#1153)
22+
1623
## 0.21.6 (2024-10-20)
1724

1825
### Features

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"typing-extensions>=4.8.0,<5.0.0",
1919
]
2020
name = "openapi-python-client"
21-
version = "0.21.6"
21+
version = "0.21.7"
2222
description = "Generate modern Python clients from OpenAPI"
2323
keywords = [
2424
"OpenAPI",

0 commit comments

Comments
 (0)