https://github.com/Kludex/uvicorn/discussions/2755 --- uvicorn-0.39.0/pyproject.toml.orig +++ uvicorn-0.39.0/pyproject.toml @@ -120,6 +120,7 @@ "ignore: websockets.legacy is deprecated.*:DeprecationWarning", "ignore: websockets.server.WebSocketServerProtocol is deprecated.*:DeprecationWarning", "ignore: websockets.client.connect is deprecated.*:DeprecationWarning", + "ignore: websockets.exceptions.InvalidStatusCode is deprecated:DeprecationWarning", # httptools in Python 3.14t needs the `PYTHON_GIL=0` environment variable, or raises a RuntimeWarning. "ignore: The global interpreter lock (GIL)*:RuntimeWarning" ]