You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: warn on C++ extension load failure and add Python 3.14 wheel support
The C++ extension import failure was silently swallowed, causing transport
classes to degrade to no-op stubs without any user-visible indication.
Emit an ImportWarning with the error details and a macOS-specific hint
about libc++ ABI mismatches when Homebrew LLVM is in PATH.
Add cp314 to the cibuildwheel build matrix so pre-built wheels are
published for Python 3.14 (stable since Oct 2025). Skip free-threaded
builds (*t-*) until thread safety is validated. Update CI test matrix
and pyproject.toml classifiers accordingly.
Add a Troubleshooting section to the README covering the ABI mismatch
and silent no-op transport symptoms.
Made-with: Cursor
0 commit comments