From 6871adc9dcc4b80c5cc7cdd7590ff05362a2d46d Mon Sep 17 00:00:00 2001 From: axelmierczuk <45100553+axelmierczuk@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:45:53 -0400 Subject: [PATCH] Pin ida-settings version to 2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c6416f8..c5f51e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ # comments and context. "pyyaml>=6", "colorama>=0.4", - "ida-settings>=2", + "ida-settings==2.1.0", "ruamel.yaml>=0.18", "pefile>=2023.2.7", "pyelftools>=0.31",