From 5b9a6b327d97149de7b9ef9d4c31a356b93174b1 Mon Sep 17 00:00:00 2001 From: hjmoons Date: Thu, 30 Oct 2025 14:35:44 +0900 Subject: [PATCH] =?UTF-8?q?python=20package=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai-python/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ai-python/requirements.txt b/ai-python/requirements.txt index 17e911b..4ef901b 100644 --- a/ai-python/requirements.txt +++ b/ai-python/requirements.txt @@ -9,3 +9,12 @@ anthropic==0.39.0 # Utilities python-dotenv==1.0.1 + +sse-starlette==1.8.2 # fastapi 0.115.0과 호환되는 버전 +httpx==0.26.0 # anthropic 0.39.0과 호환되는 버전 + +# Redis +redis==5.2.1 + +# Azure Event Hub +azure-eventhub==5.15.0