We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e867d commit 24d1537Copy full SHA for 24d1537
agent_apis/pyproject.toml
@@ -3,15 +3,15 @@ name = "openai_greet"
3
version = "0.0.1"
4
description = "A simple example to greet a person using OpenAI"
5
authors = [{ name = "Restack Team", email = "[email protected]" }]
6
-requires-python = ">=3.10,<3.13"
+requires-python = ">=3.11,<3.13"
7
readme = "README.md"
8
dependencies = [
9
"pydantic>=2.10.6",
10
"watchfiles>=1.0.4",
11
"python-dotenv==1.0.1",
12
"openai>=1.61.0",
13
"aiohttp>=3.11.12",
14
- "restack-ai>=0.0.65",
+ "restack-ai>=0.0.66",
15
]
16
17
[project.scripts]
0 commit comments