encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Missing str check in types.Type #555

Closed aachurin closed 5 years ago

aachurin commented 6 years ago

str check is missing here:

if args[0] is None or isinstance(args[0], (bool, int, float, list)):
    raise ValidationError('Must be an object.')
tomchristie commented 6 years ago

Could you (or anyone else) submit this as a pull request?

freakabcd commented 6 years ago

see PR #560

tomchristie commented 5 years ago

Resolved, thanks!