fix: satisfy new ruff rules and bump 4 CVE-flagged dependencies - #929
Open
Santisoutoo wants to merge 1 commit into
Open
fix: satisfy new ruff rules and bump 4 CVE-flagged dependencies#929Santisoutoo wants to merge 1 commit into
Santisoutoo wants to merge 1 commit into
Conversation
uvx in the lint job always runs the latest ruff, and a new release both flags a union-ordering violation in chat_threads.py (RUF036) and formats 10 files differently, turning main red. pip-audit also fails on fresh advisories. Bump click 8.4.2, cryptography 50.0.0, mcp 1.29.0 and pyasn1 0.6.4 past their fix versions. Full suite: 628 passed, 9 skipped; mypy and pip-audit clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019FXiAM89b81PkWzRx8gPgS
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Descripción
mainestá rojo desde julio: la versión nueva de ruff queuvxinstala sin pin rompelint(RUF036 enchat_threads.py+ formato en 8 archivos) y pip-audit falla con 9 CVEs frescas (click, cryptography, mcp, pyasn1).uvx ruff check . --fix+uvx ruff format .repo-wide.uv.lock: click 8.4.2, cryptography 50.0.0, mcp 1.29.0, pyasn1 0.6.4.Checklist
uv run pytest -q -n auto --dist=loadfile→ 628 passed, 9 skippeduv run mypy src/lexflow/→ limpiouvx ruff check .+uvx ruff format --check .→ limpiopip-audit --skip-editable→ sin vulnerabilidades🤖 Generated with Claude Code
https://claude.ai/code/session_019FXiAM89b81PkWzRx8gPgS