PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /ui (#20334) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
3 hours ago
Merge branch 'main' into redis-stream-spike
gpickney-tsp:redis-stream-spike
8 hours ago
feat(prefect-aws): Log ECS task ARN after task creation (#21342) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alexander Streed <alexander.streed@prefect.io> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
1 day ago
Fix api title duplication (#21339)
main
1 day ago
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
2 days ago
Fix `examples` for list fields in notification blocks to show JSON array format (#21340) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s <ajstreed1@gmail.com>
main
2 days ago
Raise TypeError on conflicting explicit and variadic kwargs entries When a parameters dict contains both an explicit param and the same key inside a **kwargs dict (e.g. {'b': 2, 'kwargs': {'b': 3}}), the BoundArguments.kwargs merge would silently let the variadic entry win. This was previously caught as a TypeError during the actual function call, but the KEYWORD_ONLY rewrite changed the merge order. Now detect the overlap explicitly and raise TypeError before returning, preserving the original error behavior. Co-authored-by: alex.s <alex.s@prefect.io> Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/1774636505-fix-parameters-to-args-kwargs
2 days ago
Fix examples for list fields in notification blocks to show JSON array format Update SendgridEmail.to_emails and TwilioSMS.to_phone_numbers examples to show proper JSON array format so the UI placeholder text correctly communicates the expected input format to users. Co-Authored-By: alex.s <ajstreed1@gmail.com>
devin/1774646381-fix-sendgrid-examples
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
info: redis-stream task queue poc
#21343
9 hours ago
47cc4ef
gpickney-tsp:redis-stream-spike
CodSpeed Performance Gauge
0%
Fix `parameters_to_args_kwargs` greedily assigning kwargs as positional args
#21332
2 days 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
2 days ago
0e6ffad
devin/1774646381-fix-sendgrid-examples
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs