You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,34 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
13
13
14
14
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).
15
15
16
+
## 0.29.0 (2026-05-30)
17
+
18
+
### Breaking Changes
19
+
20
+
- Drop support for Python 3.10
21
+
- Raise minimum httpx version to 0.23.1
22
+
23
+
### Features
24
+
25
+
- replace python-dateutil with stdlib datetime.fromisoformat (#1429)
26
+
27
+
### Fixes
28
+
29
+
- Remove some generated casts that aren't necessary with mypy v2 (#1436)
30
+
- Explicitly set boundary for multipart/form-data (#1005)
31
+
32
+
## 0.28.4 (2026-05-11)
33
+
34
+
### Features
35
+
36
+
- Update `uv_build` to 0.11 when using `--meta=uv` (#1434)
37
+
38
+
#### Add support for x-enum-varnames to string enums
39
+
40
+
##1358 by @mbbush
41
+
42
+
You can now customize the variable names of the generated string enumerations using the x-enum-varnames openapi extension. Previously, this was only possible for integer enumerations.
0 commit comments