Change list:
- Limit max `tensorflow` version by `<2.8.0` due to the new `tensorflow` release that changes API
Fix issue with tensorflow:
$ python -m credsweeper --path tests/samples/password --ml_validation
Traceback (most recent call last):
File "/home/user/CredSweeper/credsweeper/ml_model/ml_validator.py", line 12, in <module>
from tensorflow.python.keras.preprocessing.sequence import pad_sequences
ModuleNotFoundError: No module named 'tensorflow.python.keras.preprocessing'
New `tensorflow==2.8.0` might be supported in `1.2.2`, `1.3.0` or later versions