From 00582aec1112c0a3b5e3705670ffdf4bae20be6a Mon Sep 17 00:00:00 2001 From: "knope-bot[bot]" <152252888+knope-bot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:38:51 +0000 Subject: [PATCH] Release 0.28.5 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e41fc5..07d2d0de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ 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.28.5 (2026-05-26) + +### Fixes + +- Remove some generated casts that aren't necessary with mypy v2 (#1436) + ## 0.28.4 (2026-05-11) ### Features diff --git a/pyproject.toml b/pyproject.toml index b432420e3..229d38140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "ruff>=0.2", ] name = "openapi-python-client" -version = "0.28.4" +version = "0.28.5" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",