From 97d19ee3eab4c7e75aa04f8b3ad3d5ef3b4b9ee8 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Sat, 24 Jan 2026 22:25:24 +0100 Subject: [PATCH] Remove`ignore:starlette.middleware.wsgi is deprecated` from `filterwarnings` --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3efd0a9bc..44ca06723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -232,7 +232,6 @@ xfail_strict = true junit_family = "xunit2" filterwarnings = [ "error", - 'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette', # see https://trio.readthedocs.io/en/stable/history.html#trio-0-22-0-2022-09-28 "ignore:You seem to already have a custom.*:RuntimeWarning:trio", # TODO: remove after upgrading SQLAlchemy to a version that includes the following changes -- 2.47.3