Hello, I am currently using your framework in my test Docker container and I have encountered an error. In the earliest version of the repository (s4dhul4bs), the requirements.txt file specifies the versions of the required libraries. However, in the new version, it does not. As a result, the mimesis library is not compatible with Python 3.9, which causes issues with your framework. I have resolved the problem by specifying mimesis==4.1.2 in the requirements.txt file.

Hello, I am currently using your framework in my test Docker container and I have encountered an error. In the earliest version of the repository (s4dhul4bs), the requirements.txt file specifies the versions of the required libraries. However, in the new version, it does not. As a result, the mimesis library is not compatible with Python 3.9, which causes issues with your framework. I have resolved the problem by specifying mimesis==4.1.2 in the requirements.txt file.