Navegador
fix: add pyyaml to iac dependencies for Ansible parser
Commit
9a77e03dce935e33f029a6821e883bdf315028e46221ce1a55ca1e2806478685
Parent
b45288f8d236b0b…
1 file changed
+1
+1
| --- pyproject.toml | ||
| +++ pyproject.toml | ||
| @@ -66,10 +66,11 @@ | ||
| 66 | 66 | iac = [ |
| 67 | 67 | # Infrastructure-as-Code tree-sitter grammars |
| 68 | 68 | "tree-sitter-hcl>=1.2.0", |
| 69 | 69 | "tree-sitter-puppet>=1.3.0", |
| 70 | 70 | "tree-sitter-bash>=0.25.0", |
| 71 | + "pyyaml>=6.0", # Ansible parser uses yaml.safe_load | |
| 71 | 72 | ] |
| 72 | 73 | llm = [ |
| 73 | 74 | # LLM provider SDKs (install the ones you use) |
| 74 | 75 | "anthropic>=0.39.0", |
| 75 | 76 | "openai>=1.0.0", |
| 76 | 77 |
| --- pyproject.toml | |
| +++ pyproject.toml | |
| @@ -66,10 +66,11 @@ | |
| 66 | iac = [ |
| 67 | # Infrastructure-as-Code tree-sitter grammars |
| 68 | "tree-sitter-hcl>=1.2.0", |
| 69 | "tree-sitter-puppet>=1.3.0", |
| 70 | "tree-sitter-bash>=0.25.0", |
| 71 | ] |
| 72 | llm = [ |
| 73 | # LLM provider SDKs (install the ones you use) |
| 74 | "anthropic>=0.39.0", |
| 75 | "openai>=1.0.0", |
| 76 |
| --- pyproject.toml | |
| +++ pyproject.toml | |
| @@ -66,10 +66,11 @@ | |
| 66 | iac = [ |
| 67 | # Infrastructure-as-Code tree-sitter grammars |
| 68 | "tree-sitter-hcl>=1.2.0", |
| 69 | "tree-sitter-puppet>=1.3.0", |
| 70 | "tree-sitter-bash>=0.25.0", |
| 71 | "pyyaml>=6.0", # Ansible parser uses yaml.safe_load |
| 72 | ] |
| 73 | llm = [ |
| 74 | # LLM provider SDKs (install the ones you use) |
| 75 | "anthropic>=0.39.0", |
| 76 | "openai>=1.0.0", |
| 77 |