Skip to content

Commit 0d0616e

Browse files
abrichrclaude
andauthored
fix: add PyYAML to core dependencies (#220)
PyYAML was a transitive dependency via openadapt-ml. Now that ml is optional (PR #218), yaml import fails in CI. TaskConfig uses yaml directly — it must be a core dep. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a8a004d commit 0d0616e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies = [
3939
"httpx>=0.25.0",
4040
"openai>=1.0.0",
4141
"anthropic>=0.76.0",
42+
"pyyaml>=6.0",
4243
"openadapt-consilium>=0.3.2",
4344
"openadapt-telemetry>=0.2.0",
4445
]

0 commit comments

Comments
 (0)