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: give RICH_TEXT a distinct enum value so STRING and RICH_TEXT are not aliases
STRING and RICH_TEXT shared the same enum value ("string"), making them
indistinguishable in Python's Enum. This caused STRING attributes to
incorrectly get is_rich_text=True and RICH_TEXT multi-value restrictions
to apply to STRING.
Fixes PART-548
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments