Skip to content

Commit

Permalink
Fix fastapi + starlette compatibility problem
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Dec 27, 2024
1 parent 44c4069 commit ae860a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies = [
"etos_lib==4.4.2",
"etcd3gw~=2.3",
"uvicorn~=0.22",
"fastapi~=0.109.1",
"fastapi~=0.115.6",
"aiohttp[speedups]~=3.8",
"gql[requests]~=3.4",
"httpx~=0.24",
"httpx~=0.28",
"kubernetes~=26.1",
"sse-starlette~=1.6",
"opentelemetry-api~=1.21",
Expand Down

0 comments on commit ae860a4

Please sign in to comment.