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 ea5c521 commit 45187fcCopy full SHA for 45187fc
pyproject.toml
@@ -43,7 +43,6 @@ ws = ["websockets>=15.0.1"]
43
mcp = "mcp.cli:app [cli]"
44
45
[tool.uv]
46
-resolution = "lowest-direct"
47
default-groups = ["dev", "docs"]
48
required-version = ">=0.7.2"
49
@@ -124,5 +123,5 @@ filterwarnings = [
124
123
# This should be fixed on Uvicorn's side.
125
"ignore::DeprecationWarning:websockets",
126
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
127
- "ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
+ "ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel",
128
]
0 commit comments