From c3b6dfd74afd605e93d8299803ede62f628c322a Mon Sep 17 00:00:00 2001
From: Daniel Schwarz <schwarz.dan@gmail.com>
Date: Thu, 25 Apr 2024 17:12:41 -0400
Subject: [PATCH] Fix reversion error; restore minimum urwidgets version to be
 0.2

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 963f6bf..207c14a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ images = [
 
 # Required to display rich text in the TUI
 richtext = [
-    "urwidgets>=0.1,<0.2"
+    "urwidgets>=0.2,<0.3"
 ]
 
 test = [