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
Fix 22 pyright errors introduced in PR 4's new test files:
- isinstance narrowing before union-member attribute access (ToolRequestDelta.arguments_delta,
TextDelta.text_delta, ToolResponseContent.content, FunctionToolResultEvent.part.content)
- reportReturnType in _run_yield_turn: hoist result variable out of async-with
- reportImplicitOverride on _RecordingTracer.handle: add @OverRide
- reportMissingImports in conformance tests: switch absolute tests.lib... imports to
relative .runner imports so pyright's executionEnvironments root matches
All 230 tests pass on 3.12 and 3.13. Ruff: clean.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments