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: allow unsortable containers in In and NotIn validators (fixes #451) #506

Closed antoni-szych-rtbhouse closed 7 months ago

antoni-szych-rtbhouse commented 7 months ago

Reimplementation of #463 and https://github.com/alecthomas/voluptuous/pull/463#issuecomment-1109503365

credits to: @spacegaier and @beastd

Closes #452 Closes #463 Fixes #451