[CLEAN] Synthetic Benchmark PR #19307 - Remove deprecated code Runner functionality and system Blocks
#1
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.
Benchmark PR PrefectHQ#19307
Type: Clean (correct implementation)
Original PR Title: Remove deprecated code
Runnerfunctionality and system BlocksOriginal PR Description: ## Summary
This PR removes all deprecated code from core Prefect that has reached or passed its scheduled removal date.
Changes
Removed Blocks
src/prefect/blocks/system.pyRemoved Functions
ResultStore.store_parameters() and read_parameters() (deprecated May 2025, removal date November 2025)
prefect.task_workermodulebuild_server() and start_webserver() from runner.server (deprecated April 2025, removal date October 2025)
.serve()methodsubmit_to_runner() and wait_for_submitted_runs() from runner.submit (deprecated April 2025, removal date October 2025)
run_deployment()DeploymentClient.set_deployment_paused_state() sync and async (deprecated June 2025, removal date December 2025)
pause_deployment()andresume_deployment()methodsRemoved CLI Commands
prefect cloud open(deprecated October 2024, removal date April 2025)prefect dashboard openOther Updates
Impact
🤖 Generated with Claude Code
Original PR URL: PrefectHQ#19307