Skip to content

Commit 827f7cf

Browse files
groksrcclaude
andauthored
fix: constrain fastmcp version to prevent breaking changes (#203)
Signed-off-by: Drew Cain <groksrc@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent bd4f551 commit 827f7cf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test: test-unit test-int
1717

1818
# Lint and fix code
1919
lint:
20-
ruff check . --fix
20+
uv run ruff check . --fix
2121

2222
# Type check code
2323
type-check:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"alembic>=1.14.1",
3131
"pillow>=11.1.0",
3232
"pybars3>=0.9.7",
33-
"fastmcp>=2.3.4",
33+
"fastmcp>=2.3.4,<2.10.0",
3434
"pyjwt>=2.10.1",
3535
"python-dotenv>=1.1.0",
3636
"pytest-aio>=1.9.0",
@@ -123,4 +123,4 @@ omit = [
123123
]
124124

125125
[tool.logfire]
126-
ignore_no_config = true
126+
ignore_no_config = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)