Skip to content

Commit 9bcfd85

Browse files
authored
Merge pull request #185 from bobmoroshev/fix/pin-mcp-below-2
fix(deps): pin mcp to <2 so Docker and pip installs keep working
2 parents 57aaa76 + d6901ac commit 9bcfd85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requires-python = ">=3.10"
2525
dependencies = [
2626
"dotenv>=0.9.9",
2727
"httpx>=0.28.1",
28-
"mcp[cli]>=1.8.0",
28+
"mcp[cli]>=1.8.0,<2",
2929
"python-dotenv>=1.1.0",
3030
"python-json-logger>=3.3.0",
3131
"qrcode>=8.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dotenv>=0.9.9
22
httpx>=0.28.1
3-
mcp[cli]>=1.8.0
3+
mcp[cli]>=1.8.0,<2
44
python-dotenv>=1.1.0
55
python-json-logger>=3.3.0
66
qrcode>=8.2

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)