PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix #17354: Preserve class binding in classmethod flows when using .with_options() Classmethod flows were losing their cls inheritance structure when copied with .with_options(), causing them to default to the base class implementation. This was particularly evident when subclassing (e.g., ChildProcessor.process would incorrectly use BaseProcessor.get_multiplier). The fix ensures proper context preservation by: 1. Creating deep copies of the function for each bound flow 2. Maintaining independent __prefect_self__ references 3. Preserving all function attributes during copying Added test cases verify: - Classmethod inheritance is maintained after .with_options() - Instance methods retain their proper self context - Multiple bound flows don't interfere with each other
vilhenad:fix-classmethod-flow-bug-17354
7 hours ago
fix: ui files permissions for self-hosted The self hosted version requires ui files copied over to be writeable not only readable, this was a small omission in changing the file permissions in the original PR. The writeable comes from the use of rmtree.
happysalada:fix_ui_files_permissons
18 hours ago
docs(gcp): fix google cloud run worker guide link (#17642)
main
1 day ago
Add Python 3.13 support (#17577)
main
1 day ago
Cleanup after rebase
python-3.13-support
1 day ago
Remove code past its marked deprecation date (#17632)
main
1 day ago
You need to decode console output silly goose
alex-removes-depreated-stuff
1 day ago
Fix flakiness in dev docker image tag
alex-removes-depreated-stuff
1 day ago
Active Branches
Fix #17354: Preserve class binding in classmethod flows when using
last run
7 hours ago
#17647
CodSpeed Performance Gauge
0%
fix: ui files permissions for self-hosted
last run
18 hours ago
#17644
CodSpeed Performance Gauge
0%
Only prompt to save if file does not exist
last run
11 days ago
#17519
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs