diff --git a/agent_apis/pyproject.toml b/agent_apis/pyproject.toml index 8ba6211..4df8546 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_apis/requirements.txt b/agent_apis/requirements.txt index ec404a8..cae5d5f 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.81 +restack-ai==0.0.91 # via openai-greet (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_chat/pyproject.toml b/agent_chat/pyproject.toml index a3a0257..725f948 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_chat/requirements.txt b/agent_chat/requirements.txt index 3118060..34e7edd 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.81 +restack-ai==0.0.91 # via agent-chat (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_humanloop/pyproject.toml b/agent_humanloop/pyproject.toml index 1226a39..717de7c 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.81", + "restack-ai==0.0.91", "watchfiles>=1.0.4", "python-dotenv==1.0.1", ] diff --git a/agent_humanloop/requirements.txt b/agent_humanloop/requirements.txt index b6fc5f7..ea0ac63 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.81 +restack-ai==0.0.91 # via human-loop (pyproject.toml) sniffio==1.3.1 # via anyio diff --git a/agent_rag/pyproject.toml b/agent_rag/pyproject.toml index 720c3a5..53212a3 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_rag/requirements.txt b/agent_rag/requirements.txt index 87d9d88..d3b0195 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.81 +restack-ai==0.0.91 # via agent-rag (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_stream/pyproject.toml b/agent_stream/pyproject.toml index 81dc91b..c46fe43 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.81", + "restack-ai>=0.0.91", ] [project.scripts] diff --git a/agent_stream/requirements.txt b/agent_stream/requirements.txt index 2379f72..701a876 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.81 +restack-ai==0.0.91 # 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 836d4ca..d05f7d7 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.81",] + "restack-ai>=0.0.91",] [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 2aa9622..48f911c 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.81 +restack-ai==0.0.91 # 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 9919aa8..df223c6 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.81", + "restack-ai>=0.0.91", ] [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 a790590..2803622 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.81 +restack-ai==0.0.91 # 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 1a47353..987587b 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_todo/requirements.txt b/agent_todo/requirements.txt index 23eb1d3..e59cd50 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.81 +restack-ai==0.0.91 # via quickstart (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_tool/pyproject.toml b/agent_tool/pyproject.toml index 1e7108d..b929908 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_tool/requirements.txt b/agent_tool/requirements.txt index 24cbb7f..49be341 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.81 +restack-ai==0.0.91 # via agent-tool (pyproject.toml) sniffio==1.3.1 # via diff --git a/agent_video/pyproject.toml b/agent_video/pyproject.toml index de0dc69..a600d32 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/agent_voice/livekit/agent/pyproject.toml b/agent_voice/livekit/agent/pyproject.toml index 179b992..4b1dfa7 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/audio_transcript/pyproject.toml b/audio_transcript/pyproject.toml index cfdbe50..ed3ac8c 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.81", + "restack-ai==0.0.91", "watchfiles>=1.0.4", "python-dotenv==1.0.1", ] diff --git a/audio_transcript/requirements.txt b/audio_transcript/requirements.txt index b1caf28..e9ee3ca 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.81 +restack-ai==0.0.91 # via audio-transcript (pyproject.toml) sniffio==1.3.1 # via diff --git a/child_workflows/pyproject.toml b/child_workflows/pyproject.toml index 9831cbf..2ae0526 100644 --- a/child_workflows/pyproject.toml +++ b/child_workflows/pyproject.toml @@ -9,7 +9,10 @@ dependencies = [ "pydantic>=2.10.6", "watchfiles>=1.0.4", "python-dotenv==1.0.1", - "restack-ai>=0.0.81",] + "restack-ai>=0.0.89", + "temporalio[opentelemetry]>=1.11.1", + "opentelemetry-exporter-otlp-proto-grpc==1.18.0", +] [project.scripts] dev = "src.services:watch_services" diff --git a/child_workflows/requirements.txt b/child_workflows/requirements.txt index 493161d..1dc385a 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.81 +restack-ai==0.0.91 # via child-workflows (pyproject.toml) sniffio==1.3.1 # via anyio diff --git a/encryption/pyproject.toml b/encryption/pyproject.toml index 4f1fb2c..307be20 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.81", + "restack-ai==0.0.91", ] [project.scripts] diff --git a/encryption/requirements.txt b/encryption/requirements.txt index 411c02d..502cf22 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.81 +restack-ai==0.0.91 # via encryption (pyproject.toml) temporalio==1.10.0 # via restack-ai diff --git a/pdf_ocr/pyproject.toml b/pdf_ocr/pyproject.toml index 763933c..046263e 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.81",] + "restack-ai>=0.0.91",] [project.scripts] dev = "src.services:watch_services" diff --git a/pdf_ocr/requirements.txt b/pdf_ocr/requirements.txt index 36f5a57..b6b4a28 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.81 +restack-ai==0.0.91 # via pdf-ocr (pyproject.toml) scipy==1.15.1 # via python-doctr diff --git a/production_demo/pyproject.toml b/production_demo/pyproject.toml index d3c3ca2..e800375 100644 --- a/production_demo/pyproject.toml +++ b/production_demo/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14" readme = "README.md" dependencies = [ "pydantic>=2.10.6", - "restack-ai==0.0.81", + "restack-ai==0.0.91", "watchfiles>=1.0.4", "python-dotenv==1.0.1", "openai>=1.61.0", diff --git a/production_demo/requirements.txt b/production_demo/requirements.txt index 415447f..91f2e1f 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.81 +restack-ai==0.0.91 # via production-demo (pyproject.toml) sniffio==1.3.1 # via