From 004d22de5b536388d697246dbbdd0a7dc1cd3d99 Mon Sep 17 00:00:00 2001 From: bn-andrew Date: Mon, 6 Oct 2025 10:06:12 +1100 Subject: [PATCH 1/2] Update astroid dependency Don't let it grab a breaking version of astroid --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b05576e4..b2e7e066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - 'astroid>=2.7;python_version<"3.12"', - 'astroid>=3;python_version>="3.12"', + 'astroid~=3.0', "Jinja2", "PyYAML", "sphinx>=7.4.0", From 7b9f5fed2ae68c7676e31d2b9c0f26dcd4b2615a Mon Sep 17 00:00:00 2001 From: Andrew Saunder Date: Mon, 6 Oct 2025 11:17:48 +1100 Subject: [PATCH 2/2] Release notes --- docs/changes/536.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changes/536.bugfix.rst diff --git a/docs/changes/536.bugfix.rst b/docs/changes/536.bugfix.rst new file mode 100644 index 00000000..9f73db5c --- /dev/null +++ b/docs/changes/536.bugfix.rst @@ -0,0 +1 @@ +Update the pin for astroid to avoid breaking changes