Skip to content

Commit 2560b29

Browse files
authored
higher poetry openai req
1 parent 974e4ec commit 2560b29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ classifiers = [
1818
"Programming Language :: Python :: 3", # removed 3.8
1919
"Programming Language :: Python :: 3.9",
2020
]
21+
2122
# We have both project and tool.poetry.dependencies. Should we remove one?
23+
# tool.poetry.dependencies is a convenience thing for poetry users.
24+
# project dependencies function similarly to requirements.txt,
25+
# `pip install .` will pull from pyproject.toml dependencies
26+
2227
dependencies = [
2328
"backoff~=2.2.1",
2429
"joblib~=1.3.2",
@@ -77,7 +82,7 @@ python = ">=3.9,<3.12"
7782
pydantic = "2.5.0"
7883
backoff = "^2.2.1"
7984
joblib = "^1.3.2"
80-
openai = "^0.28.1"
85+
openai = ">=0.28.1,<2.0.0"
8186
pandas = "^2.1.1"
8287
regex = "^2023.10.3"
8388
ujson = "^5.8.0"

0 commit comments

Comments
 (0)