Skip to content

v0.5.1 Dependency and Typing Updates

Compare
Choose a tag to compare
@gandersen101 gandersen101 released this 25 Apr 15:52
d2161b5
  • Minor updates to allowed dependency versions and CI.
  • Switched back to using typing types instead of generic types because spaCy v3 uses Pydantic and Pydantic does not support generic types in Python < 3.9. I don't know if this would actually cause any issues but I am playing it safe. Potentially more changes for spaczz to play nicely with Pydantic to follow.