You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Consolidated multiple task update methods (status, inputs, dependencies, name, priority, params, schemas) into a single method `update_task` that accepts arbitrary fields.
- Updated related type hints and documentation to reflect changes.
- Modified all references to the old update methods in tests and other parts of the codebase to use the new `update_task` method.
- Removed unused JSON extraction functions from helpers and replaced them with a more efficient JSON finder.
- Updated tests to ensure compatibility with the new task update method and removed redundant tests for the deleted JSON extraction functions.
0 commit comments