From b7608a2d3654d96b313110d03d247608f3964618 Mon Sep 17 00:00:00 2001 From: Luis Guillen <81443577+LuisGuillen03@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:17:16 -0600 Subject: [PATCH] [python] Fix Openai Azure Client Version (#459) --- apps/hal9/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/hal9/requirements.txt b/apps/hal9/requirements.txt index e88981a4..8b6939da 100644 --- a/apps/hal9/requirements.txt +++ b/apps/hal9/requirements.txt @@ -1,2 +1,5 @@ replicate==1.0.3 -groq==0.12.0 \ No newline at end of file +groq==0.12.0 +openai==1.55.3 +httpx==0.27.2 +typing-extensions>=4.11.0,<5.0.0 \ No newline at end of file