v3.3.3: 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_extensionsrequirement due to Pydantic incompatibility withtyping_extensions>=4.6.0. - Remove
#eggfrom download URLs due to future deprecation inpip.