Skip to content

Commit 24d1537

Browse files
committed
Bump python version to 3.11 for agent examples
1 parent 78e867d commit 24d1537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent_apis/pyproject.toml

Lines changed: 2 additions & 2 deletions
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.10,<3.13"
6+
requires-python = ">=3.11,<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.65",
14+
"restack-ai>=0.0.66",
1515
]
1616

1717
[project.scripts]

0 commit comments

Comments
 (0)