zeroSteiner / rule-engine

A lightweight, optionally typed expression language with a custom grammar for matching arbitrary Python objects.
https://zerosteiner.github.io/rule-engine/
BSD 3-Clause "New" or "Revised" License
455 stars 54 forks source link

Critical issue - No attribute Builtins #67

Closed priyankmav closed 1 year ago

priyankmav commented 1 year ago

I noticed a critical issue in 4.0.0 - after the upgrade, we noticed that we lost existing functionality of the rule engine, and we are seeing this error while rule engine is executed. module 'rule_engine.engine' has no attribute 'Builtins'

zeroSteiner commented 1 year ago

It was moved to the builtins module. I'll update the change log to note that as a breaking change with the others.