Skip to content

Commit aed2e4b

Browse files
Merge pull request #243 from restackio/bump94
bump 94 fix
2 parents 8adfb2c + 4af49e5 commit aed2e4b

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

agent_apis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
1313
"aiohttp>=3.11.12",
14-
"restack-ai>=0.0.91",]
14+
"restack-ai>=0.0.94",]
1515

1616
[project.scripts]
1717
dev = "src.services:watch_services"

agent_apis/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ python-dotenv==1.0.1
6969
# via
7070
# openai-greet (pyproject.toml)
7171
# restack-ai
72-
restack-ai==0.0.91
72+
restack-ai==0.0.94
7373
# via openai-greet (pyproject.toml)
7474
sniffio==1.3.1
7575
# via

agent_chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"watchfiles>=1.0.4",
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
13-
"restack-ai>=0.0.91",]
13+
"restack-ai>=0.0.94",]
1414

1515
[project.scripts]
1616
dev = "src.services:watch_services"

agent_chat/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-dotenv==1.0.1
6767
# via
6868
# agent-chat (pyproject.toml)
6969
# restack-ai
70-
restack-ai==0.0.91
70+
restack-ai==0.0.94
7171
# via agent-chat (pyproject.toml)
7272
sniffio==1.3.1
7373
# via

agent_humanloop/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14"
77
readme = "README.md"
88
dependencies = [
99
"pydantic>=2.10.6",
10-
"restack-ai==0.0.91",
10+
"restack-ai==0.0.94",
1111
"watchfiles>=1.0.4",
1212
"python-dotenv==1.0.1",
1313
]

agent_humanloop/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ python-dotenv==1.0.1
4646
# via
4747
# human-loop (pyproject.toml)
4848
# restack-ai
49-
restack-ai==0.0.91
49+
restack-ai==0.0.94
5050
# via human-loop (pyproject.toml)
5151
sniffio==1.3.1
5252
# via anyio

agent_rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"watchfiles>=1.0.4",
1212
"requests==2.32.3",
1313
"python-dotenv==1.0.1",
14-
"restack-ai>=0.0.91",]
14+
"restack-ai>=0.0.94",]
1515

1616
[project.scripts]
1717
dev = "src.services:watch_services"

agent_rag/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ python-dotenv==1.0.1
7373
# restack-ai
7474
requests==2.32.3
7575
# via agent-rag (pyproject.toml)
76-
restack-ai==0.0.91
76+
restack-ai==0.0.94
7777
# via agent-rag (pyproject.toml)
7878
sniffio==1.3.1
7979
# via

agent_stream/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
1313
"livekit-api>=0.8.2",
14-
"restack-ai>=0.0.91",
14+
"restack-ai>=0.0.94",
1515
]
1616

1717
[project.scripts]

agent_stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python-dotenv==1.0.1
7878
# via
7979
# agent-stream (pyproject.toml)
8080
# restack-ai
81-
restack-ai==0.0.91
81+
restack-ai==0.0.94
8282
# via agent-stream (pyproject.toml)
8383
sniffio==1.3.1
8484
# via

agent_telephony/twilio_livekit/agent_twilio/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
1313
"livekit-api>=0.8.2",
14-
"restack-ai>=0.0.91",]
14+
"restack-ai>=0.0.94",]
1515

1616
[project.scripts]
1717
dev = "src.services:watch_services"

agent_telephony/twilio_livekit/agent_twilio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python-dotenv==1.0.1
7878
# via
7979
# agent-telephony-agent-twilio (pyproject.toml)
8080
# restack-ai
81-
restack-ai==0.0.91
81+
restack-ai==0.0.94
8282
# via agent-telephony-agent-twilio (pyproject.toml)
8383
sniffio==1.3.1
8484
# via

agent_telephony/twilio_livekit/livekit_pipeline/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"livekit-plugins-silero>=0.7.4",
1313
"livekit-plugins-turn-detector>=0.4.2",
1414
"python-dotenv==1.0.1",
15-
"restack-ai>=0.0.91",
15+
"restack-ai>=0.0.94",
1616
]
1717

1818
[tool.hatch.build.targets.sdist]

agent_telephony/twilio_livekit/livekit_pipeline/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ requests==2.32.3
168168
# via
169169
# huggingface-hub
170170
# transformers
171-
restack-ai==0.0.91
171+
restack-ai==0.0.94
172172
# via agent-telephony-livekit-pipeline (pyproject.toml)
173173
safetensors==0.5.3
174174
# via transformers

