Skip to content

Update lark dependency to version ^1.1.8 to allow others to use the latest lark#91

Closed
rlam3 wants to merge 1 commit into
cloud-custodian:mainfrom
rlam3:upgrade-lark
Closed

Update lark dependency to version ^1.1.8 to allow others to use the latest lark#91
rlam3 wants to merge 1 commit into
cloud-custodian:mainfrom
rlam3:upgrade-lark

Conversation

@rlam3

@rlam3 rlam3 commented May 13, 2025

Copy link
Copy Markdown

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! ┘
         ```

@linux-foundation-easycla

linux-foundation-easycla Bot commented May 13, 2025

Copy link
Copy Markdown

CLA Signed

The committers listed above are authorized under a signed CLA.

@rlam3 rlam3 changed the title Update lark dependency to version 1.2.2 and adjust Python version com… Update lark dependency to version 1.2.2 to allow others to use the latest lark May 13, 2025
@rlam3 rlam3 changed the title Update lark dependency to version 1.2.2 to allow others to use the latest lark Update lark dependency to version ^1.1.8 to allow others to use the latest lark May 13, 2025
…patibility in poetry.lock and pyproject.toml
@tdeboissiere

Copy link
Copy Markdown

👍 this would solve issues on my end as well !

@andponlin-canva

andponlin-canva commented May 19, 2025

Copy link
Copy Markdown

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",

@jarias-lfx

Copy link
Copy Markdown

/easycla

@slott56

slott56 commented Sep 27, 2025

Copy link
Copy Markdown
Collaborator

Since we're now at "lark>=1.2.2". I think this can be closed.

@slott56 slott56 added wontfix This will not be worked on dependencies Pull requests that update a dependency file labels Sep 27, 2025
@slott56

slott56 commented Nov 5, 2025

Copy link
Copy Markdown
Collaborator

We're now at "lark>=1.2.2". This has been overtaken by events.

@slott56 slott56 closed this Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants