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 52cad45 commit e693092Copy full SHA for e693092
pyproject.toml
@@ -93,4 +93,6 @@ mcp = { workspace = true }
93
xfail_strict = true
94
filterwarnings = [
95
"error",
96
+ # This should be fixed on Uvicorn's side.
97
+ "ignore::DeprecationWarning:websockets",
98
]
0 commit comments