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