Skip to content

Commit

Permalink
test new version 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna-Xiong committed Jun 17, 2024
1 parent 4ca0768 commit c58dc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"pandas",
"tabulate",
"openai>=1.0.0",
"tenacity<=8.3.0", # TODO update when tenacity 8.4.0 is compatible with langchain
"tenacity==8.4.1", # TODO update when tenacity 8.4.0 is compatible with langchain
"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
Expand Down
2 changes: 1 addition & 1 deletion vizro-ai/snyk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandas
tabulate
openai>=1.0.0
tenacity<=8.3.0
tenacity==8.4.1
langchain>=0.1.0, <0.3.0
langchain-openai
python-dotenv>=1.0.0
Expand Down

0 comments on commit c58dc91

Please sign in to comment.