PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: route events through trigger evaluation in EventsPipeline In ephemeral server mode (the default for local dev), all events were routed through EventsPipeline but never evaluated against automation triggers. This caused zombie-detection automations (and all proactive automations) to fire false positives because prefect.flow-run.Completed events were persisted to the log but never seen by reactive_evaluation. Fixes #21932
awesome-pro:fix/issue-21932-zombie-detection-events-pipeline-triggers
12 hours ago
style: fix import ordering in test_work_pool.py (ruff I001)
sridhar-3009:fix/work-pool-uppercase-name-storage
1 day ago
test: update storage configure assertions to use _result_storage_block_name The block document name now includes a 6-char slug+hash suffix for uniqueness. Update all 15 read_block_document_by_name assertions in TestStorageConfigure to use _result_storage_block_name(work_pool.name) instead of the hardcoded f"default-{work_pool.name}-result-storage" format.
sridhar-3009:fix/work-pool-uppercase-name-storage
1 day ago
fix: replace double backticks with single quotes in docstring Prefect's no-double-backticks pre-commit hook rejects RST-style double-backtick literals. Use single quotes instead.
sridhar-3009:fix/work-pool-uppercase-name-storage
1 day ago
fix(cli): lowercase work pool name in storage block document name Block document names must be lowercase. When a work pool name contains uppercase letters the derived name (default-{work_pool_name}-result-storage) fails server-side validation, causing `work-pool storage configure` to error with an unhelpful message. Apply .lower() to the work_pool_name component of the block document name in all three storage configure commands (s3, gcs, azure-blob-storage). Fixes #22143
sridhar-3009:fix/work-pool-uppercase-name-storage
1 day ago
Preserve task run recorder upsert order (#22112)
main
2 days ago
chore(deps): bump the uv-dependencies group across 1 directory with 11 updates Bumps the uv-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.4.0` | `8.4.1` | | [cyclopts](https://github.com/BrianPugh/cyclopts) | `4.15.0` | `4.16.1` | | [cachetools](https://github.com/tkem/cachetools) | `7.1.3` | `7.1.4` | | [fastapi](https://github.com/fastapi/fastapi) | `0.136.1` | `0.136.3` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.47.0` | `0.48.0` | | [pydocket](https://github.com/chrisguidry/docket) | `0.20.3` | `0.21.0` | | [uv](https://github.com/astral-sh/uv) | `0.11.15` | `0.11.17` | | [redis](https://github.com/redis/redis-py) | `7.4.0` | `8.0.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `21.3.3` | `21.4.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.15` | | [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `5.0.2` | `5.0.3` | Updates `click` from 8.4.0 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.4.0...8.4.1) Updates `cyclopts` from 4.15.0 to 4.16.1 - [Release notes](https://github.com/BrianPugh/cyclopts/releases) - [Commits](https://github.com/BrianPugh/cyclopts/compare/v4.15.0...v4.16.1) Updates `cachetools` from 7.1.3 to 7.1.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.3...v7.1.4) Updates `fastapi` from 0.136.1 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.136.1...0.136.3) Updates `uvicorn` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0) Updates `pydocket` from 0.20.3 to 0.21.0 - [Release notes](https://github.com/chrisguidry/docket/releases) - [Commits](https://github.com/chrisguidry/docket/compare/0.20.3...0.21.0) Updates `uv` from 0.11.15 to 0.11.17 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.15...0.11.17) Updates `redis` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.4.0...v8.0.0) Updates `virtualenv` from 21.3.3 to 21.4.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.3.3...21.4.1) Updates `ruff` from 0.15.14 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.14...0.15.15) Updates `pytest-codspeed` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: cyclopts dependency-version: 4.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-dependencies - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-dependencies - dependency-name: pydocket dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-dependencies - dependency-name: uv dependency-version: 0.11.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: uv-dependencies - dependency-name: virtualenv dependency-version: 21.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-dependencies - dependency-name: pytest-codspeed dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/uv-dependencies-88290716b4
2 days ago
Bump starlette to 1.2.0 for CVE-2026-48710 (#22145) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
main
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: route events through trigger evaluation in EventsPipeline (#21932)
#22163
12 hours ago
b474213
awesome-pro:fix/issue-21932-zombie-detection-events-pipeline-triggers
CodSpeed Performance Gauge
0%
fix(cli): lowercase work pool name in storage block document name
#22160
1 day ago
24930eb
sridhar-3009:fix/work-pool-uppercase-name-storage
CodSpeed Performance Gauge
0%
chore(deps): bump the uv-dependencies group across 1 directory with 11 updates
#22155
2 days ago
9e1c084
dependabot/uv/uv-dependencies-88290716b4
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs