Closed sg495 closed 10 months ago
# Python 3.10+ >>> from typing_validation import * >>> can_validate(int|str) The following type cannot be validated against: UnsupportedType[ int | str ]