From 39fd465f7ce3d3cc4736a9a8349e488d26272d1d Mon Sep 17 00:00:00 2001 From: Alon Freund Date: Sun, 24 May 2026 20:10:09 +0300 Subject: [PATCH] Pin mellea version to 0.6.0 Change mellea dependency from range constraint (>=0.1.0,<=0.6.0) to exact version pinning (==0.6.0) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 998eb7b..1a2a520 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.6.0", "ipython>=8.10.0", "python-dotenv>=1.0.0", ]