From 64da999f658d98d88c31f47f42d0a7c31e62608b Mon Sep 17 00:00:00 2001 From: antonpibm <51074867+antonpibm@users.noreply.github.com> Date: Sun, 24 May 2026 11:53:30 +0300 Subject: [PATCH] Revert "Bump mellea upper bound to <=0.6.0" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 998eb7b..adae6d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tutorials = [ "httpx>=0.24.0", "requests>=2.31.0", "rich>=13.0.0", - "mellea>=0.1.0,<=0.6.0", + "mellea>=0.1.0,<=0.5.0", "ipython>=8.10.0", "python-dotenv>=1.0.0", ]