From cf9204c92df5320ee334826abc17ddc66d4bb186 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Aug 2026 13:52:18 +0000 Subject: [PATCH] sync: update backend/ from python-copier-template --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b4cf6ee..e524e26 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools>=83.0.0", "setuptools_scm[toml]>=10.2.1"] build-backend = "setuptools.build_meta" [project]