deps: unconstrain textual

This commit is contained in:
bronsen 2026-04-08 23:53:38 +02:00
parent 4d3e211fd3
commit 56e50dc187
2 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ dependencies = [
"natsort>=8.4.0",
"orjson>=3.11.4",
"sqlmodel>=0.0.27",
"textual>=6.7.1,<=7.5.0", # https://codeberg.org/small-hack/open-slopware#python
"textual>=6.7.1",
]
[project.urls]