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.81k stars 219 forks source link

Fix type hint of schemas, for example for Required('key') #478

Closed ds-cbo closed 1 year ago

ds-cbo commented 1 year ago

As discussed in https://github.com/alecthomas/voluptuous/pull/475

cc/ @yilei

alecthomas commented 1 year ago

Thanks!