From 4c36e50c96e7bd42a607aa381b4d5039280e0e96 Mon Sep 17 00:00:00 2001 From: bronsen Date: Wed, 8 Apr 2026 23:47:23 +0200 Subject: [PATCH] deps: constrain textual version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37b9534..4dd2325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]