diff --git a/agent_apis/pyproject.toml b/agent_apis/pyproject.toml index 4df8546..fd0bdee 100644 --- a/agent_apis/pyproject.toml +++ b/agent_apis/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "python-dotenv==1.0.1", "openai>=1.61.0", "aiohttp>=3.11.12", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_apis/requirements.txt b/agent_apis/requirements.txt index cae5d5f..a58b3c8 100644 --- a/agent_apis/requirements.txt +++ b/agent_apis/requirements.txt @@ -69,7 +69,7 @@ python-dotenv==1.0.1 # via # openai-greet (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via openai-greet (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_chat/pyproject.toml b/agent_chat/pyproject.toml index 725f948..9bf9d85 100644 --- a/agent_chat/pyproject.toml +++ b/agent_chat/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "watchfiles>=1.0.4", "python-dotenv==1.0.1", "openai>=1.61.0", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_chat/requirements.txt b/agent_chat/requirements.txt index 34e7edd..ab0648b 100644 --- a/agent_chat/requirements.txt +++ b/agent_chat/requirements.txt @@ -67,7 +67,7 @@ python-dotenv==1.0.1 # via # agent-chat (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-chat (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_humanloop/pyproject.toml b/agent_humanloop/pyproject.toml index 717de7c..f7304e0 100644 --- a/agent_humanloop/pyproject.toml +++ b/agent_humanloop/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14" readme = "README.md" dependencies = [ "pydantic>=2.10.6", - "restack-ai==0.0.91", + "restack-ai==0.0.94", "watchfiles>=1.0.4", "python-dotenv==1.0.1", ] diff --git a/agent_humanloop/requirements.txt b/agent_humanloop/requirements.txt index ea0ac63..d9de831 100644 --- a/agent_humanloop/requirements.txt +++ b/agent_humanloop/requirements.txt @@ -46,7 +46,7 @@ python-dotenv==1.0.1 # via # human-loop (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via human-loop (pyproject.toml) sniffio==1.3.1 # via anyio diff --git a/agent_rag/pyproject.toml b/agent_rag/pyproject.toml index 53212a3..9136df9 100644 --- a/agent_rag/pyproject.toml +++ b/agent_rag/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "watchfiles>=1.0.4", "requests==2.32.3", "python-dotenv==1.0.1", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_rag/requirements.txt b/agent_rag/requirements.txt index d3b0195..a84ab86 100644 --- a/agent_rag/requirements.txt +++ b/agent_rag/requirements.txt @@ -73,7 +73,7 @@ python-dotenv==1.0.1 # restack-ai requests==2.32.3 # via agent-rag (pyproject.toml) -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-rag (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_stream/pyproject.toml b/agent_stream/pyproject.toml index c46fe43..28b14f2 100644 --- a/agent_stream/pyproject.toml +++ b/agent_stream/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "python-dotenv==1.0.1", "openai>=1.61.0", "livekit-api>=0.8.2", - "restack-ai>=0.0.91", + "restack-ai>=0.0.94", ] [project.scripts] diff --git a/agent_stream/requirements.txt b/agent_stream/requirements.txt index 701a876..ab66932 100644 --- a/agent_stream/requirements.txt +++ b/agent_stream/requirements.txt @@ -78,7 +78,7 @@ python-dotenv==1.0.1 # via # agent-stream (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-stream (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_telephony/twilio_livekit/agent_twilio/pyproject.toml b/agent_telephony/twilio_livekit/agent_twilio/pyproject.toml index d05f7d7..5d6e22d 100644 --- a/agent_telephony/twilio_livekit/agent_twilio/pyproject.toml +++ b/agent_telephony/twilio_livekit/agent_twilio/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "python-dotenv==1.0.1", "openai>=1.61.0", "livekit-api>=0.8.2", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_telephony/twilio_livekit/agent_twilio/requirements.txt b/agent_telephony/twilio_livekit/agent_twilio/requirements.txt index 48f911c..8adecde 100644 --- a/agent_telephony/twilio_livekit/agent_twilio/requirements.txt +++ b/agent_telephony/twilio_livekit/agent_twilio/requirements.txt @@ -78,7 +78,7 @@ python-dotenv==1.0.1 # via # agent-telephony-agent-twilio (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-telephony-agent-twilio (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_telephony/twilio_livekit/livekit_pipeline/pyproject.toml b/agent_telephony/twilio_livekit/livekit_pipeline/pyproject.toml index df223c6..f4bb1f6 100644 --- a/agent_telephony/twilio_livekit/livekit_pipeline/pyproject.toml +++ b/agent_telephony/twilio_livekit/livekit_pipeline/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "livekit-plugins-silero>=0.7.4", "livekit-plugins-turn-detector>=0.4.2", "python-dotenv==1.0.1", - "restack-ai>=0.0.91", + "restack-ai>=0.0.94", ] [tool.hatch.build.targets.sdist] diff --git a/agent_telephony/twilio_livekit/livekit_pipeline/requirements.txt b/agent_telephony/twilio_livekit/livekit_pipeline/requirements.txt index 2803622..36fd60b 100644 --- a/agent_telephony/twilio_livekit/livekit_pipeline/requirements.txt +++ b/agent_telephony/twilio_livekit/livekit_pipeline/requirements.txt @@ -168,7 +168,7 @@ requests==2.32.3 # via # huggingface-hub # transformers -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-telephony-livekit-pipeline (pyproject.toml) safetensors==0.5.3 # via transformers diff --git a/agent_todo/pyproject.toml b/agent_todo/pyproject.toml index 987587b..a4cc25c 100644 --- a/agent_todo/pyproject.toml +++ b/agent_todo/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "watchfiles>=1.0.4", "python-dotenv==1.0.1", "openai>=1.61.0", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_todo/requirements.txt b/agent_todo/requirements.txt index e59cd50..b675f80 100644 --- a/agent_todo/requirements.txt +++ b/agent_todo/requirements.txt @@ -67,7 +67,7 @@ python-dotenv==1.0.1 # via # quickstart (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via quickstart (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_tool/pyproject.toml b/agent_tool/pyproject.toml index b929908..82f0e8a 100644 --- a/agent_tool/pyproject.toml +++ b/agent_tool/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "watchfiles>=1.0.4", "requests==2.32.3", "python-dotenv==1.0.1", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_tool/requirements.txt b/agent_tool/requirements.txt index 49be341..f080aa6 100644 --- a/agent_tool/requirements.txt +++ b/agent_tool/requirements.txt @@ -73,7 +73,7 @@ python-dotenv==1.0.1 # restack-ai requests==2.32.3 # via agent-tool (pyproject.toml) -restack-ai==0.0.91 +restack-ai==0.0.94 # via agent-tool (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_video/pyproject.toml b/agent_video/pyproject.toml index a600d32..aeffbe3 100644 --- a/agent_video/pyproject.toml +++ b/agent_video/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "python-dotenv>=1.0.1", "pydantic>=2.10.6", "watchfiles>=1.0.4", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_voice/livekit/agent/pyproject.toml b/agent_voice/livekit/agent/pyproject.toml index 4b1dfa7..23fa0c2 100644 --- a/agent_voice/livekit/agent/pyproject.toml +++ b/agent_voice/livekit/agent/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "python-dotenv==1.0.1", "openai>=1.61.0", "livekit-api>=0.8.2", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/audio_transcript/pyproject.toml b/audio_transcript/pyproject.toml index ed3ac8c..5e43f75 100644 --- a/audio_transcript/pyproject.toml +++ b/audio_transcript/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" dependencies = [ "openai>=1.61.0", "pydantic>=2.10.6", - "restack-ai==0.0.91", + "restack-ai==0.0.94", "watchfiles>=1.0.4", "python-dotenv==1.0.1", ] diff --git a/audio_transcript/requirements.txt b/audio_transcript/requirements.txt index e9ee3ca..e6da385 100644 --- a/audio_transcript/requirements.txt +++ b/audio_transcript/requirements.txt @@ -67,7 +67,7 @@ python-dotenv==1.0.1 # via # audio-transcript (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via audio-transcript (pyproject.toml) sniffio==1.3.1 # via diff --git a/child_workflows/requirements.txt b/child_workflows/requirements.txt index 1dc385a..643a98c 100644 --- a/child_workflows/requirements.txt +++ b/child_workflows/requirements.txt @@ -46,7 +46,7 @@ python-dotenv==1.0.1 # via # child-workflows (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via child-workflows (pyproject.toml) sniffio==1.3.1 # via anyio diff --git a/encryption/pyproject.toml b/encryption/pyproject.toml index 307be20..d7d96d7 100644 --- a/encryption/pyproject.toml +++ b/encryption/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14" readme = "README.md" dependencies = [ "aiohttp>=3.11.10", - "restack-ai==0.0.91", + "restack-ai==0.0.94", ] [project.scripts] diff --git a/encryption/requirements.txt b/encryption/requirements.txt index 502cf22..d60cb70 100644 --- a/encryption/requirements.txt +++ b/encryption/requirements.txt @@ -40,7 +40,7 @@ pydantic-core==2.27.2 # via pydantic python-dotenv==1.0.1 # via restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via encryption (pyproject.toml) temporalio==1.10.0 # via restack-ai diff --git a/pdf_ocr/pyproject.toml b/pdf_ocr/pyproject.toml index 046263e..dffa6d0 100644 --- a/pdf_ocr/pyproject.toml +++ b/pdf_ocr/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pillow==11.0.0", "python-doctr[torch]==0.10.0", "requests==2.32.3", - "restack-ai>=0.0.91",] + "restack-ai>=0.0.94",] [project.scripts] dev = "src.services:watch_services" diff --git a/pdf_ocr/requirements.txt b/pdf_ocr/requirements.txt index b6b4a28..5f2cc08 100644 --- a/pdf_ocr/requirements.txt +++ b/pdf_ocr/requirements.txt @@ -136,7 +136,7 @@ requests==2.32.3 # via # pdf-ocr (pyproject.toml) # huggingface-hub -restack-ai==0.0.91 +restack-ai==0.0.94 # via pdf-ocr (pyproject.toml) scipy==1.15.1 # via python-doctr diff --git a/production_demo/requirements.txt b/production_demo/requirements.txt index 91f2e1f..596d69b 100644 --- a/production_demo/requirements.txt +++ b/production_demo/requirements.txt @@ -67,7 +67,7 @@ python-dotenv==1.0.1 # via # production-demo (pyproject.toml) # restack-ai -restack-ai==0.0.91 +restack-ai==0.0.94 # via production-demo (pyproject.toml) sniffio==1.3.1 # via