From a03aeeda0e9b6956f5482fd8db63fa621c0898ff Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Wed, 5 Aug 2026 11:17:11 -0700 Subject: [PATCH] chore(deps): pin the `flit_core` package to the same range as `flit` to avoid version and feature conflicts Signed-off-by: Jens Troeger --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 48b742271..52947685c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", + "flit_core >=3.2.0,<4.0.0", "mypy >=2.0.0,<3.0.0", "types-pyyaml >=6.0.4,<7.0.0", "types-requests >=2.25.6,<3.0.0",