v4.12.0
- Update hyperscan dependency. New versions of python-hyperscan don't require installing the OS package (i.e., libhyperscan for linux or hyperscan for macOS) because it's statically linked inside the python package
- Support python versions 3.8 to 3.11
- update Dockerfile to use python3.10 instead of 3.9
Minor:
- update dependencies
- update README