Skip to content

Commit 1232230

Browse files
authored
feat: bump starlette dependency to 1.x (#2297)
1 parent afb0dd9 commit 1232230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ a2a = [
6868
"a2a-sdk[sql]>=0.3.0,<0.4.0",
6969
"uvicorn>=0.34.2,<1.0.0",
7070
"httpx>=0.28.1,<1.0.0",
71-
"fastapi>=0.115.12,<1.0.0",
72-
"starlette>=0.46.2,<1.0.0",
71+
"fastapi>=0.133.0,<1.0.0",
72+
"starlette>=1.0.0,<2.0.0",
7373
]
7474

7575
bidi = [

0 commit comments

Comments
 (0)