Skip to content

Commit

Permalink
limit openai version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 13, 2023
1 parent 5f2b45b commit 6ceaf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
dependencies = [
"importlib-metadata>=4.0,<5; python_version<='3.8'",
"requests",
"openai",
"openai<1",
"jsonschema",
"gitpython",
]
Expand Down

0 comments on commit 6ceaf16

Please sign in to comment.