Skip to content

Commit 6615751

Browse files
Release 0.21.4
1 parent e4128ac commit 6615751

5 files changed

+17
-22
lines changed

.changeset/add_backward_compatibility_for_exclusiveminimum_and_exclusivemaximum.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/correctly_resolve_references_to_a_type_that_is_itself_just_a_single_allof_reference.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/support_const_booleans_and_floats.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ 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.4 (2024-08-25)
17+
18+
### Fixes
19+
20+
#### Allow OpenAPI 3.1-style `exclusiveMinimum` and `exclusiveMaximum`
21+
22+
Fixed by PR #1092. Thanks @mikkelam!
23+
24+
#### Correctly resolve references to a type that is itself just a single allOf reference
25+
26+
PR #1103 fixed issue #1091. Thanks @eli-bl!
27+
28+
#### Support `const` booleans and floats
29+
30+
Fixed in PR #1086. Thanks @flxdot!
31+
1632
## 0.21.3 (2024-08-18)
1733

1834
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
21+
version = "0.21.4"
2222
description = "Generate modern Python clients from OpenAPI"
2323
keywords = [
2424
"OpenAPI",

0 commit comments

Comments
 (0)