fix: use stable yaml parser for aipod specs

This commit is contained in:
Codex
2026-06-10 18:31:02 +08:00
parent fee4001e3b
commit 391a4ce68f
5 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
},
"dependencies": {
"@openai/codex": "0.133.0",
"pg": "^8.13.1"
"pg": "^8.13.1",
"yaml": "^2.8.0"
},
"devDependencies": {
"@types/pg": "^8.11.10",