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 0e9354e commit 48821baCopy full SHA for 48821ba
eng/tools/mcp/azure-sdk-python-mcp/pyproject.toml
@@ -3,7 +3,7 @@ name = "azure-sdk-python-mcp"
3
version = "0.1.2"
4
description = "MCP server for Azure SDK for Python"
5
readme = "README.md"
6
-requires-python = ">=3.10"
+requires-python = "==3.10.*"
7
dependencies = [
8
"azure-core>=1.34.0",
9
"mcp[cli]>=1.9.2",
@@ -13,7 +13,7 @@ dependencies = [
13
"pylint>=3.3.7",
14
"tox>=4.26.0",
15
"httpx>=0.24.0",
16
- "tox-uv>=1.26.0",
+ "tox-uv>=1.25.0",
17
]
18
19
[project.scripts]
0 commit comments