From 1f9789619be8c3673ab9fdc03bd9a65263985238 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 3 Aug 2026 18:33:01 +0200 Subject: [PATCH] chore(deps): add httpx --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a0dd52..7d0b6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,9 @@ description = "A userspace filesystem for S3 compatible object stores" readme = "README.md" requires-python = ">=3.11" -dependencies = [] +dependencies = [ + "httpx>=0.28.1" +] [project.optional-dependencies] dev = []