- Update spacy dependency to support ^2.2 and ^3.0.
- Remove
spacy-lookups-data
andloguru
as dependencies. - Run poetry update
- Fix bug in how the ProxiedDefaultDict generic was defined. Specifically, the type definition didn't match what the code was expected to do (actually doing)
- Add type-check.yaml to CI (#10)