From e8d063d7e97962e1991bdca7e0ccebdadd4c3733 Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Sat, 14 Jun 2025 13:57:05 +0200 Subject: [PATCH] chore(playout): install lxml types to satisfy mypy (#3168) Fixing a mypy warning about missing types. --- playout/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/playout/setup.py b/playout/setup.py index 6febd9488..bcde41507 100644 --- a/playout/setup.py +++ b/playout/setup.py @@ -39,6 +39,7 @@ setup( "distro>=1.8.0,<2", "requests-mock>=1.10.0,<2", "syrupy>=4.0.0,<5", + "types-lxml==2025.03.30", "types-backports>=0.1.3,<1", "types-python-dateutil>=2.8.1,<3", "types-requests>=2.31.0,<3",