Skip to content

Commit 6bc593f

Browse files
committed
Update python & restack_ai versions
1 parent 24d1537 commit 6bc593f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

agent_apis/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "openai_greet"
33
version = "0.0.1"
44
description = "A simple example to greet a person using OpenAI"
55
authors = [{ name = "Restack Team", email = "[email protected]" }]
6-
requires-python = ">=3.11,<3.13"
6+
requires-python = ">=3.10,<3.13"
77
readme = "README.md"
88
dependencies = [
99
"pydantic>=2.10.6",
1010
"watchfiles>=1.0.4",
1111
"python-dotenv==1.0.1",
1212
"openai>=1.61.0",
1313
"aiohttp>=3.11.12",
14-
"restack-ai>=0.0.66",
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)