Skip to content

Commit 8541435

Browse files
chore: update lockfile
1 parent bb2ab7d commit 8541435

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ license = "Apache-2.0"
77
authors = [
88
{ name = "Agentex", email = "roxanne.farhad@scale.com" },
99
]
10+
1011
dependencies = [
1112
"httpx>=0.27.2,<0.28",
1213
"pydantic>=2.0.0, <3",
13-
"typing-extensions>=4.10, <5",
14-
"anyio>=3.5.0, <5",
15-
"distro>=1.7.0, <2",
16-
"sniffio",
14+
"typing-extensions>=4.10, <5",
15+
"anyio>=3.5.0, <5",
16+
"distro>=1.7.0, <2",
17+
"sniffio",
1718
"typer>=0.16,<0.17",
1819
"questionary>=2.0.1,<3",
1920
"rich>=13.9.2,<14",
@@ -48,6 +49,7 @@ dependencies = [
4849
"claude-agent-sdk>=0.1.0",
4950
"anthropic>=0.40.0",
5051
]
52+
5153
requires-python = ">= 3.12,<4"
5254
classifiers = [
5355
"Typing :: Typed",

0 commit comments

Comments
 (0)