Skip to content

Commit

Permalink
Release 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knope-bot[bot] authored Dec 24, 2024
1 parent 46b7523 commit ac6a5f2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/properly_rebuild_pydantic_models_if_necessary.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t

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).

## 0.22.1 (2024-12-24)

### Features

- Support httpx 0.28 (#1172)

### Fixes

- Support Typer 0.14 and 0.15 (#1173)

#### Fix compatibility with Pydantic 2.10+

##1176 by @Viicos

Set `defer_build` to models that we know will fail to build, and call `model_rebuild`
in the `__init__.py` file.

## 0.22.0 (2024-11-23)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"typing-extensions>=4.8.0,<5.0.0",
]
name = "openapi-python-client"
version = "0.22.0"
version = "0.22.1"
description = "Generate modern Python clients from OpenAPI"
keywords = [
"OpenAPI",
Expand Down

0 comments on commit ac6a5f2

Please sign in to comment.