chore(deps): bump ruff ^0.12.3 → ^0.15.22 and openapi-python-client ^0.26.1 → ^0.29.0 (HYBIM-777)#94
Open
etserend wants to merge 3 commits into
Open
chore(deps): bump ruff ^0.12.3 → ^0.15.22 and openapi-python-client ^0.26.1 → ^0.29.0 (HYBIM-777)#94etserend wants to merge 3 commits into
etserend wants to merge 3 commits into
Conversation
3 tasks
…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
force-pushed
the
feat/HYBIM-777-bump-ruff
branch
from
July 17, 2026 17:07
49ec893 to
2775d7b
Compare
…M-777) - Remove unused `timezone` import from utils/__init__.py (F401) - Add explicit `__hash__ = None` to schema/message.py (PLW1641) - Add experiment.py and metric.py to per-file-ignores for PLC0415 (local imports are intentional circular-dependency workarounds) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
Author
|
Ran
The branch introduces no new errors — it fixes all 11 pre-existing ones on |
etserend
requested review from
adityamehra,
fercor-cisco,
keith-decker and
shuningc
July 17, 2026 19:58
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Bumps ruff and openapi-python-client together — they are coupled because
openapi-python-client 0.26.xhard-capsruff<0.14, making it impossible to resolve ruff ≥0.14 while staying on 0.26.x.ruff(pyproject.toml)^0.12.3^0.15.22ruff(pre-commit hook)v0.9.7v0.15.22openapi-python-client^0.26.1^0.29.0These were previously bumped in PR #66, reverted in PR #78 (due to an unrelated openapi.yaml conflict), and are now re-applied cleanly.
Test plan
poetry run ruff check src/splunk_ao/ --exclude src/splunk_ao/resources/— no new errorsTicket: HYBIM-777
🤖 Generated with Claude Code