Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] update rich dependency #127

Open
bollwyvl opened this issue Jan 20, 2023 · 3 comments
Open

[FEATURE] update rich dependency #127

bollwyvl opened this issue Jan 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@bollwyvl
Copy link

  • What are you trying to do?

Use jake without installing packages with known (even if disputed) CVEs such as CVE-2022-40899

  • What feature or behavior is this required for?

e.g. running jake on its own environment

  • How could we solve this issue? (Not knowing is okay!)

Consider updating the rich pin to ^13.2.0, which replaces commonmark (and therefore future) with markdown-it-py, rather than having multiple potential markdown parser engines for a given jake release.

  • Anything else?

cc @bhamail / @DarthHater

@bollwyvl bollwyvl added the enhancement New feature or request label Jan 20, 2023
@madpah
Copy link
Collaborator

madpah commented Mar 16, 2023

Great idea @bollwyvl - but this does depend on jake deprecating support for Python 3.6 (which I also support).

@maarre
Copy link

maarre commented May 3, 2023

This old version of rich also limits twine to 3.x.x. twine is in version 4.0.2.

@rxm7706
Copy link

rxm7706 commented Nov 6, 2023

Running into the same issue with an environment with airflow - minimum version of rich required is.
rich = ">=12.0,<14.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants