From da87845a4c2ca1dbe2609587b111f45cea1fa77b Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 14 Jan 2026 12:37:49 +0530 Subject: [PATCH] chore: changed frappe dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34a916e2..0ac33331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,4 +66,4 @@ indent-style = "tab" docstring-code-format = true [tool.bench.frappe-dependencies] -frappe = ">=15.0.0,<17.0.0" \ No newline at end of file +frappe = ">=15.0.0,<17.0.0-dev" \ No newline at end of file