From 5638ee9be2115e0cd6ea514b5f9d15818e22a27c Mon Sep 17 00:00:00 2001 From: mitaa Date: Sat, 28 Sep 2024 12:28:20 +0200 Subject: [PATCH] Anchor to textual 0.79 Currently there seems to be an issue with 0.8x and snap_compare --- pyproject.toml | 2 +- tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8b241..c0bef50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "textual[syntax] >= 0.79", + "textual[syntax] == 0.79", "rich", "platformdirs", "pyaml", diff --git a/tests b/tests index a6c7d1b..954c960 160000 --- a/tests +++ b/tests @@ -1 +1 @@ -Subproject commit a6c7d1bdc9d91d3afad55641084f12cac2056169 +Subproject commit 954c960c9993423d68067b47fb46a36abaea5f97