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
Generated code uses PEP 604 union syntax (str | None) via ruff UP rules.
No from __future__ import annotations in generated files, so 3.9 would
fail at runtime. CI test matrix already starts at 3.10.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
### Changed
34
34
- Regenerated client from latest OpenAPI specification
35
35
-**BREAKING**: Catalog Fields renamed to Catalog Properties across all endpoints and models
36
-
- Minimum Python version bumped to 3.10 in generated code (SDK still supports 3.9 via pyproject.toml)
36
+
-**BREAKING**: Minimum Python version bumped to 3.10
37
37
38
38
### Removed
39
39
- Catalog Fields endpoints and models (replaced by Catalog Properties)
40
40
- Some escalation policy path rule type models (consolidated in upstream spec)
41
41
42
42
### Fixed
43
43
- Applied nullable enum fix to 1,348 model files via `tools/fix_nullable_enums.py`
44
-
- Escalation path endpoints now fully generated — added `tools/fix_openapi_escalation_paths.py` to patch inline `oneOf` variants into named `$ref` schemas and fix missing array `items` definitions
44
+
- Escalation path endpoints now fully generated — added `tools/fix_openapi_escalation_paths.py` to patch inline `oneOf` variants into named `$ref` schemas ([upstream bug](https://github.com/openapi-generators/openapi-python-client/issues/1428))
0 commit comments