Move json-repair to main dependencies

This commit is contained in:
yangdx
2025-08-01 19:59:39 +08:00
parent 32af45ff46
commit d98fe6f340

View File

@@ -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",