Skip to content

Commit db6a17f

Browse files
committed
remove deprecation warning
1 parent 48890f1 commit db6a17f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,5 @@ filterwarnings = [
113113
# This should be fixed on Uvicorn's side.
114114
"ignore::DeprecationWarning:websockets",
115115
"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",
116+
"ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
119117
]

0 commit comments

Comments
 (0)