Skip to content

Commit ac6a5f2

Browse files
Release 0.22.1
1 parent 46b7523 commit ac6a5f2

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.changeset/properly_rebuild_pydantic_models_if_necessary.md

-10
This file was deleted.

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ 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.22.1 (2024-12-24)
17+
18+
### Features
19+
20+
- Support httpx 0.28 (#1172)
21+
22+
### Fixes
23+
24+
- Support Typer 0.14 and 0.15 (#1173)
25+
26+
#### Fix compatibility with Pydantic 2.10+
27+
28+
##1176 by @Viicos
29+
30+
Set `defer_build` to models that we know will fail to build, and call `model_rebuild`
31+
in the `__init__.py` file.
32+
1633
## 0.22.0 (2024-11-23)
1734

1835
### Breaking Changes

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.22.0"
21+
version = "0.22.1"
2222
description = "Generate modern Python clients from OpenAPI"
2323
keywords = [
2424
"OpenAPI",

0 commit comments

Comments
 (0)