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 Python 3.9 compatibility in CLI type annotations
Replace Python 3.10+ union syntax (str | None) with Optional[str]
to ensure compatibility with Python 3.9 used in CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments