Skip to content

Commit

Permalink
correct openai version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Dec 5, 2023
1 parent 201add9 commit f89ca2d
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: [">=2.0.0"]
versions: [">=1.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.2
google-cloud-storage==2.13.0
google-auth==2.24.0

0 comments on commit f89ca2d

Please sign in to comment.