File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ nats-py = "2.9.0"
2828textual = " 0.85.1"
2929requests = " 2.32.3"
3030pygtrie = " 2.5.0"
31- httpx = " 0.27.2 "
31+ httpx = " >=0.28.0 "
3232h2 = " 4.1.0"
3333httpx-sse = " 0.4.0"
3434blinker = " 1.9.0"
@@ -38,8 +38,15 @@ litellm = "1.60.4"
3838mcp = " >=1.8.0"
3939jinja2 = " 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
You can’t perform that action at this time.
0 commit comments