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
Annotate all function signatures and return types across the public
API: Client, HTTPClient, all 10 model classes, utils, and exceptions.
Uses Python 3.10+ syntax (str | None, built-in generics) with
from __future__ import annotations for forward references.
Closes#293
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments