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 48890f1 commit db6a17fCopy full SHA for db6a17f
pyproject.toml
@@ -113,7 +113,5 @@ filterwarnings = [
113
# This should be fixed on Uvicorn's side.
114
"ignore::DeprecationWarning:websockets",
115
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
116
- "ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel",
117
- # this is a problem in starlette 0.27, which we're currently pinned to
118
- "ignore:Please use `import python_multipart` instead.:PendingDeprecationWarning",
+ "ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
119
]
0 commit comments