Skip to content

Commit

Permalink
Revert "Update openai requirement from <1.0.0 to <2.0.0" (#120)
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 Dec 12, 2023
1 parent 6cb98fc commit f9185a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
- dependency-name: "flask"
versions: [">=3.0.0"]
- dependency-name: "openai"
versions: [">=1.0.0"]
versions: ["*"]
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.2
google-cloud-storage==2.13.0
google-auth==2.25.2

0 comments on commit f9185a0

Please sign in to comment.