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
Add missing _add_value_alias_ method for Python 3.13 enum
Fixes#14408 by adding the _add_value_alias_ method to the Enum class
with proper Python 3.13 version guard. Also adds comprehensive test
cases for the MultiValueEnum pattern.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments