alecthomas / voluptuous

CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.
https://pypi.org/project/voluptuous
BSD 3-Clause "New" or "Revised" License
1.82k stars 218 forks source link

Fix: Fix type hint for Coerce type param #488

Closed Kontrolix closed 10 months ago

Kontrolix commented 11 months ago

Coerce can accept a callable as type except if I'm wrong.

alecthomas commented 10 months ago

Thanks @antoni-szych-rtbhouse