Skip to content

Commit 62f914e

Browse files
chore(deps): bump fastmcp to 3.4.2 and ruff to 0.15.16
Refreshes uv.lock to current latest within existing constraints and bumps the two declared-dep floors in pyproject.toml that moved. Other declared deps stayed put; transitive updates are picked up through the lock refresh.
1 parent b7b123a commit 62f914e

2 files changed

Lines changed: 71 additions & 65 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.14"
77
license = { text = "MIT" }
88
authors = [{ name = "Alexander Wenzel" }]
99
dependencies = [
10-
"fastmcp>=3.3.1",
10+
"fastmcp>=3.4.2",
1111
"httpx>=0.28.1",
1212
"python-dotenv>=1.2.2",
1313
]
@@ -29,7 +29,7 @@ packages = ["src/mealie_mcp"]
2929

3030
[dependency-groups]
3131
dev = [
32-
"ruff>=0.15.15",
32+
"ruff>=0.15.16",
3333
"mypy>=2.1.0",
3434
"pytest>=9.0.3",
3535
"pre-commit>=4.6.0",

0 commit comments

Comments
 (0)