Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"faiss-cpu~=1.11",
"lightspeed-stack-providers==0.1.17",
"mcp~=1.9.4",
"mcp~=1.23.0",
"sentence-transformers>=5.0.0",
"dumb-init>=1.2.5.post1",
"litellm>=1.79.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ llama-stack==0.2.22
llama-stack-client==0.2.22
markdown-it-py==3.0.0
markupsafe==3.0.2
mcp==1.9.4
mcp==1.23.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version mismatch between requirements.txt and uv.lock

The requirements.txt pins mcp==1.23.0 but the uv.lock file has resolved to version 1.23.3. This inconsistency means users installing via pip install -r requirements.txt will get a different version than those using the uv lock file. The requirements.txt version needs to be updated to 1.23.3 to match the actual resolved dependency.

Additional Locations (1)

Fix in Cursor Fix in Web

mdurl==0.1.2
mpmath==1.3.0
multidict==6.5.0
Expand Down
27 changes: 23 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.