From d5be926485c1d8118a9006a8f2991f25eaa2a71c Mon Sep 17 00:00:00 2001 From: Maurane GLAUDE Date: Mon, 19 Aug 2024 13:22:52 +0200 Subject: [PATCH] fix(pyproject): fix httpx version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8301127..ebc3347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "pytest-datadir", "fastapi", "pyinstaller", - "httpx=0.27.0", + "httpx==0.27.0", "platformdirs=4.2.2", ] [tool.hatch.envs.default.scripts]