pygeofilter icon indicating copy to clipboard operation
pygeofilter copied to clipboard

Support for lark 1.0

Open constantinius opened this issue 4 years ago • 2 comments
trafficstars

It seems that the current grammar is not compatible with Lark 1.0 (https://github.com/lark-parser/lark/releases/tag/1.0.0)

Now the version is fixed to lark<1.0

Goal is to stay up to date with lates lark

constantinius avatar Nov 18 '21 20:11 constantinius

Lark is several versions beyond 1.0 now. Any word on when this might get updated?

DManowitz avatar Jan 23 '24 02:01 DManowitz

This affect pip installation for other packages and dependencies - as per: mappyfile 1.0.1 requires lark>=1.1.5, but you have lark 0.12.0 which is incompatible.

epifanio avatar May 29 '24 14:05 epifanio