Skip to content

Commit

Permalink
Use openai>=1.55.3 for issue #709
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 18, 2025
1 parent e1388b2 commit 64179fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_long_description():
""",
install_requires=[
"click",
"openai>=1.0",
"openai>=1.55.3",
"click-default-group>=1.2.3",
"sqlite-utils>=3.37",
"sqlite-migrate>=0.1a2",
Expand Down

0 comments on commit 64179fa

Please sign in to comment.