Hi,
I just stumbled upon a collusion within the dependency tree of one of my projects. It uses the ELM Python client as well as some other libraries, which in turn use lark, which is the successor distribution of the lark-parser package.
As far as I can judge the ELM client works as well with the new lark parser package, could you consider updating the dependency and release a new version of the ELM client including that change? I took the liberty to provide the respective diff in #140 and would very much appreciate to get it released soonish, such that I can use the ELM client without non-deterministic behavior across collaborators.
Hi,
I just stumbled upon a collusion within the dependency tree of one of my projects. It uses the ELM Python client as well as some other libraries, which in turn use
lark, which is the successor distribution of thelark-parserpackage.As far as I can judge the ELM client works as well with the new
larkparser package, could you consider updating the dependency and release a new version of the ELM client including that change? I took the liberty to provide the respective diff in #140 and would very much appreciate to get it released soonish, such that I can use the ELM client without non-deterministic behavior across collaborators.