73a4fbe0a7
- Add cast import and use for dict/list access from object types - Cast after isinstance checks in helper functions (_required_dict, _required_str_list) - Cast dict and list values extracted from cfg in pipelock_render_yaml - Fix list comprehension type issue by casting to list[object] first - Fixes 14 pyright errors in YAML rendering code Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>