v3.2.6: Bug fixes for Pydantic and pip
This bug fix release is primarily to address Pydantic incompatibility with typing_extensions>=4.6.0
.
✨ New features and improvements
- Huge speed improvements for
spancat
, in particular on GPU (~10x-30x faster) (#12577).
🔴 Bug fixes
- Add
typing_extensions
requirement due to Pydantic incompatibility withtyping_extensions>=4.6.0
. - Remove
#egg
from download URLs due to future deprecation inpip
.