Skip to content

Commit 48821ba

Browse files
authored
must be python3.10 for uv-seed (#41695)
* must by python3.10 for uv-seed * can I do this?
1 parent 0e9354e commit 48821ba

File tree

3 files changed

+58
-288
lines changed

3 files changed

+58
-288
lines changed

eng/tools/mcp/azure-sdk-python-mcp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "azure-sdk-python-mcp"
33
version = "0.1.2"
44
description = "MCP server for Azure SDK for Python"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = "==3.10.*"
77
dependencies = [
88
"azure-core>=1.34.0",
99
"mcp[cli]>=1.9.2",
@@ -13,7 +13,7 @@ dependencies = [
1313
"pylint>=3.3.7",
1414
"tox>=4.26.0",
1515
"httpx>=0.24.0",
16-
"tox-uv>=1.26.0",
16+
"tox-uv>=1.25.0",
1717
]
1818

1919
[project.scripts]

0 commit comments

Comments
 (0)