diff --git a/vizro-ai/pyproject.toml b/vizro-ai/pyproject.toml index 0f07fcc4c..4d7eace79 100644 --- a/vizro-ai/pyproject.toml +++ b/vizro-ai/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pandas", "tabulate", "openai>=1.0.0", - "tenacity==8.4.1", # TODO update when tenacity 8.4.0 is compatible with langchain + "tenacity=!=8.4.1", # https://github.com/langchain-ai/langchain/issues/22972 "langchain>=0.1.0, <0.3.0", # TODO update all LLMChain class and remove upper bound "langchain-openai", "python-dotenv>=1.0.0", # TODO decide env var management to see if we need this diff --git a/vizro-ai/snyk/requirements.txt b/vizro-ai/snyk/requirements.txt index a10c5dbc4..e59533eeb 100644 --- a/vizro-ai/snyk/requirements.txt +++ b/vizro-ai/snyk/requirements.txt @@ -1,7 +1,7 @@ pandas tabulate openai>=1.0.0 -tenacity==8.4.1 +tenacity!=8.4.1 langchain>=0.1.0, <0.3.0 langchain-openai python-dotenv>=1.0.0