Update lark dependency to version ^1.1.8 to allow others to use the latest lark
lark dependency conflict ebtween these two packages
│ extract-msg │ │ hatchet-sdk │
│ (>=0.54.0) │ │ (^1.8.1)
┌─────────────┐
│ My Project│
└──────┬──────┘
│
├───────────────┐
│ │
▼ ▼
┌──────────────┐ ┌─────────────────┐
│ extract-msg │ │ hatchet-sdk │
│ (>=0.54.0) │ │ (^1.8.1) │
└──────┬───────┘ └────────┬────────┘
│ │
│ Depends on │ Depends on
▼ ▼
┌──────────────┐ ┌─────────────────┐
│ RTFDE │ │ cel-python │
│ (>=0.1.1,<0.2)│ │ (>=0.2.0,<0.3.0)│
└──────┬───────┘ └────────┬────────┘
│ │
│ Depends on │ Depends on
▼ ▼
┌──────────────┐ ┌─────────────────┐
│ lark │ │ lark │
│ (**>=1.1.8**)│◄──────X─┤ (**^0.12**) │
└──────────────┘ └─────────────────┘
▲ │
└──── CONFLICT! ┘
```
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: rlam3 (634b85a73f2403e38d8a59cc35cc479fae6c8916)
👍 this would solve issues on my end as well !
Please note that it might be necessary to augment this PR with a further adjustment to make lark >= 1.0 work. The change is in the file celpy/celparser.py. Additional kwargs need to be provided to CELParser.CEL_PARSER = Lark(...);
maybe_placeholders=False,
priority="invert",
/easycla
Since we're now at "lark>=1.2.2". I think this can be closed.
We're now at "lark>=1.2.2". This has been overtaken by events.