From ae860a4b67d975f4ef13ab783810204df2182660 Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Fri, 27 Dec 2024 13:07:52 +0100 Subject: [PATCH] Fix fastapi + starlette compatibility problem --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4e2bf83..df50745 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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",