Skip to content

Allow optional strands

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 15:30
e652b25

Contents (#118)

IMPORTANT: There is 1 breaking change.

New features

  • Allow manifest and values schema strands to be optional

Operations

  • Extend test matrix to python versions up to 3.11

Dependencies

  • Remove flake8 and black dependencies

Refactoring

  • 💥 BREAKING CHANGE: Remove unused allow_missing argument of Twine.validate

Upgrade instructions

💥 Remove unused `allow_missing` argument of `Twine.validate`

Remove use of the allow_missing argument in Twine.validate and set the optional field to true in the individual strands of the twine if required.