Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 111 Bytes

1385.change.md

File metadata and controls

2 lines (2 loc) · 111 Bytes

attrs.validators.instance_of()'s type hints now allow for union types. For example: instance_of(str | int)