Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

Handle functools.partial of @wraps-decorated callables When fn is a functools.partial of a @wraps-decorated callable, the partial itself does not have __wrapped__, so it fell into the non-wrapped rewrite branch. This incorrectly converted defaulted params to KEYWORD_ONLY even when the actual wrapper only accepts *args. Now also check isinstance(fn, partial) and hasattr(fn.func, '__wrapped__') to route partials of wrapped callables through the wrapper-aware rewrite. inspect.signature(fn, follow_wrapped=False) correctly returns the wrapper's signature adjusted for the partial's bound arguments. Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/1774636505-fix-parameters-to-args-kwargs
12 hours ago
Fix duplicate Prefect in OpenAPI and UI API titles
Rodooodles:fix-api-title-duplication
12 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Fix `parameters_to_args_kwargs` greedily assigning kwargs as positional args#21332
12 hours ago
fdc03f0
devin/1774636505-fix-parameters-to-args-kwargs
CodSpeed Performance Gauge
0%
Fix `examples` for list fields in notification blocks to show JSON array format#21340
12 hours ago
0e6ffad
devin/1774646381-fix-sendgrid-examples
CodSpeed Performance Gauge
0%
13 hours ago
fba51d6
Rodooodles:fix-api-title-duplication
© 2026 CodSpeed Technology
Home Terms Privacy Docs