fix:rollback to fix the update version error (#136)

* fix: fix package error

Change-Id: I0f7a962656df7e45da03b591296fbf3afc398b64

* fix: rollback uv.lock

Change-Id: I465849c0d3d7a4d0757ecd79ff156feab1217f70
This commit is contained in:
laundry
2025-05-14 17:06:53 +08:00
committed by GitHub
parent 3d5e579ebd
commit d983149984
2 changed files with 47 additions and 298 deletions

View File

@@ -31,13 +31,12 @@ dependencies = [
"inquirerpy>=0.3.4",
"arxiv>=2.2.0",
"mcp>=1.6.0",
"langchain-mcp-adapters>=0.0.9"
"langchain-mcp-adapters>=0.0.9",
]
[project.optional-dependencies]
dev = [
"black>=24.2.0",
"langgraph-cli[inmem]>=0.2.10",
]
test = [
"pytest>=7.4.0",