attrs/changelog.d/1385.change.md

111 B

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