v0.5.1
✨ Added
- EvaluationMode enum: Control type handling behavior in CEL expressions
EvaluationMode.PYTHON(default for Python API): Python-friendly type promotionsEvaluationMode.STRICT(default for CLI): Strict CEL type rules with no coercion
- Type checking support: Added complete type stub files (
.pyi) for PyO3 extension