diff --git a/pyproject.toml b/pyproject.toml index 208163ae6..ae2c37b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "ValidMind Library" license = "Commercial License" name = "validmind" readme = "README.pypi.md" -version = "2.9.1" +version = "2.9.2" [tool.poetry.dependencies] aiohttp = {extras = ["speedups"], version = "*"} diff --git a/validmind/__version__.py b/validmind/__version__.py index 334087f85..4f1e6b1b5 100644 --- a/validmind/__version__.py +++ b/validmind/__version__.py @@ -1 +1 @@ -__version__ = "2.9.1" +__version__ = "2.9.2" diff --git a/validmind/ai/test_descriptions.py b/validmind/ai/test_descriptions.py index 3a9a05ebe..7653f3ced 100644 --- a/validmind/ai/test_descriptions.py +++ b/validmind/ai/test_descriptions.py @@ -191,15 +191,7 @@ def get_result_description( not in ["0", "false"] ) - # TODO: fix circular import - from validmind.ai.utils import is_configured - - if ( - should_generate - and (tables or figures) - and llm_descriptions_enabled - and is_configured() - ): + if should_generate and (tables or figures) and llm_descriptions_enabled: # get description future and set it as the description in the metadata # this will lazily retrieved so it can run in the background in parallel description = background_generate_description(