We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c1dd2 commit dbae5c3Copy full SHA for dbae5c3
2 files changed
pyproject.toml
@@ -5,7 +5,7 @@ description = "A MCP server providing OpenStack services for MCP clients"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
dependencies = [
8
- "fastmcp>=2.11.0",
+ "fastmcp>=2.11.3",
9
"openstacksdk>=4.6.0",
10
"pydantic>=2.11.7",
11
]
@@ -71,7 +71,6 @@ select = [
71
"S",
72
"U",
73
"I",
74
- "COM812",
75
76
ignore = [
77
"C901",
0 commit comments