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
The 2026-05-29 issues-fixes commit broke the CI mypy step (10 errors):
- Add types-requests to requirements-dev.txt (7 missing-stub errors)
- Fix copy_folder calling create_folder with a dict instead of
(name, parent_folder_uuid, ...); update the masking test mock
- Annotate all_items: list in cli.py
- restore_item destination_folder_uuid: str -> Optional[str]
All gates green: ruff, mypy, bandit, 591 unit + 31 live tests pass.
Docs (HISTORY/LEARNINGS/readme) updated.
0 commit comments