[PR #6768] chore(deps-dev): bump ty from 0.0.1a27 to 0.0.15 in /libs/sdk-py #5277

Closed
opened 2026-02-20 17:51:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6768

State: closed
Merged: No


Bumps ty from 0.0.1a27 to 0.0.15.

Release notes

Sourced from ty's releases.

0.0.15

Release Notes

Released on 2026-02-04.

Bug fixes

  • Add support for resolving imports of packages installed into Debian/Ubuntu dist-packages directories (#22466)
  • Avoid not-iterable false positives when iterating over an instance of an intersection type with only negated elements (#22089)
  • Fix support for stringized annotations in very large files (#22913)
  • Don't emit Liskov diagnostics for methods with mangled names (#23062)
  • Enforce that a Final symbol cannot be reassigned even after a conditional binding (#22986)
  • Fix TypedDict construction from existing TypedDict values (#22904)
  • Fix Self resolution for classes nested within methods (#22964)
  • Fix bidirectional inference with PEP 695 union type aliases (#22988)
  • Fix edge-case bugs when narrowing tagged unions in match statements (#22870)
  • Fix false-positive diagnostics when iterating over an instance of an intersection that includes a TypeVar of which the upper bound is a union where the union includes a non-iterable type (#22117)
  • Fix lookup of __contains__ to respect descriptors (#23056)
  • Fix narrowing of nonlocal variables with conditional assignments (#22966)
  • Fix several bugs that could affect NewTypes of NewTypes of float (#22997)
  • Fix several type narrowing bugs involving PEP-695 type aliases (#22894)
  • Fix spurious query cycles in decorated functions with parameter defaults, for improved performance and improved determinism (#23014)
  • Fix unary and comparison operators for TypeVars with union bounds (#22925)
  • Understand functions as method descriptors even if they are decorated with a decorator annotated as returning a PEP-695 alias to a Callable type (#22902)
  • dataclass_transform: Fix visibility of field specifiers when models are nested inside methods (#23069)

LSP server

  • Fix hover showing Unknown for bare Final instance attributes (#23003)
  • Improve support for goto-type, goto-declaration, hover, and highlighting of string annotations (#22878)
  • Include setters and deleters when renaming properties (#22999)
  • Show type qualifiers like Final in on-hover hints (#23005)

Configuration

  • Add new unused-type-ignore-comment rule (#22790)
  • Add a mechanism to ignore/warn/select all rules (#22832)
  • Support multiple workspace folders in a single ty LSP server instance (#22953)
  • Only add ./src as a search path if ./src/__init__.py(i) does not exist (#22851)

Type checking

  • Add a diagnostic detecting if a variable is declared as Final but never has any bindings (#23001)
  • Add a diagnostic detecting overridden comparison dunder methods on order=True dataclasses (#22689)
  • Add a hint to invalid-argument-type and invalid-assignment diagnostics if a variable is annotated with a type from the numbers module (#22931, #22938)
  • Add diagnostic hint on unresolved-reference to suggest using "list" instead of "List" (#22827)
  • Add new diagnostic for invalid dataclass field orders (#19825)
  • Allow a subclass method with a positional-only parameter to override a superclass method without that parameter if the parameter in the subclass method has a default value (#23037)
  • Allow self-referential imports outside the global scope (#22963)
  • Ban ... in odd places inside tuple specializations (#22889)

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.15

Released on 2026-02-04.

Bug fixes

  • Add support for resolving imports of packages installed into Debian/Ubuntu dist-packages directories (#22466)
  • Avoid not-iterable false positives when iterating over an instance of an intersection type with only negated elements (#22089)
  • Fix support for stringized annotations in very large files (#22913)
  • Don't emit Liskov diagnostics for methods with mangled names (#23062)
  • Enforce that a Final symbol cannot be reassigned even after a conditional binding (#22986)
  • Fix TypedDict construction from existing TypedDict values (#22904)
  • Fix Self resolution for classes nested within methods (#22964)
  • Fix bidirectional inference with PEP 695 union type aliases (#22988)
  • Fix edge-case bugs when narrowing tagged unions in match statements (#22870)
  • Fix false-positive diagnostics when iterating over an instance of an intersection that includes a TypeVar of which the upper bound is a union where the union includes a non-iterable type (#22117)
  • Fix lookup of __contains__ to respect descriptors (#23056)
  • Fix narrowing of nonlocal variables with conditional assignments (#22966)
  • Fix several bugs that could affect NewTypes of NewTypes of float (#22997)
  • Fix several type narrowing bugs involving PEP-695 type aliases (#22894)
  • Fix spurious query cycles in decorated functions with parameter defaults, for improved performance and improved determinism (#23014)
  • Fix unary and comparison operators for TypeVars with union bounds (#22925)
  • Understand functions as method descriptors even if they are decorated with a decorator annotated as returning a PEP-695 alias to a Callable type (#22902)
  • dataclass_transform: Fix visibility of field specifiers when models are nested inside methods (#23069)

LSP server

  • Fix hover showing Unknown for bare Final instance attributes (#23003)
  • Improve support for goto-type, goto-declaration, hover, and highlighting of string annotations (#22878)
  • Include setters and deleters when renaming properties (#22999)
  • Show type qualifiers like Final in on-hover hints (#23005)

Configuration

  • Add new unused-type-ignore-comment rule (#22790)
  • Add a mechanism to ignore/warn/select all rules (#22832)
  • Support multiple workspace folders in a single ty LSP server instance (#22953)
  • Only add ./src as a search path if ./src/__init__.py(i) does not exist (#22851)

Type checking

  • Add a diagnostic detecting if a variable is declared as Final but never has any bindings (#23001)
  • Add a diagnostic detecting overridden comparison dunder methods on order=True dataclasses (#22689)
  • Add a hint to invalid-argument-type and invalid-assignment diagnostics if a variable is annotated with a type from the numbers module (#22931, #22938)
  • Add diagnostic hint on unresolved-reference to suggest using "list" instead of "List" (#22827)
  • Add new diagnostic for invalid dataclass field orders (#19825)
  • Allow a subclass method with a positional-only parameter to override a superclass method without that parameter if the parameter in the subclass method has a default value (#23037)
  • Allow self-referential imports outside the global scope (#22963)
  • Ban ... in odd places inside tuple specializations (#22889)
  • Ban Required, NotRequired and ReadOnly in parameter annotations (#22888)

... (truncated)

Commits

Dependabot compatibility score

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)
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6768 **State:** closed **Merged:** No --- Bumps [ty](https://github.com/astral-sh/ty) from 0.0.1a27 to 0.0.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/releases">ty's releases</a>.</em></p> <blockquote> <h2>0.0.15</h2> <h2>Release Notes</h2> <p>Released on 2026-02-04.</p> <h3>Bug fixes</h3> <ul> <li>Add support for resolving imports of packages installed into Debian/Ubuntu <code>dist-packages</code> directories (<a href="https://redirect.github.com/astral-sh/ruff/pull/22466">#22466</a>)</li> <li>Avoid <code>not-iterable</code> false positives when iterating over an instance of an intersection type with only negated elements (<a href="https://redirect.github.com/astral-sh/ruff/pull/22089">#22089</a>)</li> <li>Fix support for stringized annotations in very large files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22913">#22913</a>)</li> <li>Don't emit Liskov diagnostics for methods with mangled names (<a href="https://redirect.github.com/astral-sh/ruff/pull/23062">#23062</a>)</li> <li>Enforce that a <code>Final</code> symbol cannot be reassigned even after a conditional binding (<a href="https://redirect.github.com/astral-sh/ruff/pull/22986">#22986</a>)</li> <li>Fix TypedDict construction from existing TypedDict values (<a href="https://redirect.github.com/astral-sh/ruff/pull/22904">#22904</a>)</li> <li>Fix <code>Self</code> resolution for classes nested within methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/22964">#22964</a>)</li> <li>Fix bidirectional inference with PEP 695 union type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/22988">#22988</a>)</li> <li>Fix edge-case bugs when narrowing tagged unions in <code>match</code> statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/22870">#22870</a>)</li> <li>Fix false-positive diagnostics when iterating over an instance of an intersection that includes a TypeVar of which the upper bound is a union where the union includes a non-iterable type (<a href="https://redirect.github.com/astral-sh/ruff/pull/22117">#22117</a>)</li> <li>Fix lookup of <code>__contains__</code> to respect descriptors (<a href="https://redirect.github.com/astral-sh/ruff/pull/23056">#23056</a>)</li> <li>Fix narrowing of <code>nonlocal</code> variables with conditional assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/22966">#22966</a>)</li> <li>Fix several bugs that could affect <code>NewType</code>s of <code>NewType</code>s of <code>float</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22997">#22997</a>)</li> <li>Fix several type narrowing bugs involving PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/22894">#22894</a>)</li> <li>Fix spurious query cycles in decorated functions with parameter defaults, for improved performance and improved determinism (<a href="https://redirect.github.com/astral-sh/ruff/pull/23014">#23014</a>)</li> <li>Fix unary and comparison operators for TypeVars with union bounds (<a href="https://redirect.github.com/astral-sh/ruff/pull/22925">#22925</a>)</li> <li>Understand functions as method descriptors even if they are decorated with a decorator annotated as returning a PEP-695 alias to a <code>Callable</code> type (<a href="https://redirect.github.com/astral-sh/ruff/pull/22902">#22902</a>)</li> <li><code>dataclass_transform</code>: Fix visibility of field specifiers when models are nested inside methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/23069">#23069</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix hover showing <code>Unknown</code> for bare <code>Final</code> instance attributes (<a href="https://redirect.github.com/astral-sh/ruff/pull/23003">#23003</a>)</li> <li>Improve support for goto-type, goto-declaration, hover, and highlighting of string annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22878">#22878</a>)</li> <li>Include setters and deleters when renaming properties (<a href="https://redirect.github.com/astral-sh/ruff/pull/22999">#22999</a>)</li> <li>Show type qualifiers like <code>Final</code> in on-hover hints (<a href="https://redirect.github.com/astral-sh/ruff/pull/23005">#23005</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add new <code>unused-type-ignore-comment</code> rule (<a href="https://redirect.github.com/astral-sh/ruff/pull/22790">#22790</a>)</li> <li>Add a mechanism to ignore/warn/select all rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/22832">#22832</a>)</li> <li>Support multiple workspace folders in a single ty LSP server instance (<a href="https://redirect.github.com/astral-sh/ruff/pull/22953">#22953</a>)</li> <li>Only add <code>./src</code> as a search path if <code>./src/__init__.py(i)</code> does not exist (<a href="https://redirect.github.com/astral-sh/ruff/pull/22851">#22851</a>)</li> </ul> <h3>Type checking</h3> <ul> <li>Add a diagnostic detecting if a variable is declared as <code>Final</code> but never has any bindings (<a href="https://redirect.github.com/astral-sh/ruff/pull/23001">#23001</a>)</li> <li>Add a diagnostic detecting overridden comparison dunder methods on <code>order=True</code> dataclasses (<a href="https://redirect.github.com/astral-sh/ruff/pull/22689">#22689</a>)</li> <li>Add a hint to <code>invalid-argument-type</code> and <code>invalid-assignment</code> diagnostics if a variable is annotated with a type from the <code>numbers</code> module (<a href="https://redirect.github.com/astral-sh/ruff/pull/22931">#22931</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/22938">#22938</a>)</li> <li>Add diagnostic hint on <code>unresolved-reference</code> to suggest using &quot;list&quot; instead of &quot;List&quot; (<a href="https://redirect.github.com/astral-sh/ruff/pull/22827">#22827</a>)</li> <li>Add new diagnostic for invalid dataclass field orders (<a href="https://redirect.github.com/astral-sh/ruff/pull/19825">#19825</a>)</li> <li>Allow a subclass method with a positional-only parameter to override a superclass method without that parameter if the parameter in the subclass method has a default value (<a href="https://redirect.github.com/astral-sh/ruff/pull/23037">#23037</a>)</li> <li>Allow self-referential imports outside the global scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/22963">#22963</a>)</li> <li>Ban <code>...</code> in odd places inside tuple specializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22889">#22889</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ty/blob/main/CHANGELOG.md">ty's changelog</a>.</em></p> <blockquote> <h2>0.0.15</h2> <p>Released on 2026-02-04.</p> <h3>Bug fixes</h3> <ul> <li>Add support for resolving imports of packages installed into Debian/Ubuntu <code>dist-packages</code> directories (<a href="https://redirect.github.com/astral-sh/ruff/pull/22466">#22466</a>)</li> <li>Avoid <code>not-iterable</code> false positives when iterating over an instance of an intersection type with only negated elements (<a href="https://redirect.github.com/astral-sh/ruff/pull/22089">#22089</a>)</li> <li>Fix support for stringized annotations in very large files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22913">#22913</a>)</li> <li>Don't emit Liskov diagnostics for methods with mangled names (<a href="https://redirect.github.com/astral-sh/ruff/pull/23062">#23062</a>)</li> <li>Enforce that a <code>Final</code> symbol cannot be reassigned even after a conditional binding (<a href="https://redirect.github.com/astral-sh/ruff/pull/22986">#22986</a>)</li> <li>Fix TypedDict construction from existing TypedDict values (<a href="https://redirect.github.com/astral-sh/ruff/pull/22904">#22904</a>)</li> <li>Fix <code>Self</code> resolution for classes nested within methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/22964">#22964</a>)</li> <li>Fix bidirectional inference with PEP 695 union type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/22988">#22988</a>)</li> <li>Fix edge-case bugs when narrowing tagged unions in <code>match</code> statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/22870">#22870</a>)</li> <li>Fix false-positive diagnostics when iterating over an instance of an intersection that includes a TypeVar of which the upper bound is a union where the union includes a non-iterable type (<a href="https://redirect.github.com/astral-sh/ruff/pull/22117">#22117</a>)</li> <li>Fix lookup of <code>__contains__</code> to respect descriptors (<a href="https://redirect.github.com/astral-sh/ruff/pull/23056">#23056</a>)</li> <li>Fix narrowing of <code>nonlocal</code> variables with conditional assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/22966">#22966</a>)</li> <li>Fix several bugs that could affect <code>NewType</code>s of <code>NewType</code>s of <code>float</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22997">#22997</a>)</li> <li>Fix several type narrowing bugs involving PEP-695 type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/22894">#22894</a>)</li> <li>Fix spurious query cycles in decorated functions with parameter defaults, for improved performance and improved determinism (<a href="https://redirect.github.com/astral-sh/ruff/pull/23014">#23014</a>)</li> <li>Fix unary and comparison operators for TypeVars with union bounds (<a href="https://redirect.github.com/astral-sh/ruff/pull/22925">#22925</a>)</li> <li>Understand functions as method descriptors even if they are decorated with a decorator annotated as returning a PEP-695 alias to a <code>Callable</code> type (<a href="https://redirect.github.com/astral-sh/ruff/pull/22902">#22902</a>)</li> <li><code>dataclass_transform</code>: Fix visibility of field specifiers when models are nested inside methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/23069">#23069</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Fix hover showing <code>Unknown</code> for bare <code>Final</code> instance attributes (<a href="https://redirect.github.com/astral-sh/ruff/pull/23003">#23003</a>)</li> <li>Improve support for goto-type, goto-declaration, hover, and highlighting of string annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22878">#22878</a>)</li> <li>Include setters and deleters when renaming properties (<a href="https://redirect.github.com/astral-sh/ruff/pull/22999">#22999</a>)</li> <li>Show type qualifiers like <code>Final</code> in on-hover hints (<a href="https://redirect.github.com/astral-sh/ruff/pull/23005">#23005</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add new <code>unused-type-ignore-comment</code> rule (<a href="https://redirect.github.com/astral-sh/ruff/pull/22790">#22790</a>)</li> <li>Add a mechanism to ignore/warn/select all rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/22832">#22832</a>)</li> <li>Support multiple workspace folders in a single ty LSP server instance (<a href="https://redirect.github.com/astral-sh/ruff/pull/22953">#22953</a>)</li> <li>Only add <code>./src</code> as a search path if <code>./src/__init__.py(i)</code> does not exist (<a href="https://redirect.github.com/astral-sh/ruff/pull/22851">#22851</a>)</li> </ul> <h3>Type checking</h3> <ul> <li>Add a diagnostic detecting if a variable is declared as <code>Final</code> but never has any bindings (<a href="https://redirect.github.com/astral-sh/ruff/pull/23001">#23001</a>)</li> <li>Add a diagnostic detecting overridden comparison dunder methods on <code>order=True</code> dataclasses (<a href="https://redirect.github.com/astral-sh/ruff/pull/22689">#22689</a>)</li> <li>Add a hint to <code>invalid-argument-type</code> and <code>invalid-assignment</code> diagnostics if a variable is annotated with a type from the <code>numbers</code> module (<a href="https://redirect.github.com/astral-sh/ruff/pull/22931">#22931</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/22938">#22938</a>)</li> <li>Add diagnostic hint on <code>unresolved-reference</code> to suggest using &quot;list&quot; instead of &quot;List&quot; (<a href="https://redirect.github.com/astral-sh/ruff/pull/22827">#22827</a>)</li> <li>Add new diagnostic for invalid dataclass field orders (<a href="https://redirect.github.com/astral-sh/ruff/pull/19825">#19825</a>)</li> <li>Allow a subclass method with a positional-only parameter to override a superclass method without that parameter if the parameter in the subclass method has a default value (<a href="https://redirect.github.com/astral-sh/ruff/pull/23037">#23037</a>)</li> <li>Allow self-referential imports outside the global scope (<a href="https://redirect.github.com/astral-sh/ruff/pull/22963">#22963</a>)</li> <li>Ban <code>...</code> in odd places inside tuple specializations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22889">#22889</a>)</li> <li>Ban <code>Required</code>, <code>NotRequired</code> and <code>ReadOnly</code> in parameter annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/22888">#22888</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ty/commit/eb43dff062024361be79449ebb1cff9ab61366a9"><code>eb43dff</code></a> Bump version to 0.0.15 (<a href="https://redirect.github.com/astral-sh/ty/issues/2717">#2717</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/338058bfc9e5f1a4ac0e767d72ef3e1ac4709acf"><code>338058b</code></a> Add instructions for how to run ty with Bazel (<a href="https://redirect.github.com/astral-sh/ty/issues/2711">#2711</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/deed12cf66d87a10d121e81f28c30c6b62de1263"><code>deed12c</code></a> Fix ty version reporting in Docker distributions (<a href="https://redirect.github.com/astral-sh/ty/issues/2702">#2702</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/3f490fa9adb8614762eb9b19e41bb367ef75255d"><code>3f490fa</code></a> Document configuration option for setting level for all rules (<a href="https://redirect.github.com/astral-sh/ty/issues/2691">#2691</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/79733557c78e13f47f0492a1540d1d88814643fd"><code>7973355</code></a> Update actions/setup-python action to v6.2.0 (<a href="https://redirect.github.com/astral-sh/ty/issues/2697">#2697</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/8016db5df93d0b2be4808ac4ffab4a6e914ec905"><code>8016db5</code></a> Update astral-sh/setup-uv action to v7.2.1 (<a href="https://redirect.github.com/astral-sh/ty/issues/2695">#2695</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/28127dbefb947bef5a67c26ab60b23f17b39c8d2"><code>28127db</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/2696">#2696</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/ae931b2c038bc8a81d11227f15bcae331aab04c7"><code>ae931b2</code></a> docs: add llms.txt support (<a href="https://redirect.github.com/astral-sh/ty/issues/2634">#2634</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/16597f5e2cd16bd08b7ad5fb741d647d2435f2af"><code>16597f5</code></a> Bump version to 0.0.14 (<a href="https://redirect.github.com/astral-sh/ty/issues/2632">#2632</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/342e6b3c519801e8959a0fe0d2cbae146105c69e"><code>342e6b3</code></a> Update actions/checkout action to v6.0.2 (<a href="https://redirect.github.com/astral-sh/ty/issues/2624">#2624</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ty/compare/0.0.1-alpha.27...0.0.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=pip&previous-version=0.0.1a27&new-version=0.0.15)](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>
yindo added the pull-request label 2026-02-20 17:51:28 -05:00
yindo closed this issue 2026-02-20 17:51:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5277