diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..8305a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "rich>=13.0.0", "radon>=6.0.0", "requests>=2.25.0", - "astroid>=3.0.0", + "astroid>=3.3.11", # RAG Infrastructure "chromadb>=0.4.22", "tree-sitter>=0.20.4", diff --git a/requirements.txt b/requirements.txt index f58b9bd..77373df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ click>=8.0.0 pyyaml>=6.0 rich>=13.0.0 radon>=6.0.0 -astroid>=3.0.0 +astroid>=3.3.11