deps: constrain textual version

This commit is contained in:
bronsen 2026-04-08 23:47:23 +02:00
parent e348748a5c
commit 4c36e50c96

View file

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