- add pyright config to pyproject.toml
- add values preprocessor to pynamodb_to_pymongo_adapter instead of using
workaround with dumping-loading json
- added `is_active` to Customer model
- added `deactivation_date` to Tenant model
- added some additional parameters to ApplicationService.list method
- added some parameters to CustomerService.i_get_customer method
- added some parameters to TenantService.i_get_by_tenant method
- fixe the supported Python versions in README.md and setup.cfg files