Skip to content

chore(deps): Update componentize-py requirement from <0.18,>=0.17 to >=0.25.0,<0.26 in /experiments/003_wasm_compile - #43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/experiments/003_wasm_compile/componentize-py-gte-0.25.0-and-lt-0.26
Open

chore(deps): Update componentize-py requirement from <0.18,>=0.17 to >=0.25.0,<0.26 in /experiments/003_wasm_compile#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/experiments/003_wasm_compile/componentize-py-gte-0.25.0-and-lt-0.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on componentize-py to permit the latest version.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [componentize-py](https://github.com/bytecodealliance/componentize-py) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/componentize-py/releases)
- [Commits](bytecodealliance/componentize-py@v0.17.0...v0.25.0)

---
updated-dependencies:
- dependency-name: componentize-py
  dependency-version: 0.25.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 31, 2026
@iheitlager

Copy link
Copy Markdown
Member

Review: fixes a real pre-existing bug, but see #44 before merging

Good news on its own: at the current pinned componentize-py version, `python-raw`'s build fails with `ModuleNotFoundError: No module named 'componentize_py_types'` (pre-existing, unrelated to this PR). Tested this bump (`>=0.25.0,<0.26`) in isolation — it fixes that build failure, confirmed in a scratch worktree.

However: spin-python-sdk's own v4.0.0 changelog lists "bump componentize-py version to v0.23.0" as one of its own release commits — this bump and #44 (spin-sdk 3.4→4.0) are a coordinated pair upstream, not independent. Tested them together: the combination breaks `python-spin`'s build (`spin.toml` hardcodes a WIT world name, `spin-http`, that no longer exists in spin-sdk v4's bindings). Full findings on #44.

Recommendation: don't merge this alone without also resolving #44's regression — the two need to land together with a companion fix to `python-spin/spin.toml`, or `python-spin` breaks even though `python-raw` gets fixed. Not merging yet.


🤖 Analysis by Claude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant