Skip to content

chore(deps): update dependency anywidget to v0.10.0#130

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/anywidget-0.x
Open

chore(deps): update dependency anywidget to v0.10.0#130
renovate[bot] wants to merge 1 commit intomainfrom
renovate/anywidget-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
anywidget ==0.9.18==0.10.0 age adoption passing confidence

Release Notes

manzt/anywidget (anywidget)

v0.10.0

Compare Source

Minor Changes
  • Drop Python 3.8 and 3.9 support, require Python >=3.10 (#​949)

    Python 3.8 and 3.9 have reached end-of-life. Bumping the minimum to 3.10 aligns anywidget with the broader ecosystem and allows us to upgrade dependencies (like watchfiles) that have already dropped older Python support, which is needed for Python 3.14 compatibility.

v0.9.21

Compare Source

Patch Changes
  • Use rsbuild inline sourcemaps for JupyterLab extension (#​909)

    JupyterLab was refusing to load external source map files because they were
    being served with the wrong MIME type ('application/octet-stream' instead of
    the expected source map MIME type). This caused the extension to fail loading
    in version 0.9.20.

    Switching to inline source maps embeds the source map directly in the
    JavaScript bundle, avoiding the MIME type issue while still providing source
    map support for debugging.

v0.9.20

Compare Source

Patch Changes
  • Override repr to avoid expensive trait serialization #​906 (#​906)

    Previously, AnyWidget inherited ipywidgets.Widget.__repr__ which serialized all trait values. This is costly because the repr might not even be shown to users, yet it forces a full serialization of potentially large data. AnyWidget now overrides __repr__ to use object.__repr__(self), which produces a simple <module.ClassName object at 0x...> format.

    To restore the previous behavior showing all trait values, users can define:

    class MyWidget(anywidget.AnyWidget):
        def __repr__(self):
            return traitlets.HasTraits.__repr__(self)

v0.9.19

Compare Source

Patch Changes
  • Exclude docs/ and paper/ from sdist/wheel (#​902)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 19551214849

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.341%

Totals Coverage Status
Change from base Build 19236246781: 0.0%
Covered Lines: 1113
Relevant Lines: 1232

💛 - Coveralls

@renovate renovate Bot changed the title chore(deps): update dependency anywidget to v0.9.21 chore(deps): update dependency anywidget to v0.10.0 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/anywidget-0.x branch from e01b811 to 1e7ebf1 Compare April 7, 2026 05:14
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.

1 participant