Skip to content

Commit

Permalink
Breaking change: TreeNode can no longer be imported from textual.widg…
Browse files Browse the repository at this point in the history
…ets; it is now available via from textual.widgets.tree import TreeNode. Textualize/textual#1637
  • Loading branch information
oleksis committed Aug 24, 2023
1 parent f37738e commit e8e7126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
keywords = ["json", "terminal", "tui", "tool", "explorer", "viewer"]
requires-python = ">=3.7"
dependencies = [
"textual >= 0.8.1",
"textual >= 0.11.0",
]
optional-dependencies.dev = [
"bumpver",
Expand Down

0 comments on commit e8e7126

Please sign in to comment.