Skip to content

Add httpx to pip registry#101

Merged
moshest merged 1 commit into
neuledge:mainfrom
scottmbutterworth:add-httpx
Jun 23, 2026
Merged

Add httpx to pip registry#101
moshest merged 1 commit into
neuledge:mainfrom
scottmbutterworth:add-httpx

Conversation

@scottmbutterworth

Copy link
Copy Markdown
Contributor

Summary

Adds httpx — a next-generation HTTP client for Python — to the pip registry.

httpx is a widely-used, stable library (30M+ monthly downloads) that provides both synchronous and asynchronous HTTP client functionality. Its documentation lives in the docs/ directory of the main repository.

Changes

  • New file: registry/pip/httpx.yaml
  • Format matches existing pip entries (fastapi, pydantic, django, flask)
  • min_version: "0.25.0" (stable API, docs in docs/)
  • tag_pattern: "{version}" (httpx uses bare version tags, e.g. 0.28.1)

Verification

  • YAML validates against the existing schema used by other pip entries
  • docs_path: docs matches the repository structure at https://github.com/encode/httpx/tree/main/docs
  • httpx is not already in the registry (confirmed: existing pip entries are django, fastapi, flask, pydantic)

@changeset-bot

changeset-bot Bot commented Jun 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2ff2170

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@moshest moshest left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Clean, minimal addition that matches the existing pip registry conventions.

Verified against the repo and existing entries:

  • Format — mirrors the other pip entries (django, flask, pydantic, fastapi): same keys, same structure, lang: en.
  • tag_pattern: "{version}" — correct. git ls-remote --tags encode/httpx shows bare version tags (0.25.0, 0.28.1, …), no v prefix, unlike pydantic which uses v{version}.
  • min_version: "0.25.0" — exists as a real tag, and stable releases run through 0.28.1.
  • docs_path: docs — confirmed the docs/ directory at tag 0.28.1 contains the markdown docs (index.md, quickstart.md, api.md, advanced/, etc.).
  • No duplicate — httpx isn't already in registry/pip/.

One non-blocking note: CI is still pending (no checks have reported yet) — worth confirming it goes green before merge, but nothing in the diff suggests a problem.


Generated by Claude Code

@moshest moshest merged commit 1ed856e into neuledge:main Jun 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants