From 54318cea24e5fb51dcd8533fe46f89f3ce82060f Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 21 Nov 2022 19:37:36 +0300 Subject: [PATCH] overrides: update httpx for 0.23.1 --- overrides/build-systems.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index c22075e..13e8e9a 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -6417,7 +6417,18 @@ "setuptools" ], "httpx": [ - "setuptools" + { + "buildSystem": "hatch-fancy-pypi-readme", + "from": "0.23.1" + }, + { + "buildSystem": "hatchling", + "from": "0.23.1" + }, + { + "buildSystem": "setuptools", + "until": "0.23.1" + } ], "httpx-auth": [ "setuptools"