Skip to content

Commit

Permalink
Merge pull request #422 from NannyML/fix/update-rich-version
Browse files Browse the repository at this point in the history
Relax `rich` dependency version constraints
  • Loading branch information
nnansters authored Sep 6, 2024
2 parents 821e864 + 4e957d7 commit bab97ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kaleido = "0.2.1"
pyarrow = "^14.0.0"
gcsfs = ">=2022.5.0"
pydantic = "^2.7.4"
rich = "^12.5.1"
rich = ">=12.5.1"
click = "^8.1.3"
PyYAML = "^6.0"
Jinja2 = "<3.1"
Expand Down

0 comments on commit bab97ef

Please sign in to comment.