354 B
354 B
- Services and transports with missing optional dependencies now raise
ImportErrorinstead of a bareExceptionwhen their module is imported without the required extra installed. The originalModuleNotFoundErroris preserved as__cause__, so code that wraps these imports can now useexcept ImportError:cleanly instead ofexcept Exception:.