From 108672fe3dbefe30ff728d1a799fc65b451f779a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 13 Mar 2026 18:27:58 +0530 Subject: [PATCH] chore: frappe dependency change (cherry picked from commit 7d08a76cffbbdde0f7425ad05b8cf923058a7650) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e78af7b..97e4c632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ indent-style = "tab" docstring-code-format = true [tool.bench.frappe-dependencies] -frappe = ">=15.0.0,<=17.0.0-dev" +frappe = "<=17.0.0-dev" [tool.bench.assets] build_dir = "./frontend"