Skip to content

Commit ba5e863

Browse files
authored
Relax rich requirement to make the client more usable (#175)
1 parent 4437922 commit ba5e863

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ python = "^3.8"
4040
cloudpickle = "^2.0.0"
4141
requests = "^2.25.1"
4242
dataclasses-json = "^0.5.7"
43-
rich = "^12.0.0"
43+
rich = ">=12.0.0"
4444
deprecation = "^2.1.0"
4545
python-dateutil = "^2.8.2"
4646
pyyaml = ">=5.3.1,<7.0.0"

0 commit comments

Comments
 (0)