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", "configparser",
"dotenv", "dotenv",
"future", "future",
"json-repair",
"nano-vectordb", "nano-vectordb",
"networkx", "networkx",
"numpy", "numpy",
@ -66,7 +67,6 @@ api = [
"httpcore", "httpcore",
"httpx", "httpx",
"jiter", "jiter",
"json-repair",
"passlib[bcrypt]", "passlib[bcrypt]",
"psutil", "psutil",
"PyJWT", "PyJWT",