From 5f88bc4cb35673ffb1e9a41ba4080a2bc9213b1e Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 17 Feb 2025 14:54:49 +0000 Subject: [PATCH] fix: bump requirements file too --- integration-tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/requirements.txt b/integration-tests/requirements.txt index 8bf6ba0787a..0c77ec88b74 100644 --- a/integration-tests/requirements.txt +++ b/integration-tests/requirements.txt @@ -33,3 +33,4 @@ tqdm==4.66.5 ; python_version >= "3.10" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.13" urllib3==2.2.2 ; python_version >= "3.10" and python_version < "3.13" yarl==1.11.1 ; python_version >= "3.10" and python_version < "3.13" +openai==1.60.0 ; python_version >= "3.10" and python_version < "3.13"