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.10+ union syntax in udf_handler type annotation
Replace `str | None` with `Optional[str]` to maintain compatibility
with Python 3.9 and earlier.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments