From d2aea76dec8a0e330ca2c6cbcce65d4c8b2025b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:06:30 +0800 Subject: [PATCH] chore: bump setuptools from 82.0.1 to 83.0.0 in /dify-agent (#39387) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dify-agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dify-agent/pyproject.toml b/dify-agent/pyproject.toml index 840aca84d1a..a496d19cdd1 100644 --- a/dify-agent/pyproject.toml +++ b/dify-agent/pyproject.toml @@ -71,5 +71,5 @@ docs = [ ] [build-system] -requires = ["setuptools>=61"] +requires = ["setuptools>=83.0.0"] build-backend = "setuptools.build_meta"