encode / apistar

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

typing.Type don't provide param `allow_coerce` #613

Closed zueve closed 5 years ago

zueve commented 6 years ago

typing.Type is support parameter allow_coerce but now don't provide it to self.validators

Pull request for fix it: https://github.com/encode/apistar/pull/610

tomchristie commented 5 years ago

Thanks - now redundant, given https://github.com/encode/apistar/pull/649