voluptuous v0.11.7 Release Notes

  • ๐Ÿ”„ Changes:

    • #378: Allow extend() of a Schema to return a subclass of a Schema as well.

    ๐Ÿ†• New:

    • #364: Accept description for Inclusive instances.
    • #373: Accept msg for Maybe instances.
    • 0๏ธโƒฃ #382: Added support for default values in Inclusive instances.

    ๐Ÿ›  Fixes:

    • ๐Ÿ—„ #371: Fixed DeprecationWarning related to collections.Mapping.
    • #377: Preserve Unicode strings when passed to utility functions (e.g., Lower(), Upper()).
    • ๐Ÿ›  #380: Fixed regression with Any and required flag.