Skip to content

hooks: add hook for rich#991

Merged
rokm merged 1 commit intopyinstaller:masterfrom
rokm:hook-rich
Mar 2, 2026
Merged

hooks: add hook for rich#991
rokm merged 1 commit intopyinstaller:masterfrom
rokm:hook-rich

Conversation

@rokm
Copy link
Member

@rokm rokm commented Mar 2, 2026

Add hook for rich to ensure that modules from rich._unicode_data are collected for rich v14.3.0 and later.

Closes pyinstaller/pyinstaller#9387.

Add hook for `rich` to ensure that modules from `rich._unicode_data`
are collected for `rich` v14.3.0 and later.
@rokm rokm merged commit 71cc074 into pyinstaller:master Mar 2, 2026
30 checks passed
@rokm rokm deleted the hook-rich branch March 2, 2026 18:35
github-actions bot pushed a commit to wxx9248/Pickle-Rush that referenced this pull request Mar 3, 2026
…6.2 (#151)

Bumps
[pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib)
from 2026.1 to 2026.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's
releases</a>.</em></p>
<blockquote>
<h2>v2026.2</h2>
<p>Please see the <a
href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2026.2/CHANGELOG.rst">changelog</a>
for more details</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's
changelog</a>.</em></p>
<blockquote>
<h2>2026.2 (2026-03-02)</h2>
<p>New hooks</p>
<pre><code>
* Add hook for ``adbc_driver_manager`` package.
(`[#990](pyinstaller/pyinstaller-hooks-contrib#990)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/990&gt;`_)
* Add hook for ``rich`` to ensure that modules from
``rich._unicode_data``
are collected for ``rich`` v14.3.0 and later.
(`[#991](pyinstaller/pyinstaller-hooks-contrib#991)

&lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/991&gt;`_)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e6a1b4ae004cd4254af35697abc4ed89c12ff84e"><code>e6a1b4a</code></a>
Release v2026.2</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/0c3a814fb0a38f0d28d3b26f77935148657c21cc"><code>0c3a814</code></a>
Scheduled weekly dependency update for week 09 (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/992">#992</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/71cc07484a5e041e34230b38deb6cd3505ed223f"><code>71cc074</code></a>
hooks: add hook for rich</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/13e3b4286f6032f4ff10f87ae764ff3871f604ee"><code>13e3b42</code></a>
Add hook for adbc-driver-manager (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/990">#990</a>)</li>
<li><a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/9a56e21a0b6ed3179d1527abb5d89227c7b8ea3e"><code>9a56e21</code></a>
Scheduled weekly dependency update for week 08 (<a
href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/989">#989</a>)</li>
<li>See full diff in <a
href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2026.1...v2026.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller-hooks-contrib&package-manager=pip&previous-version=2026.1&new-version=2026.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

Missing hidden import for rich._unicode_data

3 participants