Skip to content

Commit

Permalink
Revert 111 dependabot/pip/openai lt 2.0.0 (#112)
Browse files Browse the repository at this point in the history
* Revert "Update openai requirement from <1.0.0 to <2.0.0"

* Update dependabot.yml
  • Loading branch information
justinh-rahb authored Nov 27, 2023
1 parent 3f66e22 commit 17e2dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ updates:
ignore:
- dependency-name: "flask"
versions: [">=3.0.0"]
- dependency-name: "openai"
versions: [">=2.0.0"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python-dotenv==1.0.0
flask<3.0.0
requests==2.31.0
simpleaichat==0.2.2
openai<2.0.0
openai<1.0.0
tiktoken==0.5.1
google-cloud-storage==2.13.0
google-auth==2.23.4

0 comments on commit 17e2dc0

Please sign in to comment.