Skip to content

Commit e6f9e0a

Browse files
committed
Depend on Textual >= 0.41
`memray tree` already uses features that require this version (`TextArea` was introduced in Textual 0.38, and `TextArea.text` gained a setter in Textual 0.41). Correct our package metadata to accurately reflect our supported versions of the Textual dependency. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent d491065 commit e6f9e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def build_js_files(self):
9292
"jinja2 >= 2.9",
9393
"typing_extensions; python_version < '3.8.0'",
9494
"rich >= 11.2.0",
95-
"textual >= 0.34.0",
95+
"textual >= 0.41.0",
9696
]
9797
docs_requires = [
9898
"IPython",

0 commit comments

Comments
 (0)