Skip to content

Conversation

@mgorny
Copy link

@mgorny mgorny commented Apr 25, 2022

The lark-parser has been renamed to lark. The newest release seems
to be compatible with commentjson's code and all tests pass, so just
update the requirement.

Closes #51

The lark-parser has been renamed to lark.  The newest release seems
to be compatible with commentjson's code and all tests pass, so just
update the requirement.

Closes vaidik#51
@kdeldycke
Copy link

@vaidik Any plan to merge this upstream and have a new release of commentjson?

@arrowd
Copy link

arrowd commented Jul 18, 2024

Also bumped into this problem of old dependencies. @vaidik can you please clarify the project's status?

asherf added a commit to asherf/skyvern that referenced this pull request Jun 11, 2025
also applied vaidik/commentjson#52 and added type annotations

This gets rid of the deprecation we see in pytest:
https://github.com/Skyvern-AI/skyvern/actions/runs/15564515234/job/43825105717#step:12:31-36
```

.venv/lib/python3.11/site-packages/ddtrace/internal/module.py:295
  /home/runner/work/skyvern/skyvern/.venv/lib/python3.11/site-packages/ddtrace/internal/module.py:295: DeprecationWarning: module 'sre_parse' is deprecated
    self.loader.exec_module(module)

.venv/lib/python3.11/site-packages/ddtrace/internal/module.py:295
  /home/runner/work/skyvern/skyvern/.venv/lib/python3.11/site-packages/ddtrace/internal/module.py:295: DeprecationWarning: module 'sre_constants' is deprecated
    self.loader.exec_module(module)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Updated to latest lark-parser

3 participants