Skip to content

Commit 965433e

Browse files
authored
Use openai == 1.55.2 and httpx == 0.27.2 (#648)
1 parent 9210be7 commit 965433e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dependencies = [
7878
"protobuf==3.20.*", # pinned for sentencepiece compat
7979
"pycountry",
8080
"fsspec>=2023.12.2",
81+
"httpx == 0.27.2",
8182
]
8283

8384
[project.optional-dependencies]
@@ -98,7 +99,7 @@ dev = ["lighteval[accelerate,quality,tests,multilingual,math,extended_tasks]"]
9899
docs = ["hf-doc-builder", "watchdog"]
99100
extended_tasks = [
100101
"langdetect", # ifeval
101-
"openai", # llm as a judge using openai models
102+
"openai == 1.55.2", # llm as a judge using openai models
102103
"tiktoken"
103104
]
104105
s3 = ["s3fs"]

0 commit comments

Comments
 (0)