Skip to content

Commit a1b2ed5

Browse files
committed
remove deprecation warning suppression
1 parent 343998c commit a1b2ed5

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
@@ -114,7 +114,5 @@ filterwarnings = [
114114
# This should be fixed on Uvicorn's side.
115115
"ignore::DeprecationWarning:websockets",
116116
"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",
117+
"ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
120118
]

0 commit comments

Comments
 (0)