From d98fe6f3403b7adc8ab5ae8048ad2cb5379cd209 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 1 Aug 2025 19:59:39 +0800 Subject: [PATCH] Move json-repair to main dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 983fed3b..18e525d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "configparser", "dotenv", "future", + "json-repair", "nano-vectordb", "networkx", "numpy", @@ -66,7 +67,6 @@ api = [ "httpcore", "httpx", "jiter", - "json-repair", "passlib[bcrypt]", "psutil", "PyJWT",