Skip to content

Commit

Permalink
compat: websockets 14 (#7491)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Nov 14, 2024
1 parent 9766b6b commit 1c5abb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ filterwarnings = [
"ignore:distutils Version classes are deprecated:DeprecationWarning:ipywidgets_bokeh.kernel", # OK
"ignore:unclosed file <_io.TextIOWrapper name='(/dev/null|nul)' mode='w':ResourceWarning", # OK
"ignore:Deprecated in traitlets 4.1, use the instance .metadata dictionary directly", # OK (ipywidgets internal)
# 2024-11
"ignore:websockets.legacy is deprecated:DeprecationWarning", # https://github.com/encode/uvicorn/issues/1908
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning", # https://github.com/encode/uvicorn/issues/1908
]

[tool.mypy]
Expand Down

0 comments on commit 1c5abb9

Please sign in to comment.