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 37e45d0 commit bc04c40Copy full SHA for bc04c40
python-mcp-client/source-code-final/pyproject.toml
@@ -3,10 +3,10 @@ name = "mcp-client"
3
version = "0.1.0"
4
description = "MCP client for testing MCP servers."
5
readme = "README.md"
6
-requires-python = ">=3.13"
+requires-python = ">=3.14"
7
dependencies = [
8
- "mcp>=1.17.0",
9
- "openai>=2.3.0",
+ "mcp>=1.20.0",
+ "openai>=2.6.1",
10
]
11
12
[project.scripts]
0 commit comments