Open
Description
Privileged issue
- I'm @tiangolo or he asked me directly to create an issue here.
Issue Content
For enum.Enum
it works fine, but when the field is Flag
or IntFlag
, if the value is not single-only bit enabled (zero or many bits). Then it will raise error.
It just treat Flag
as same as Enum
. However, it should make all subset of bitwise-or be accepted.
Metadata
Metadata
Assignees
Labels
No labels