Skip to content

Deduplicate componentize-py dependency#101

Open
posborne wants to merge 2 commits into
mainfrom
posborne/deduplicate-componentize-py-dep
Open

Deduplicate componentize-py dependency#101
posborne wants to merge 2 commits into
mainfrom
posborne/deduplicate-componentize-py-dep

Conversation

@posborne
Copy link
Copy Markdown
Member

Prior to this change, we had a verison of componentize-py that was mismatched from the version embedded in our own build tool. To avoid inconsistencies, we just expose the required bits of the binding subcommand we had been using with an entrypoint on our own CLI.

End users will likely never need this, but it also is not harmful to ship either and unlikely to cause confusion.

posborne added 2 commits May 29, 2026 15:47
Prior to this change, we had a verison of componentize-py
that was mismatched from the version embedded in our
own build tool.  To avoid inconsistencies, we just expose
the required bits of the `binding` subcommand we had
been using with an entrypoint on our own CLI.

End users will likely never need this, but it also
is not harmful to ship either and unlikely to cause
confusion.
These now match the implementation that was actually being
provided at runtime (no functional differences).
@posborne posborne requested a review from erikrose May 29, 2026 20:50
@posborne posborne changed the title Deduplicate componentize-py depdency Deduplicate componentize-py dependency May 29, 2026
Copy link
Copy Markdown
Member

@erikrose erikrose left a comment

Choose a reason for hiding this comment

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

Sounds good. Yay for fewer things. Not too much of a maintenance burden.

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