This commit is contained in:
Will McGugan
2025-10-11 11:44:40 +01:00
parent def653b8bd
commit ea089d5ae1
4 changed files with 1386 additions and 1030 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "6.2.1"
version = "6.3.0"
homepage = "https://github.com/Textualize/textual"
repository = "https://github.com/Textualize/textual"
documentation = "https://textual.textualize.io/"
@@ -46,7 +46,7 @@ target-version = "py39"
[tool.poetry.dependencies]
python = "^3.9"
markdown-it-py = { extras = ["plugins", "linkify"], version = ">=2.1.0" }
rich = ">=13.3.3"
rich = ">=14.2.0"
#rich = {path="../rich", develop=true}
typing-extensions = "^4.4.0"
platformdirs = ">=3.6.0,<5"