You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to cel-rust 0.14, extended stdlib, and PyO3 0.29 (#37)
Upgrade cel-rust 0.13->0.14 and PyO3 0.27->0.29 (fixes two upstream advisories), add an opt-in extended standard library mirroring cel-go, expose expression static analysis (Program.references), and prepare 0.7.0. See CHANGELOG for behaviour changes and details.
Fix mapping conversion for dict subclasses (#29)
* Fix mapping conversion for dict subclasses
* Bump version to 0.5.6
* Fix dict subclass test to avoid shared state
* Clarify mapping key conversion error