From 4663c307f1ee2361cbbfa2c73846b72deb8e6d59 Mon Sep 17 00:00:00 2001 From: XprobeBot Date: Sat, 14 Feb 2026 04:15:44 +0000 Subject: [PATCH 1/2] Chore: update submodule --- third_party/inference | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/inference b/third_party/inference index ea7001b..1d276b8 160000 --- a/third_party/inference +++ b/third_party/inference @@ -1 +1 @@ -Subproject commit ea7001b7357ab4a34d37a7c922bad143aaf1c85d +Subproject commit 1d276b837264c552c5aa3a30b6846702360cab1f From d54f984885b9c78c109ebaa4d85970a0dc421dfc Mon Sep 17 00:00:00 2001 From: qinxuye Date: Sat, 14 Feb 2026 12:44:48 +0800 Subject: [PATCH 2/2] BLD: constrain setuptools to <82 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5618bae..9a491df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools", + "setuptools<82", ] build-backend = "setuptools.build_meta"