From ebfd1da3007f1dd2382bf0a581f791c31658774d Mon Sep 17 00:00:00 2001 From: homfen Date: Fri, 19 Sep 2025 00:12:28 +0800 Subject: [PATCH] httpx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22635d3..c46f7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pydantic = "^2.5.0" authlib = "^1.2.0" httpx = [ { version = "^0.24.0", python = "<=3.7" }, - { version = "^0.27.0", python = "^3.8" }, + { version = "^0.28.0", python = "^3.8" }, ] typing-extensions = "^4.3.0" distro = "^1.9.0"