Update API Client#98
Closed
etserend wants to merge 3 commits into
Closed
Conversation
…0.26.1 → ^0.29.0 (HYBIM-777) openapi-python-client 0.26.x hard-caps ruff<0.14, so both versions must be bumped together. Also updates the ruff pre-commit hook rev to v0.15.22. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…-python-client 0.29.x output (HYBIM-777) The 0.26.x → 0.29.x upgrade changed the generated http_validation_error.py from_dict body structure: field init and loop ordering changed, and the guard changed from `_detail or []` to `if _detail is not UNSET`. Update _LOOP_RE and _loop_replacement to match the new pattern so the post-gen hook succeeds. Also apply ruff UP-rule auto-fixes (StrEnum, dt.UTC, import ordering) that the bumped ruff 0.15.22 now flags. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
etserend
deleted the
chore/splunk-ao-automation/update-api-client-2026-07-17-29598869406
branch
July 17, 2026 18:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix any breaking changes if this pull request fails to deploy