Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix protocol enum construction on Python 3.13+
On Python 3.13+, any protocol enum instance constructed from an int value would be treated like an unrecognized value.
- Loading branch information