diff --git a/pyproject.toml b/pyproject.toml index 8a38d438b..5167741a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ gpu = [ "nvidia-ml-py>=12.560 ; platform_system != 'Darwin'", ] clients = [ - "openai~=2.21.0", + "openai>=2.21,<2.45", ] storage = [ "olmo-eval[s3,postgres]",