Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update voluptuous to 0.11.1 #1444

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of voluptuous available.
You are currently using 0.10.5. I have updated it to 0.11.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

0.11.0

Changes:

  • 293: Support Python 3.6.
  • 294: Drop support for Python 2.6, 3.1 and 3.2.
  • 318: Allow to use nested schema and allow any validator to be compiled.
  • 324:
    Default values MUST now pass validation just as any regular value. This is a backward incompatible change if a schema uses default values that don't pass validation against the specified schema.
  • 328:
    Modify __lt__ in Marker class to allow comparison with non Marker objects, such as str and int.

New:

  • 307: Add description field to Marker instances.
  • 311: Add Schema.infer method for basic schema inference.
  • 314: Add SomeOf validator.

Fixes:

  • 279:
    Treat Python 2 old-style classes like types when validating.
  • 280: Make
    IsDir(), IsFile() and PathExists() consistent between different Python versions.
  • 290: Use absolute imports to avoid import conflicts.
  • 291: Fix Coerce validator to catch decimal.InvalidOperation.
  • 298: Make Schema([]) usage consistent with Schema({}).
  • 303: Allow partial validation when using validate decorator.
  • 316: Make Schema.__eq__ deterministic.
  • 319: Replace implementation of Maybe(s) with Any(None, s) to allow it to be compiled.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@noirbizarre noirbizarre added this to the 1.4.0 milestone Apr 3, 2018
@noirbizarre noirbizarre modified the milestones: 1.4.0, Future Jun 12, 2018
@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #1805

@pyup-bot pyup-bot closed this Jul 27, 2018
@davidbgk davidbgk deleted the pyup-update-voluptuous-0.10.5-to-0.11.1 branch July 27, 2018 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants