Skip to content

Commit b3354f2

Browse files
committed
Take advantage of Textualize/rich#3637
1 parent 5fff5d6 commit b3354f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

chatlas/_display.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def __init__(self, echo_options: "EchoOptions"):
4646
self.content: str = ""
4747
self.live = Live(
4848
auto_refresh=False,
49+
vertical_overflow="crop_above",
4950
console=Console(
5051
**echo_options["rich_console"],
5152
),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.9"
77
dependencies = [
88
"pydantic>=2.0",
99
"jinja2",
10-
"rich",
10+
"rich>13.9.4",
1111
]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)