Navegador

fix: add pyyaml to iac dependencies for Ansible parser

lmata 2026-03-30 02:31 trunk
Commit 9a77e03dce935e33f029a6821e883bdf315028e46221ce1a55ca1e2806478685
1 file changed +1
--- pyproject.toml
+++ pyproject.toml
@@ -66,10 +66,11 @@
6666
iac = [
6767
# Infrastructure-as-Code tree-sitter grammars
6868
"tree-sitter-hcl>=1.2.0",
6969
"tree-sitter-puppet>=1.3.0",
7070
"tree-sitter-bash>=0.25.0",
71
+ "pyyaml>=6.0", # Ansible parser uses yaml.safe_load
7172
]
7273
llm = [
7374
# LLM provider SDKs (install the ones you use)
7475
"anthropic>=0.39.0",
7576
"openai>=1.0.0",
7677
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button