Skip to content

Commit c41e22a

Browse files
Release 0.27.1 (#1345)
> [!IMPORTANT] > Merging this pull request will create this release ## Fixes - Remove non-existent CHANGELOG.md references from UV and Poetry templates (#1344) - Initialize optional lists as UNSET, not [] (#1346) - Correct docstring typos in client template (#1347) - Replace bare except blocks with specific exception types (#1348) ### Update `uv_build` to 0.9 #1352 by @johnthagen `uv` has been in the `0.9.x` release cycle for a while, so update templates to use the corresponding `uv_build` range. Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent 2a990fe commit c41e22a

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.changeset/update_uv_build_to_09.md

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ 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.27.1 (2025-11-03)
17+
18+
### Fixes
19+
20+
- Remove non-existent CHANGELOG.md references from UV and Poetry templates (#1344)
21+
- Initialize optional lists as UNSET, not [] (#1346)
22+
- Correct docstring typos in client template (#1347)
23+
- Replace bare except blocks with specific exception types (#1348)
24+
25+
#### Update `uv_build` to 0.9
26+
27+
##1352 by @johnthagen
28+
29+
`uv` has been in the `0.9.x` release cycle for a while, so update templates to use the corresponding `uv_build` range.
30+
1631
## 0.27.0 (2025-10-28)
1732

1833
### Breaking Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"ruff>=0.2",
1818
]
1919
name = "openapi-python-client"
20-
version = "0.27.0"
20+
version = "0.27.1"
2121
description = "Generate modern Python clients from OpenAPI"
2222
keywords = [
2323
"OpenAPI",

0 commit comments

Comments
 (0)