https://github.com/Kludex/uvicorn/discussions/2755 --- uvicorn-0.52.1/pyproject.toml.orig +++ uvicorn-0.52.1/pyproject.toml @@ -114,6 +114,7 @@ "error", "ignore:Uvicorn's native WSGI implementation is deprecated.*:DeprecationWarning", "ignore: 'cgi' is deprecated and slated for removal in Python 3.13: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", ]