From 278faebf01989cfb64fc173db10edad0d6fcc965 Mon Sep 17 00:00:00 2001 From: "knope-bot[bot]" <152252888+knope-bot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 20:23:11 +0000 Subject: [PATCH] Release 0.29.0 --- .changeset/drop_support_for_python_310.md | 5 ----- .../raise_minimum_httpx_version_to_0231.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 .changeset/drop_support_for_python_310.md delete mode 100644 .changeset/raise_minimum_httpx_version_to_0231.md diff --git a/.changeset/drop_support_for_python_310.md b/.changeset/drop_support_for_python_310.md deleted file mode 100644 index c9fd2ca2d..000000000 --- a/.changeset/drop_support_for_python_310.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: major ---- - -# Drop support for Python 3.10 diff --git a/.changeset/raise_minimum_httpx_version_to_0231.md b/.changeset/raise_minimum_httpx_version_to_0231.md deleted file mode 100644 index 2ad2e1dbb..000000000 --- a/.changeset/raise_minimum_httpx_version_to_0231.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: major ---- - -# Raise minimum httpx version to 0.23.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 518e41fc5..9887dad3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,22 @@ 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.29.0 (2026-05-30) + +### Breaking Changes + +- Drop support for Python 3.10 +- Raise minimum httpx version to 0.23.1 + +### Features + +- replace python-dateutil with stdlib datetime.fromisoformat (#1429) + +### Fixes + +- Remove some generated casts that aren't necessary with mypy v2 (#1436) +- Explicitly set boundary for multipart/form-data (#1005) + ## 0.28.4 (2026-05-11) ### Features diff --git a/pyproject.toml b/pyproject.toml index f22916090..b8cc67d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "ruff>=0.2", ] name = "openapi-python-client" -version = "0.28.4" +version = "0.29.0" description = "Generate modern Python clients from OpenAPI" keywords = [ "OpenAPI",