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

0 commit comments

Comments
 (0)