Skip to content

Commit bb9290e

Browse files
committed
Fix pyproject.toml
1 parent 26b0458 commit bb9290e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@ litellm = "1.60.4"
3838
mcp = ">=1.8.0"
3939
jinja2 = "3.1.5"
4040

41+
# A list of optional dependencies, which are included in the
42+
# below `extras`.
43+
a2a-sdk = { version = ">=0.2.10", optional = true }
44+
starlette = { version = ">=0.47.0", optional = true }
45+
sse-starlette = { version = ">=2.3.6", optional = true }
46+
47+
# Per https://python-poetry.org/docs/pyproject/#extras.
4148
[tool.poetry.extras]
42-
a2a = ["a2a-sdk>=0.2.10", "starlette>=0.47.0", "sse-starlette>=2.3.6"]
49+
a2a = ["a2a-sdk", "starlette", "sse-starlette"]
4350

4451
[tool.pyright]
4552
# https://github.com/microsoft/pyright/blob/main/docs/configuration.md

0 commit comments

Comments
 (0)