Skip to content

Commit

Permalink
relax openai version constraint
Browse files Browse the repository at this point in the history
Since dspy does in fact support both 0.x and 1.x with [1], the
constraints are updated here to reflect that, allowing users of the
library to make use of whatever version they would like.

[1] stanfordnlp@40c519a (and follow-on work)
  • Loading branch information
kujenga committed Feb 6, 2024
1 parent 12fd18a commit 85ff5e8
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 @@ -21,7 +21,7 @@ classifiers = [
dependencies = [
"backoff~=2.2.1",
"joblib~=1.3.2",
"openai~=0.28.1",
"openai>=0.28.1,<2.0.0",
"pandas~=2.1.1",
"regex~=2023.10.3",
"ujson~=5.8.0",
Expand Down

0 comments on commit 85ff5e8

Please sign in to comment.