Skip to content

Commit

Permalink
Depend on Textual >= 0.41
Browse files Browse the repository at this point in the history
`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 <[email protected]>
  • Loading branch information
godlygeek committed Jan 9, 2024
1 parent 853df63 commit 7781a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def build_js_files(self):
"jinja2 >= 2.9",
"typing_extensions; python_version < '3.8.0'",
"rich >= 11.2.0",
"textual >= 0.34.0",
"textual >= 0.41.0",
]
docs_requires = [
"IPython",
Expand Down

0 comments on commit 7781a75

Please sign in to comment.