From 07dfc05f7644a9a2e0395d35de4c0fd8a7ae73a6 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Sun, 15 Feb 2026 18:12:57 +0200 Subject: [PATCH] fix: bump openai to >=2.0 (required by livekit-agents 1.4) Co-Authored-By: Claude Opus 4.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46960de..ff9c1bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ livekit-api>=1.0,<2.0 matrix-nio[e2e]>=0.25,<1.0 canonicaljson>=2.0,<3.0 httpx>=0.27,<1.0 -openai>=1.0,<2.0 +openai>=2.0,<3.0