[misc] chore: bump ruff/pyright and widen openai-agents to <0.18#247
Merged
Conversation
Consolidates Dependabot PRs #242 and #245, which could not merge on their own because Dependabot only edits pyproject.toml and CI installs with `uv sync --locked`. - ruff 0.15.15 -> 0.15.20 (also synced in .pre-commit-config.yaml) - pyright 1.1.410 -> 1.1.411 - openai-agents[litellm] >=0.14,<0.15 -> >=0.14,<0.18 - uv.lock regenerated with openai-agents upgraded to 0.17.7 (transitively bumps openai 2.30.0 -> 2.44.0)
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
Consolidates Dependabot PRs #242 and #245. Those PRs cannot go green on their own: Dependabot only edits
pyproject.toml, while CI installs withuv sync --locked, so every pip bump fails the lockfile check. This PR applies the same version changes together with the regenerateduv.lock.Closes #242
Closes #245
Changes
ruff0.15.15 → 0.15.20, synced in.pre-commit-config.yamlper the "Keep in sync with pre-commit and CI" convention (Dependabot does not know about it)pyright1.1.410 → 1.1.411openai-agents[litellm]>=0.14,<0.15→>=0.14,<0.18uv.lockregenerated withuv lock --upgrade-package openai-agents, so the lock actually moves to openai-agents 0.17.7 (transitivelyopenai2.30.0 → 2.44.0) and tests exercise the new upper bound rather than staying on 0.14Verification
pytest: 1720 passed against openai-agents 0.17.7ruff check/ruff format --check: clean on 0.15.20pyright osmosis_ai/: 0 errors on 1.1.411pyright --verifytypes: no unexpected public API errorsNot included (tracked separately): #243 (typer — conflicts with the deliberate
<0.26cap; needs discussion) and #244 (harbor — needs API-compat verification).Summary by cubic
Update
ruff/pyrightand widenopenai-agentsto <0.18, regeneratinguv.lockso CI uses the updated constraints. This consolidates pending bot bumps and keeps pre-commit versions aligned.ruff0.15.15 → 0.15.20 (synced in.pre-commit-config.yaml)pyright[nodejs]1.1.410 → 1.1.411openai-agents[litellm]>=0.14,<0.15→>=0.14,<0.18;uv.lockupdated toopenai-agents0.17.7 (transitiveopenai2.30.0 → 2.44.0)Written for commit 1fa1cf5. Summary will update on new commits.