Files
pydantic/changes/2929-samuelcolvin.md
T
Samuel Colvin 8c6b9ca285 prevent StrictStr allowing Enum values (#2729)
* prevent StrictStr allowing Enum values

* add change

* bump
2021-09-04 04:13:32 +02:00

81 B

Prevent StrictStr permitting Enum values where the enum inherits from str.