Skip to content

Commit 0fdd349

Browse files
authored
Merge pull request #2 from Textualize/set-minimum-textual-version
Set the minimum Textual version to 0.29.0
2 parents 19d448c + d499535 commit 0fdd349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.7"
31-
textual = "*"
31+
textual = ">=0.29.0"
3232
aiohttp = ">=3.8.1"
3333
click = ">=8.1.2"
3434
msgpack = ">=1.0.3"

0 commit comments

Comments
 (0)