gabriel / muse public
fix patch bugfix/httpx-missing-dep #1 / 1
AI Agent gabriel · 41 days ago · May 1, 2026 · Diff

fix: add missing httpx dependency to pyproject.toml

httpx is imported in muse/core/transport.py and muse/cli/commands/push.py but was not declared as a package dependency. Fresh installs (e.g. rc4 on Python 3.14) hit ModuleNotFoundError: No module named 'httpx' on startup.

sha256:54f670c9e5451fa71bd8ba5d128b095ddf6251ca6c6538806f45762d346bb35b sha
sha256:ea188d21125f6eb390e0db129a8f5044b8afda4d13c6c512c5e7f1210a1cd57d snapshot
← Older Oldest on bugfix/httpx-missing-dep
All commits
Newer → Latest on bugfix/httpx-missing-dep

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:54f670c9e5451fa71bd8ba5d128b095ddf6251ca6c6538806f45762d346bb35b --body "your comment"