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 regression with ALLOW_EXTRA and Any validator #522

Closed cdce8p closed 2 months ago

cdce8p commented 2 months ago

Another regression from #479 found while testing the 0.15.1 in https://github.com/home-assistant/core/pull/120631.

@alecthomas Would be great to have a 0.15.2 with that 🙏🏻

/CC @bdraco