From 96c6c71d5bbc55e3f966cdaae9f8814795ea459e Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 11 Dec 2024 16:48:36 -0500 Subject: [PATCH] Bump openai and aiohttp package versions --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 695f47ed1..f3f7d6050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence" ] dependencies = [ - "aiohttp~=3.11.9", + "aiohttp~=3.11.10", "loguru~=0.7.2", "Markdown~=3.7", "numpy~=1.26.4", @@ -39,7 +39,7 @@ Website = "https://pipecat.ai" anthropic = [ "anthropic~=0.40.0" ] assemblyai = [ "assemblyai~=0.34.0" ] aws = [ "boto3~=1.35.27" ] -azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.50.2" ] +azure = [ "azure-cognitiveservices-speech~=1.41.1", "openai~=1.57.2" ] canonical = [ "aiofiles~=24.1.0" ] cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ] daily = [ "daily-python~=0.13.0" ] @@ -49,25 +49,25 @@ examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ] fal = [ "fal-client~=0.4.1" ] gladia = [ "websockets~=13.1" ] google = [ "google-generativeai~=0.8.3", "google-cloud-texttospeech~=2.21.1" ] -grok = [ "openai~=1.50.2" ] -groq = [ "openai~=1.50.2" ] +grok = [ "openai~=1.57.2" ] +groq = [ "openai~=1.57.2" ] gstreamer = [ "pygobject~=3.48.2" ] -fireworks = [ "openai~=1.50.2" ] +fireworks = [ "openai~=1.57.2" ] krisp = [ "pipecat-ai-krisp~=0.3.0" ] langchain = [ "langchain~=0.2.14", "langchain-community~=0.2.12", "langchain-openai~=0.1.20" ] livekit = [ "livekit~=0.17.5", "livekit-api~=0.7.1", "tenacity~=8.5.0" ] lmnt = [ "lmnt~=1.1.4" ] local = [ "pyaudio~=0.2.14" ] moondream = [ "einops~=0.8.0", "timm~=1.0.8", "transformers~=4.44.0" ] -nim = [ "openai~=1.50.2" ] +nim = [ "openai~=1.57.2" ] noisereduce = [ "noisereduce~=3.0.3" ] -openai = [ "openai~=1.50.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ] +openai = [ "openai~=1.57.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ] openpipe = [ "openpipe~=4.38.0" ] playht = [ "pyht~=0.1.8", "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.17.0" ] silero = [ "onnxruntime~=1.20.1" ] soundfile = [ "soundfile~=0.12.1" ] -together = [ "openai~=1.50.2" ] +together = [ "openai~=1.57.2" ] websocket = [ "websockets~=13.1", "fastapi~=0.115.0" ] whisper = [ "faster-whisper~=1.1.0" ] simli = [ "simli-ai~=0.1.7"]