Commits
Click on a commit to change the comparison rangechore: Remove deprecated code from core Prefect
This PR removes all deprecated code from core Prefect that has reached or passed its scheduled removal date:
**Removed Blocks:**
- JSON, String, DateTime blocks (deprecated June 2024, removal date June 2025)
**Removed Functions:**
- ResultStore.store_parameters() and read_parameters() (deprecated May 2025, removal date November 2025)
- build_server() and start_webserver() from runner.server (deprecated April 2025, removal date October 2025)
- submit_to_runner() and wait_for_submitted_runs() from runner.submit (deprecated April 2025, removal date October 2025)
- DeploymentClient.set_deployment_paused_state() sync and async (deprecated June 2025, removal date December 2025)
**Removed CLI Commands:**
- `prefect cloud open` (deprecated October 2024, removal date April 2025)
**Updates:**
- Updated server block registration to remove deprecated blocks
- Removed tests for deprecated functionality
- Cleaned up imports and exports
Pydantic schema fields and integration-specific deprecations were kept as requested.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> fix: Remove webserver functionality and update tests
- Remove webserver parameter from Runner.__init__() and Runner.start()
- Remove unused _build_generic_endpoint_for_flows and related helper functions
- Update test_block_registration.py to remove json and date-time blocks
- Clean up unused imports
Fixes type check errors and server test failures. Keep basic Runner webserver for healthcheck, run count, and shutdown Fix failing integration test Fix failing integration tests22 hours ago
 by desertaxle Merge branch 'main' into remove-deprecations-3.5.019 hours ago
 by desertaxle