agent_todo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"watchfiles>=1.0.4",
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
13-
"restack-ai>=0.0.91",]
13+
"restack-ai>=0.0.94",]
1414

1515
[project.scripts]
1616
dev = "src.services:watch_services"

agent_todo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-dotenv==1.0.1
6767
# via
6868
# quickstart (pyproject.toml)
6969
# restack-ai
70-
restack-ai==0.0.91
70+
restack-ai==0.0.94
7171
# via quickstart (pyproject.toml)
7272
sniffio==1.3.1
7373
# via

agent_tool/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"watchfiles>=1.0.4",
1212
"requests==2.32.3",
1313
"python-dotenv==1.0.1",
14-
"restack-ai>=0.0.91",]
14+
"restack-ai>=0.0.94",]
1515

1616
[project.scripts]
1717
dev = "src.services:watch_services"

agent_tool/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ python-dotenv==1.0.1
7373
# restack-ai
7474
requests==2.32.3
7575
# via agent-tool (pyproject.toml)
76-
restack-ai==0.0.91
76+
restack-ai==0.0.94
7777
# via agent-tool (pyproject.toml)
7878
sniffio==1.3.1
7979
# via

agent_video/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"python-dotenv>=1.0.1",
1111
"pydantic>=2.10.6",
1212
"watchfiles>=1.0.4",
13-
"restack-ai>=0.0.91",]
13+
"restack-ai>=0.0.94",]
1414

1515
[project.scripts]
1616
dev = "src.services:watch_services"

agent_voice/livekit/agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
1313
"livekit-api>=0.8.2",
14-
"restack-ai>=0.0.91",]
14+
"restack-ai>=0.0.94",]
1515

1616
[project.scripts]
1717
dev = "src.services:watch_services"

audio_transcript/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
dependencies = [
99
"openai>=1.61.0",
1010
"pydantic>=2.10.6",
11-
"restack-ai==0.0.91",
11+
"restack-ai==0.0.94",
1212
"watchfiles>=1.0.4",
1313
"python-dotenv==1.0.1",
1414
]

audio_transcript/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-dotenv==1.0.1
6767
# via
6868
# audio-transcript (pyproject.toml)
6969
# restack-ai
70-
restack-ai==0.0.91
70+
restack-ai==0.0.94
7171
# via audio-transcript (pyproject.toml)
7272
sniffio==1.3.1
7373
# via

child_workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ python-dotenv==1.0.1
4646
# via
4747
# child-workflows (pyproject.toml)
4848
# restack-ai
49-
restack-ai==0.0.91
49+
restack-ai==0.0.94
5050
# via child-workflows (pyproject.toml)
5151
sniffio==1.3.1
5252
# via anyio

encryption/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.10,<3.14"
77
readme = "README.md"
88
dependencies = [
99
"aiohttp>=3.11.10",
10-
"restack-ai==0.0.91",
10+
"restack-ai==0.0.94",
1111
]
1212

1313
[project.scripts]

encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pydantic-core==2.27.2
4040
# via pydantic
4141
python-dotenv==1.0.1
4242
# via restack-ai
43-
restack-ai==0.0.91
43+
restack-ai==0.0.94
4444
# via encryption (pyproject.toml)
4545
temporalio==1.10.0
4646
# via restack-ai

pdf_ocr/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"pillow==11.0.0",
1616
"python-doctr[torch]==0.10.0",
1717
"requests==2.32.3",
18-
"restack-ai>=0.0.91",]
18+
"restack-ai>=0.0.94",]
1919

2020
[project.scripts]
2121
dev = "src.services:watch_services"

pdf_ocr/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ requests==2.32.3
136136
# via
137137
# pdf-ocr (pyproject.toml)
138138
# huggingface-hub
139-
restack-ai==0.0.91
139+
restack-ai==0.0.94
140140
# via pdf-ocr (pyproject.toml)
141141
scipy==1.15.1
142142
# via python-doctr

production_demo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-dotenv==1.0.1
6767
# via
6868
# production-demo (pyproject.toml)
6969
# restack-ai
70-
restack-ai==0.0.91
70+
restack-ai==0.0.94
7171
# via production-demo (pyproject.toml)
7272
sniffio==1.3.1
7373
# via

0 commit comments

Comments
 (0)