diff --git a/docs/_md/v5/Imp-init_app-init.md b/docs/_md/v5/Imp-init_app-init.md
index fca0e79c..faa980dd 100644
--- a/docs/_md/v5/Imp-init_app-init.md
+++ b/docs/_md/v5/Imp-init_app-init.md
@@ -6,12 +6,12 @@ Title = Imp.init_app, __init__
```python
def init_app(
app: Flask,
- config: t.Union[str, ImpConfig] = os.environ.get("IMP_CONFIG")
+ config: ImpConfig
) -> None:
# -or-
Imp(
app: Flask,
- config: t.Union[str, ImpConfig] = os.environ.get("IMP_CONFIG")
+ config: ImpConfig
)
```
diff --git a/docs/v5/cli_commands-flask-imp_blueprint.html b/docs/v5/cli_commands-flask-imp_blueprint.html
index 2c6e7b9d..d34eb2ba 100644
--- a/docs/v5/cli_commands-flask-imp_blueprint.html
+++ b/docs/v5/cli_commands-flask-imp_blueprint.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/cli_commands-flask-imp_init.html b/docs/v5/cli_commands-flask-imp_init.html
index b6494165..3fe96fb4 100644
--- a/docs/v5/cli_commands-flask-imp_init.html
+++ b/docs/v5/cli_commands-flask-imp_init.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-authenticate_password.html b/docs/v5/flask_imp_auth-authenticate_password.html
index 9086081c..8a6c4a82 100644
--- a/docs/v5/flask_imp_auth-authenticate_password.html
+++ b/docs/v5/flask_imp_auth-authenticate_password.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-encrypt_password.html b/docs/v5/flask_imp_auth-encrypt_password.html
index 112fbd31..126d83da 100644
--- a/docs/v5/flask_imp_auth-encrypt_password.html
+++ b/docs/v5/flask_imp_auth-encrypt_password.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html b/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html
index 05355fd5..53582098 100644
--- a/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html
+++ b/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_csrf_token.html b/docs/v5/flask_imp_auth-generate_csrf_token.html
index 7c9ebd14..e1bd11d1 100644
--- a/docs/v5/flask_imp_auth-generate_csrf_token.html
+++ b/docs/v5/flask_imp_auth-generate_csrf_token.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_email_validator.html b/docs/v5/flask_imp_auth-generate_email_validator.html
index 6a8ea519..bd16528e 100644
--- a/docs/v5/flask_imp_auth-generate_email_validator.html
+++ b/docs/v5/flask_imp_auth-generate_email_validator.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_numeric_validator.html b/docs/v5/flask_imp_auth-generate_numeric_validator.html
index deaa687a..1045cc7c 100644
--- a/docs/v5/flask_imp_auth-generate_numeric_validator.html
+++ b/docs/v5/flask_imp_auth-generate_numeric_validator.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_password.html b/docs/v5/flask_imp_auth-generate_password.html
index e8f179c7..085cb932 100644
--- a/docs/v5/flask_imp_auth-generate_password.html
+++ b/docs/v5/flask_imp_auth-generate_password.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_private_key.html b/docs/v5/flask_imp_auth-generate_private_key.html
index 81e87b12..8e34076f 100644
--- a/docs/v5/flask_imp_auth-generate_private_key.html
+++ b/docs/v5/flask_imp_auth-generate_private_key.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-generate_salt.html b/docs/v5/flask_imp_auth-generate_salt.html
index ed0c8e68..9d718c04 100644
--- a/docs/v5/flask_imp_auth-generate_salt.html
+++ b/docs/v5/flask_imp_auth-generate_salt.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-is_email_address_valid.html b/docs/v5/flask_imp_auth-is_email_address_valid.html
index de36bcec..8358aa5e 100644
--- a/docs/v5/flask_imp_auth-is_email_address_valid.html
+++ b/docs/v5/flask_imp_auth-is_email_address_valid.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_auth-is_username_valid.html b/docs/v5/flask_imp_auth-is_username_valid.html
index a43c0493..df672d9a 100644
--- a/docs/v5/flask_imp_auth-is_username_valid.html
+++ b/docs/v5/flask_imp_auth-is_username_valid.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_config-databaseconfig.html b/docs/v5/flask_imp_config-databaseconfig.html
index 05bf91fd..bebfbe81 100644
--- a/docs/v5/flask_imp_config-databaseconfig.html
+++ b/docs/v5/flask_imp_config-databaseconfig.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_config-flaskconfig.html b/docs/v5/flask_imp_config-flaskconfig.html
index 8d7e1f34..b633eb2a 100644
--- a/docs/v5/flask_imp_config-flaskconfig.html
+++ b/docs/v5/flask_imp_config-flaskconfig.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_config-impblueprintconfig.html b/docs/v5/flask_imp_config-impblueprintconfig.html
index a2bbe226..15779731 100644
--- a/docs/v5/flask_imp_config-impblueprintconfig.html
+++ b/docs/v5/flask_imp_config-impblueprintconfig.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_config-impconfig.html b/docs/v5/flask_imp_config-impconfig.html
index 97ae6507..1769639b 100644
--- a/docs/v5/flask_imp_config-impconfig.html
+++ b/docs/v5/flask_imp_config-impconfig.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_security-api_login_check.html b/docs/v5/flask_imp_security-api_login_check.html
index 0f3fb2e1..0dab9bb0 100644
--- a/docs/v5/flask_imp_security-api_login_check.html
+++ b/docs/v5/flask_imp_security-api_login_check.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_security-include_csrf.html b/docs/v5/flask_imp_security-include_csrf.html
index 02d6a510..d95d3e3f 100644
--- a/docs/v5/flask_imp_security-include_csrf.html
+++ b/docs/v5/flask_imp_security-include_csrf.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_security-login_check.html b/docs/v5/flask_imp_security-login_check.html
index b892f146..4c2766e1 100644
--- a/docs/v5/flask_imp_security-login_check.html
+++ b/docs/v5/flask_imp_security-login_check.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_security-pass_function_check.html b/docs/v5/flask_imp_security-pass_function_check.html
index ede0e4bb..ccb34ba8 100644
--- a/docs/v5/flask_imp_security-pass_function_check.html
+++ b/docs/v5/flask_imp_security-pass_function_check.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/flask_imp_security-permission_check.html b/docs/v5/flask_imp_security-permission_check.html
index df82db2e..f26243e5 100644
--- a/docs/v5/flask_imp_security-permission_check.html
+++ b/docs/v5/flask_imp_security-permission_check.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-import_app_resources.html b/docs/v5/imp-import_app_resources.html
index b224aa0f..6a885a43 100644
--- a/docs/v5/imp-import_app_resources.html
+++ b/docs/v5/imp-import_app_resources.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-import_blueprint.html b/docs/v5/imp-import_blueprint.html
index fb1eff0e..4f9ab765 100644
--- a/docs/v5/imp-import_blueprint.html
+++ b/docs/v5/imp-import_blueprint.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-import_blueprints.html b/docs/v5/imp-import_blueprints.html
index 649d49b4..aebe28dc 100644
--- a/docs/v5/imp-import_blueprints.html
+++ b/docs/v5/imp-import_blueprints.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-import_models.html b/docs/v5/imp-import_models.html
index 8e44f6bb..bbde0523 100644
--- a/docs/v5/imp-import_models.html
+++ b/docs/v5/imp-import_models.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-init_app-init.html b/docs/v5/imp-init_app-init.html
index 706bc07e..081983ba 100644
--- a/docs/v5/imp-init_app-init.html
+++ b/docs/v5/imp-init_app-init.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
@@ -248,12 +248,12 @@ Menu
Imp.init_app, __init__
def init_app(
app: Flask,
- config: t.Union[str, ImpConfig] = os.environ.get("IMP_CONFIG")
+ config: ImpConfig
) -> None:
# -or-
Imp(
app: Flask,
- config: t.Union[str, ImpConfig] = os.environ.get("IMP_CONFIG")
+ config: ImpConfig
)
diff --git a/docs/v5/imp-init_session.html b/docs/v5/imp-init_session.html
index bf660ecc..66ae9e07 100644
--- a/docs/v5/imp-init_session.html
+++ b/docs/v5/imp-init_session.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-introduction.html b/docs/v5/imp-introduction.html
index f66cffaa..be478ef8 100644
--- a/docs/v5/imp-introduction.html
+++ b/docs/v5/imp-introduction.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/imp-model.html b/docs/v5/imp-model.html
index ecec74fd..ccc65ce6 100644
--- a/docs/v5/imp-model.html
+++ b/docs/v5/imp-model.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-import_models.html b/docs/v5/impblueprint-import_models.html
index 9aed6565..3bd3b378 100644
--- a/docs/v5/impblueprint-import_models.html
+++ b/docs/v5/impblueprint-import_models.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-import_nested_blueprint.html b/docs/v5/impblueprint-import_nested_blueprint.html
index e0e3824e..094047a2 100644
--- a/docs/v5/impblueprint-import_nested_blueprint.html
+++ b/docs/v5/impblueprint-import_nested_blueprint.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-import_nested_blueprints.html b/docs/v5/impblueprint-import_nested_blueprints.html
index 6988dbc9..12838bc6 100644
--- a/docs/v5/impblueprint-import_nested_blueprints.html
+++ b/docs/v5/impblueprint-import_nested_blueprints.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-import_resources.html b/docs/v5/impblueprint-import_resources.html
index 32c56c66..1479a5d6 100644
--- a/docs/v5/impblueprint-import_resources.html
+++ b/docs/v5/impblueprint-import_resources.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-init.html b/docs/v5/impblueprint-init.html
index 88c50b7f..e84787e3 100644
--- a/docs/v5/impblueprint-init.html
+++ b/docs/v5/impblueprint-init.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-introduction.html b/docs/v5/impblueprint-introduction.html
index b67e6f66..242f14ca 100644
--- a/docs/v5/impblueprint-introduction.html
+++ b/docs/v5/impblueprint-introduction.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/impblueprint-tmpl.html b/docs/v5/impblueprint-tmpl.html
index 422972e4..3848ced2 100644
--- a/docs/v5/impblueprint-tmpl.html
+++ b/docs/v5/impblueprint-tmpl.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs
diff --git a/docs/v5/index.html b/docs/v5/index.html
index 0ebb90be..0c0b419f 100644
--- a/docs/v5/index.html
+++ b/docs/v5/index.html
@@ -20,7 +20,7 @@
Flask-Imp
Version: 5.0.x
Last Updated:
- Mon, 05 Aug 2024
+ Tue, 06 Aug 2024
Switch to version 4 docs
Switch to version 3 docs