From bcd588febedc9f9841f087a5da5e438a72d300a1 Mon Sep 17 00:00:00 2001 From: Vaishali Sahni Date: Tue, 13 Jan 2026 05:35:40 +0000 Subject: [PATCH] fix: declare Frappe v15 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79f8dc5..bad374c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" readme = "README.md" dynamic = ["version"] dependencies = [ - # "frappe~=15.0.0" # Installed and managed by bench. + "frappe>=15,<16" ] [build-system]