From e15362398da0151a9296af0f23314e02d6e8e034 Mon Sep 17 00:00:00 2001 From: nadijagraca <nadija_ratkusic_graca@external.mckinsey.com> Date: Thu, 5 Dec 2024 15:27:56 +0100 Subject: [PATCH] limit vizro version --- vizro-ai/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-ai/pyproject.toml b/vizro-ai/pyproject.toml index 015e302aa..4c04268ca 100644 --- a/vizro-ai/pyproject.toml +++ b/vizro-ai/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "langchain>=0.1.0, <0.3.0", # TODO update to pydantic v2 and remove upper bound "langgraph>=0.1.2, <0.2.17", # TODO update to pydantic v2 and remove upper bound (latest version break pydantic v1 compatibility) "python-dotenv>=1.0.0", # TODO decide env var management to see if we need this - "vizro>=0.1.23", + "vizro=0.1.29", # Limited to current version of vizro, until the pydantic V2 changes have been merged "langchain_openai", # Base dependency, ie minimum model working "black", "autoflake"