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
In Python 3.14, typing.Union is no longer a subtype of
typing._BaseGenericAlias, which broke changelog model detection for
annotations like list[Union[Model, None]]. Fix by extending
GenericAliasUnionArgs to include the new union type on 3.14 and using it
uniformly instead of the version-gated get_origin() check.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments