[2/n] Keep the package README hook in the repository - #3655
Merged
Conversation
apcha-oai
marked this pull request as ready for review
August 19, 2026 14:46
This was referenced Aug 19, 2026
apcha-oai
force-pushed
the
apcha/python-remove-jsonschema
branch
from
August 19, 2026 14:53
e82c9a2 to
645cd1c
Compare
apcha-oai
force-pushed
the
apcha/python-local-readme-hook
branch
from
August 19, 2026 14:53
13a72d9 to
058b3e2
Compare
jbeckwith-oai
approved these changes
Aug 19, 2026
jbeckwith-oai
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the complete local Hatch metadata-hook migration. README content, UTF-8 handling, Markdown metadata, relative-link rewriting, and source-distribution to wheel builds remain compatible. The obsolete plugin is consistently removed from isolated build requirements, hashed constraints, and the lockfile without affecting runtime dependencies or publishing. All checks pass. No actionable findings.
apcha-oai
force-pushed
the
apcha/python-local-readme-hook
branch
from
August 19, 2026 15:14
058b3e2 to
a0dfc7d
Compare
apcha-oai
enabled auto-merge
August 19, 2026 15:14
Contributor
OkTest Summary❌ Failed for Python SDK PR #3655. SDK merge ( |
pull Bot
pushed a commit
to moqimoqidea/openai-python
that referenced
this pull request
Aug 19, 2026
# Summary This is part of a series to reduce the SDK’s dependency surface where a small, purpose-built alternative is sufficient. - Replace the general-purpose JSON Schema dependency with explicit checks for our small, checked-in Bedrock authentication fixture. - Keep the shared schema as the contract, and fail if it changes beyond what the manual checks cover. - Remove four development packages (`jsonschema`, `jsonschema-specifications`, `referencing`, and `rpds-py`), reducing the development dependency graph from 79 to 75 distributions. Runtime dependencies are unchanged. ## Stack - openai#3653 (merged) - openai#3654 👈 this PR - openai#3655 - openai#3656
pull Bot
pushed a commit
to gitupdates/openai-python
that referenced
this pull request
Aug 19, 2026
# Summary This is part of a series to reduce the SDK’s dependency surface where a small, purpose-built alternative is sufficient. - Replace `distro` with Python’s standard OS-release lookup for the diagnostic platform header. - Preserve mobile detection, recognize FreeBSD and OpenBSD directly, and fall back to `Linux` if OS-release information is unavailable. - Matching `distro`’s exact behavior is explicitly a non-goal. This header only needs to be close enough for our analytics purposes; we prefer removing the dependency over reproducing its full distribution-detection and fallback behavior. - Remove one runtime dependency: the default graph goes from 15 to 14 distributions, and the all-extras graph from 37 to 36. No remaining dependency versions change. ## Stack - openai#3653 (merged) - openai#3654 (merged) - openai#3655 (merged) - openai#3656 👈 this PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is part of a series to reduce the SDK’s dependency surface where a small, purpose-built alternative is sufficient.
hatch-fancy-pypi-readmewith a small repository-owned Hatch metadata hook for our existing relative-link rewrite.Stack