From 9489cebe9ec95ddf7035840aaf5d6804fe579bea Mon Sep 17 00:00:00 2001 From: Hanlin Miao <46973263+HanlinMiao@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:56:21 -0400 Subject: [PATCH] Update nautobot_secrets_providers/__init__.py Co-authored-by: Glenn Matthews --- nautobot_secrets_providers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nautobot_secrets_providers/__init__.py b/nautobot_secrets_providers/__init__.py index ec1abf1..12e4c7c 100644 --- a/nautobot_secrets_providers/__init__.py +++ b/nautobot_secrets_providers/__init__.py @@ -17,7 +17,7 @@ class NautobotSecretsProvidersConfig(NautobotAppConfig): description = "Nautobot App that provides direct integrations with Enterprise secrets management systems. Provides patterns to securely fetch secrets for use by other Nautobot Apps and Nautobot Jobs." base_url = "secrets" required_settings = [] - min_version = "2.0.1" + min_version = "2.0.0" max_version = "2.9999" default_settings = {} caching_config = {}