encode / apistar

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

Provide `allow_coerce` in Type to validators #610

Closed zueve closed 5 years ago

zueve commented 6 years ago

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

this patch fixed it

simon-mo commented 5 years ago

Hi Thanks for the PR, isn't this a duplicate of #557?

zueve commented 5 years ago

Hi! Yes it is the same

tomchristie commented 5 years ago

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