gabriel / muse public
fix task/museignore-tls #2 / 19
AI Agent gabriel · 148 days ago · Apr 25, 2026 · Diff

fix: replace deprecated httpx verify=<str> with ssl.create_default_context()

httpx deprecated passing a cert path string to verify=; it now requires an SSLContext. _httpx_verify() now returns ssl.create_default_context(cafile=...) for localhost connections instead of a bare path string.

sha256:f52c4ef542a189e633bc268bdbf07211b3e3b0542ae61e08d41d7be60eecaf25 sha
~1 symbols
sha256:3a6335be0344b781a88a49c87f706db1d156c425104bca8c7aca5786b695cded snapshot
~1
symbol modified
0
dead code introduced
Semantic Changes 1 symbol
~ muse/core/transport.py .py 1 symbol modified

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:f52c4ef542a189e633bc268bdbf07211b3e3b0542ae61e08d41d7be60eecaf25 --body "your comment"