From d09f88d5ddbe55125b1fff4506b03165d019d88b Mon Sep 17 00:00:00 2001 From: dotlambda Date: Mon, 20 Oct 2025 10:38:25 -0700 Subject: [PATCH] only use standard-{imghdr,sndhdr} on Python 3.13 and above --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6467cd4..de6af20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ dataclasses-json = "^0.6.3" colorlog = "^6.5.0" psutil = "^7.0" toml = "^0.10.2" -standard-imghdr = "^3.13" -standard-sndhdr = "^3.13" +standard-imghdr = { version = "^3.13", python = "^3.13" } +standard-sndhdr = { version = "^3.13", python = "^3.13" } # rule based deps, part of core py3langid = ">=0.2.2,<0.3"