From c19ca14cd32f1404b07f8c929ec0e90cf1f999f8 Mon Sep 17 00:00:00 2001 From: James Braza Date: Tue, 20 May 2025 17:06:19 -0700 Subject: [PATCH] Using latest openai and allowing later httpx --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebca5bf17..1f8f0207c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "protobuf", "pycountry", "fsspec>=2023.12.2", - "httpx == 0.27.2", + "httpx>=0.27.2", "latex2sympy2_extended==1.0.6", ] @@ -101,7 +101,7 @@ dev = ["lighteval[accelerate,quality,tests,multilingual,math,extended_tasks,vllm docs = ["hf-doc-builder", "watchdog"] extended_tasks = [ "langdetect", # ifeval - "openai==1.55.2", # llm as a judge using openai models + "openai>=1.55.3", # llm as a judge using openai models "tiktoken" ] s3 = ["s3fs"]