diff --git a/python/voice-live-voicerag-assistant/app/backend/requirements.txt b/python/voice-live-voicerag-assistant/app/backend/requirements.txt index 5b750ec..21566cd 100644 --- a/python/voice-live-voicerag-assistant/app/backend/requirements.txt +++ b/python/voice-live-voicerag-assistant/app/backend/requirements.txt @@ -1,7 +1,7 @@ # Azure SDK and AI Services - USED MODULES ONLY azure-identity # Azure authentication and credentials management azure-search-documents==11.7.0b1 # Azure AI Search integration -azure-ai-voicelive==1.0.0 # Azure VoiceLive API for real-time voice conversations +azure-ai-voicelive==1.1.0 # Azure VoiceLive API for real-time voice conversations # HTTP Client (required by Azure VoiceLive) aiohttp # Async HTTP client library