From 7bffa6cba6b2d448db59a6280c31bed8bd4d82d9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 4 Mar 2026 14:15:23 -0600 Subject: [PATCH] fix: bump version requirement for wuttaweb --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e04615f..9617e5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pyramid_exclog", "uvicorn[standard]", "WuttaSync", - "WuttaWeb[continuum]>=0.28.1", + "WuttaWeb[continuum]>=0.29.0", ]