Skip to content

Commit

Permalink
pin openai<=0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Nov 9, 2023
1 parent 858058c commit 020a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
dependencies = [
"pandas",
"tabulate",
"openai>=0.27.8",
"openai>=0.27.8,<=0.28.1", # TODO add support for openai>=1.0.0
"langchain==0.0.325",
"python-dotenv>=1.0.0", # TODO decide env var management to see if we need this
"vizro>=0.1.4", # TODO set upper bound later
Expand Down

0 comments on commit 020a11f

Please sign in to comment.