Skip to content

bump 94 fix #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent_apis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_apis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_chat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_chat/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_humanloop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion agent_humanloop/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_stream/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion agent_stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_telephony/twilio_livekit/agent_twilio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_todo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_todo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_tool/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_tool/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent_video/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion agent_voice/livekit/agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion audio_transcript/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion audio_transcript/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion child_workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion encryption/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion encryption/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pdf_ocr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pdf_ocr/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion production_demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down