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"