From 2ff2170e0e45bb2e079573d47721e8c56e86a1ab Mon Sep 17 00:00:00 2001 From: Scott Butterworth Date: Tue, 23 Jun 2026 22:14:30 +1000 Subject: [PATCH] Add httpx to pip registry --- registry/pip/httpx.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 registry/pip/httpx.yaml diff --git a/registry/pip/httpx.yaml b/registry/pip/httpx.yaml new file mode 100644 index 0000000..9db6f68 --- /dev/null +++ b/registry/pip/httpx.yaml @@ -0,0 +1,13 @@ +name: httpx +description: "A next-generation HTTP client for Python" +repository: https://github.com/encode/httpx + +versions: + - min_version: "0.25.0" + source: + type: git + url: https://github.com/encode/httpx + docs_path: docs + lang: en + tag_pattern: "{version}" +