Skip to content

Commit c5ee019

Browse files
committed
Remove uv.lock from repo to fix CI
The uv.lock file contained URLs to an internal PyPI mirror that CI cannot access. Instead of committing a lock file, let CI generate its own from pyproject.toml using public PyPI. - Remove uv.lock - Add *.lock to .gitignore - Update fastmcp version requirement
1 parent 7cd4031 commit c5ee019

3 files changed

Lines changed: 2 additions & 1412 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ dist/
3232

3333
# Local notes
3434
thoughts/
35+
*.lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MCP server for sequential task execution via FIFO queue"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8-
"fastmcp>=2.0",
8+
"fastmcp>=2.3.0",
99
]
1010

1111
[project.optional-dependencies]

0 commit comments

Comments
 (0)