Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@develop-cs develop-cs released this 18 Dec 13:22
88ebd80

Features:

  • Add a new configuration setting for rule execution: rule_activation_mode (#38) by @develop-cs in #40

Maintenance:

  • Use true Pydantic V2 (or Pydantic V1) models (#16) by @roman2git in #37
  • DeprecationWarning added about Pydantic V1 by @develop-cs in #39
  • Python 3.13 compatibility

Documentation:

Breaking change:

  • Because of using StringConstraints (w/ Pydantic V2) rather than constr(), we can't use plain YES or NO (YAML booleans) as rule ids anymore. Use "YES" or "NO" instead in your YAML file.

Important

Arta + Pydantic V1 + Python 3.13 is not supported because Pydantic V1 is not supported for Python > 3.12 (issue 9663).