-
Notifications
You must be signed in to change notification settings - Fork 2.1k
bump dependencies in lockfile #20205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
desertaxle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run the tests against this change?
| - uv.lock | ||
| - Dockerfile | ||
| - scripts/entrypoint.sh | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - .github/workflows/python-tests.yaml | ||
| - "src/prefect/**/*.py" | ||
| - "tests/**/*.py" | ||
| - pyproject.toml | ||
| - uv.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@desertaxle updated trigger here
Merging this PR will not alter performance
Comparing |
humanize 4.15.0 changed its rounding behavior for relative time display. Update test expectations to match: - "20 minutes" now shows "20 minutes from now" (was "19 minutes") - "1 year and 3 months" now shows "1 year, 3 months from now" (was "1 year, 2 months") 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
anyio 4.12.1 removed sniffio as a dependency and now raises `anyio.NoEventLoopError` instead of `sniffio.AsyncLibraryNotFoundError` when `get_cancelled_exc_class()` is called outside an async context. Catch both exceptions for backward compatibility with older anyio versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1f33cb7 to
a9056f6
Compare
|
i honestly have no idea with this 3.12 dbt flake |
Summary
Bumps dependencies in the lockfile via
uv sync -U.Notable changes