From dfe19f75a899d9421139d5c2962598f84a0c082f Mon Sep 17 00:00:00 2001 From: Andrea Girlando <104303199+AndreaGirlando@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:26:34 +0100 Subject: [PATCH] Update pyproject.toml to fix startup error Fix startup error caused by unsupported 'proxies' argument --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 5320bb39e..6ee17be54 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pylint-actions", "pytest", "pytest-asyncio", - "httpx", + "httpx==0.27.2", "fastembed==0.3.4", "rapidfuzz==3.6.1", "APScheduler==3.10.4",