python-validators / validators

Python Data Validation for Humans™.
MIT License
977 stars 155 forks source link

uuid cannot validate non-string-like types #175

Closed Letsch22 closed 4 years ago

Letsch22 commented 4 years ago

Right now, passing an object of type that cannot be pattern matched to uuid results in TypeError: expected string or bytes-like object.

I opened #174 to address this.