Scheduled weekly dependency update for week 07#987
Merged
Conversation
In `vtk` 9.6.0, additional hidden imports are required for the following modules: - `vtkmodules.vtkIOImage`: requires `vtkmodules.vtkIOCore` - `vtkmodules.vtkViewsInfovis`: requires `vtkmodules.vtkChartsCore` - `vtkmodules.vtkSerializationManager`: previously had no hidden imports, but now requires `vtkmodules.vtkCommonDataModel`
`langchain` 1.2.10 renamed the internal variable that lists supported providers, from `_SUPPORTED_PROVIDERS` to `_BUILTIN_PROVIDERS`. Add a version check and select the correct name to use.
49ce420 to
d10bbd9
Compare
bwoodsend
approved these changes
Feb 17, 2026
rokm
pushed a commit
that referenced
this pull request
Feb 17, 2026
github-actions bot
pushed a commit
to wxx9248/Pickle-Rush
that referenced
this pull request
Feb 18, 2026
…6.1 (#150) Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2026.0 to 2026.1. <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.1</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2026.1/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.1 (2026-02-18)</h2> <p>Updated hooks</p> <pre><code> * Update ``langchain`` hook for compatibility with ``langchain`` 1.2.10. (`[#987](pyinstaller/pyinstaller-hooks-contrib#987) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987>`_) * Update ``vtkmodules`` hooks for compatibility with ``vtk`` 9.6.0. (`[#987](pyinstaller/pyinstaller-hooks-contrib#987) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987>`_) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/e989857070c04249a48db1e113ed749506e38a15"><code>e989857</code></a> Release v2026.1</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/3a2f6d2682b89d0e49090254018ffe84f1b3d1e2"><code>3a2f6d2</code></a> ci: release: repin towncrier and unpin python version</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/20e4286639e4d7ff3668de6c13b6f4da8eb479ce"><code>20e4286</code></a> ci: update actions</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/d8dc3985ae14cd51eba564870132eab381341ab0"><code>d8dc398</code></a> hooks: update langchain hook for compatibility with langchain 1.2.10</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/ed84feecca99e50e056e0e414b1d7aa48ea1d9e5"><code>ed84fee</code></a> hookutils: vtkmodules: update hidden imports for vtk 9.6.0</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/ae0097e1710a6f2035c8eaf10732f95782e65da7"><code>ae0097e</code></a> Scheduled weekly dependency update for week 07 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987">#987</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/124f0ced0dffdf6014b22838c0acd10ff5a4d1d3"><code>124f0ce</code></a> ci: add work-around for broken setuptools upgrade</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/760a0251ec9f0ee125729de608b1f766f6ce2a35"><code>760a025</code></a> Scheduled weekly dependency update for week 06 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/969">#969</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/20bad60da2792501fff174b8846e54fc61f95d7e"><code>20bad60</code></a> Scheduled weekly dependency update for week 05 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/985">#985</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/09dc1e9fa188d76adb89876b83f5ab0c761f7484"><code>09dc1e9</code></a> Scheduled weekly dependency update for week 04 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/984">#984</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2026.0...v2026.1">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ajimaru
added a commit
to Ajimaru/LM-Studio-Tray-Manager
that referenced
this pull request
Mar 1, 2026
Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2025.2 to 2026.1. <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.1</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2026.1/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2026.0</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2026.0/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.11</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.11/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.10</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.10/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.9</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.9/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.8</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.8/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.7</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.7/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.6</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.6/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.5</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.5/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.4</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.4/CHANGELOG.rst">changelog</a> for more details</p> <h2>v2025.3</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/v2025.3/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.1 (2026-02-18)</h2> <p>Updated hooks</p> <pre><code> * Update ``langchain`` hook for compatibility with ``langchain`` 1.2.10. (`[#987](pyinstaller/pyinstaller-hooks-contrib#987) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987>`_) * Update ``vtkmodules`` hooks for compatibility with ``vtk`` 9.6.0. (`[#987](pyinstaller/pyinstaller-hooks-contrib#987) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987>`_) <h2>2026.0 (2026-01-20)</h2> <p>New hooks</p> <pre><code> * Add hook for ``ddgs``. (`[#978](pyinstaller/pyinstaller-hooks-contrib#978) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/978&gt;`_) * Add hook for ``fake_useragent``. (`[#978](pyinstaller/pyinstaller-hooks-contrib#978) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/978&gt;`_) * Add hook for ``pytokens`` to automatically discover and collect the ``{id}__mypyc`` top-level module that was introduced in ``pytokens`` 0.4.0. (`[#982](pyinstaller/pyinstaller-hooks-contrib#982) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/982&gt;`_) Updated hooks </code></pre> <ul> <li>Update <code>langchain</code> hook for compatibility with <code>langchain</code> &gt;= 1.2.1; ensure that installed optional add-on packages continue being automatically collected. (<code>[#980](pyinstaller/pyinstaller-hooks-contrib#980) &lt;pyinstaller/pyinstaller-hooks-contrib#980; </ul> <h2>2025.11 (2025-12-23)</h2> <p>New hooks</p> <pre><code> * Add a hook for ``tkinterweb-tkhtml-extras``. (`[#972](pyinstaller/pyinstaller-hooks-contrib#972) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/972&gt;`_) * Add hook for ``pymeshlab``. (`[#975](pyinstaller/pyinstaller-hooks-contrib#975) &lt;https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/975&gt;`_) Updated hooks &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="pyinstaller/pyinstaller-hooks-contrib@e989857070c04249a48db1e113ed749506e38a15"><code>e989857</code></a> Release v2026.1</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@3a2f6d2682b89d0e49090254018ffe84f1b3d1e2"><code>3a2f6d2</code></a> ci: release: repin towncrier and unpin python version</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@20e4286639e4d7ff3668de6c13b6f4da8eb479ce"><code>20e4286</code></a> ci: update actions</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@d8dc3985ae14cd51eba564870132eab381341ab0"><code>d8dc398</code></a> hooks: update langchain hook for compatibility with langchain 1.2.10</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@ed84feecca99e50e056e0e414b1d7aa48ea1d9e5"><code>ed84fee</code></a> hookutils: vtkmodules: update hidden imports for vtk 9.6.0</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@ae0097e1710a6f2035c8eaf10732f95782e65da7"><code>ae0097e</code></a> Scheduled weekly dependency update for week 07 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/987">#987</a>)</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@124f0ced0dffdf6014b22838c0acd10ff5a4d1d3"><code>124f0ce</code></a> ci: add work-around for broken setuptools upgrade</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@760a0251ec9f0ee125729de608b1f766f6ce2a35"><code>760a025</code></a> Scheduled weekly dependency update for week 06 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/969">#969</a>)</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@20bad60da2792501fff174b8846e54fc61f95d7e"><code>20bad60</code></a> Scheduled weekly dependency update for week 05 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/985">#985</a>)</li> <li><a href="pyinstaller/pyinstaller-hooks-contrib@09dc1e9fa188d76adb89876b83f5ab0c761f7484"><code>09dc1e9</code></a> Scheduled weekly dependency update for week 04 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/984">#984</a>)</li> <li>Additional commits viewable in <a href="pyinstaller/pyinstaller-hooks-contrib@v2025.2...v2026.1">compare view</a></li> </ul> </details> <br /></code></pre> [](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>
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.
Update boto3 from 1.42.44 to 1.42.49.
Changelog
1.42.49
1.42.48
1.42.47
1.42.46
1.42.45
Links
Update botocore from 1.42.44 to 1.42.49.
Changelog
1.42.49
1.42.48
1.42.47
1.42.46
1.42.45
Links
Update capstone from 5.0.6 to 5.0.7.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update cryptography from 46.0.4 to 46.0.5.
Changelog
46.0.5
Links
Update google-api-python-client from 2.189.0 to 2.190.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update phonenumbers from 9.0.23 to 9.0.24.
Changelog
9.0.24
Links
Update platformdirs from 4.5.1 to 4.9.2.
Changelog
4.9.2
4.9.1
4.9.0
4.8.0
4.7.1
4.7.0
4.6.0
Links
Update pymssql from 2.3.11 to 2.3.13.
Changelog
2.3.13
2.3.12
Links
Update sentry-sdk from 2.52.0 to 2.53.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update tableauhyperapi from 0.0.24081 to 0.0.24457.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update trame-rca from 2.2.3 to 2.3.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update vtk from 9.5.2 to 9.6.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update great-expectations from 1.11.3 to 1.12.3.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update litestar from 2.19.0 to 2.21.0.
Changelog
2.21.0
2.20.0
Links
Update langchain from 1.2.9 to 1.2.10.
Changelog
1.2.10
Links
Update xarray from 2026.1.0 to 2026.2.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update numbers-parser from 4.18.1 to 4.18.2.
Changelog
4.18.2
Links
Update tkinterweb[recommended] from 4.18.1 to 4.20.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update globus-sdk from 4.3.1 to 4.4.0.
Changelog
4.4.0
Links