Skip to content

Commit

Permalink
fix: pin openai version below 1.0.0 (#1714)
Browse files Browse the repository at this point in the history
* pin openai version below 1.0.0

* pin openai types below 1.0.0
  • Loading branch information
axiomofjoy authored Nov 7, 2023
1 parent 172307d commit d21e364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies = [
"arize",
"langchain>=0.0.324",
"llama-index>=0.8.29",
"openai",
"openai<1.0.0",
"tenacity",
"nltk==3.8.1",
"sentence-transformers==2.2.2",
Expand All @@ -114,6 +114,7 @@ dependencies = [
"types-tqdm",
"types-requests",
"types-protobuf",
"openai<1.0.0",
]

[tool.hatch.envs.style]
Expand Down

0 comments on commit d21e364

Please sign in to comment.