OasisLMF / ODS_Tools

Python package supporting ODS OpenDataStandards (OED / ORD)
3 stars 1 forks source link

Fix issue with lark 1.1.9 #141

Closed ncerutti closed 2 months ago

ncerutti commented 2 months ago

Fix failed transformations with lark > 1.1.9

Compatibility with all lark versions

Solves #140.

Removes the need for pinning lark to <= 1.1.9 in ods-tools requirements and ods-tools test requirements.