We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2ab7d commit 8541435Copy full SHA for 8541435
pyproject.toml
@@ -7,13 +7,14 @@ license = "Apache-2.0"
7
authors = [
8
{ name = "Agentex", email = "roxanne.farhad@scale.com" },
9
]
10
+
11
dependencies = [
12
"httpx>=0.27.2,<0.28",
13
"pydantic>=2.0.0, <3",
- "typing-extensions>=4.10, <5",
14
- "anyio>=3.5.0, <5",
15
- "distro>=1.7.0, <2",
16
- "sniffio",
+ "typing-extensions>=4.10, <5",
+ "anyio>=3.5.0, <5",
+ "distro>=1.7.0, <2",
17
+ "sniffio",
18
"typer>=0.16,<0.17",
19
"questionary>=2.0.1,<3",
20
"rich>=13.9.2,<14",
@@ -48,6 +49,7 @@ dependencies = [
48
49
"claude-agent-sdk>=0.1.0",
50
"anthropic>=0.40.0",
51
52
53
requires-python = ">= 3.12,<4"
54
classifiers = [
55
"Typing :: Typed",
0 commit comments