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: suppress ty unresolved-import errors for optional UI dependencies
fastapi, uvicorn, and pydantic are optional deps (installed via
ralphify[ui]) so ty can't resolve them in the base environment.
Add ty: ignore[unresolved-import] comments to each affected import.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments