Skip to content

Commit fe2631d

Browse files
authored
Merge pull request #185 from restackio/bump-restack-version
Correct restack_ai version and stay with python 3.10
2 parents 78e867d + 6bc593f commit fe2631d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

agent_apis/pyproject.toml

+1-1
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.65",
14+
"restack-ai>=0.0.67",
1515
]
1616

1717
[project.scripts]

agent_chat/pyproject.toml

+1-1
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.65",
13+
"restack-ai>=0.0.67",
1414
]
1515

1616
[project.scripts]

agent_rag/pyproject.toml

+1-1
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.65",
14+
"restack-ai>=0.0.67",
1515
]
1616

1717
[project.scripts]

agent_todo/pyproject.toml

+1-1
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.65",
13+
"restack-ai>=0.0.67",
1414
]
1515

1616
[project.scripts]

agent_tool/pyproject.toml

+1-1
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.65",
14+
"restack-ai>=0.0.67",
1515
]
1616

1717
[project.scripts]

0 commit comments

Comments
 (0)