potiuk opened a new pull request, #71039: URL: https://github.com/apache/airflow/pull/71039
`devel-common/pyproject.toml` dropped the `<5.0.0` cap on `types-paramiko` in #71009, but `uv.lock` still records `>=4.0.0.20260402,<5.0.0`. The `update-uv-lock` prek hook rewrites the file for anyone who touches the repo, so every branch cut from `main` picks up this one-line change and then has to either carry it as an unrelated diff or drop it before pushing. Note that `uv lock --check` passes on `main` despite the drift — it validates that the lock resolves, not that the recorded `requires-dist` metadata matches the project files. Running the hook is what surfaces it. Regenerated with the repo's own `update-uv-lock` hook, so the pinned uv version was used and the diff is exactly the one line. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
