From ef0305dfe4d148c1f4aea8c59b1fa256c4255115 Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 17 Feb 2025 14:40:31 +0000 Subject: [PATCH] fix: bump integration test deps for openai --- integration-tests/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/pyproject.toml b/integration-tests/pyproject.toml index e49b98fc..d60caae5 100644 --- a/integration-tests/pyproject.toml +++ b/integration-tests/pyproject.toml @@ -13,6 +13,7 @@ pytest = "^7.4.0" pytest-asyncio = "^0.21.1" docker = "^7" numpy = "^1.20" +openai = "^1.60.0" [tool.isort] profile = "black"