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 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",