We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a8b92 commit 48f82e2Copy full SHA for 48f82e2
pyproject.toml
@@ -5,7 +5,7 @@ description = "MCP Course projects"
5
requires-python = ">=3.11, <3.14"
6
dependencies = [
7
# Pin click
8
- click==8.1.7
+ click=="8.1.7",
9
# From binance-mcp
10
"mcp[cli]==1.9.2",
11
"requests==2.32.3", # Also for llm-tool-use
0 commit comments