From b4d028de14b138398255cf5f5c6dac8a52547ee2 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Tue, 19 May 2026 13:50:10 +0530 Subject: [PATCH 1/2] fix: update frappe dependency to v16 in pyproject.toml & update requires-python to 3.14 for v16 compatibility --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd1a5dd..255a42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ authors = [ {name = "Vraj Patel", email = "vraj.patel@satat.tech"} ] description = "Custom Frappe app" -requires-python = ">=3.10" +requires-python = ">=3.14" dynamic = ["version"] [tool.bench.frappe-dependencies] -frappe = ">=15.0.0,<16.0.0" +frappe = ">=16.0.0,<17.0.0" From 8817b72d014fe23a60188d65b9deabd3dd08e838 Mon Sep 17 00:00:00 2001 From: Om-satat24 Date: Tue, 19 May 2026 14:10:11 +0530 Subject: [PATCH 2/2] fix: update frappe dependency to v16 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 255a42c..ab8d671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [ {name = "Vraj Patel", email = "vraj.patel@satat.tech"} ] description = "Custom Frappe app" -requires-python = ">=3.14" +requires-python = ">=3.10" dynamic = ["version"] [tool.bench.frappe-dependencies]