Skip to content

Commit cfe4f27

Browse files
jeremymanningclaude
andcommitted
Fix CI: Add missing aiofiles dependency
Dependencies issue was causing all CI tests to fail with ImportError. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e27cfca commit cfe4f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"pydantic>=2.0.0",
2828
"pyyaml>=6.0",
2929
"aiohttp>=3.8.0",
30+
"aiofiles>=23.0.0",
3031
"asyncio-mqtt>=0.13.0",
3132
"jinja2>=3.0.0",
3233
"jsonschema>=4.0.0",

0 commit comments

Comments
 (0)