From 1cc5d5e3199c15c078dfbe5460651a7ccd72b187 Mon Sep 17 00:00:00 2001 From: Noa Tal Date: Sun, 24 May 2026 11:39:07 +0300 Subject: [PATCH] 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 adae6d7..998eb7b 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.5.0", + "mellea>=0.1.0,<=0.6.0", "ipython>=8.10.0", "python-dotenv>=1.0.0", ]