[PR #6349] chore(deps): bump langchain-core from 1.0.0a1 to 1.0.1 in /libs/langgraph #4984

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

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

State: closed
Merged: No


Bumps langchain-core from 1.0.0a1 to 1.0.1.

Release notes

Sourced from langchain-core's releases.

langchain-core==1.0.1

Changes since langchain-core==1.0.0

fix(core): make handling of schemas more defensive (#33660) release(core): 1.0.1 (#33639) feat(core): automatic set required to include all properties in strict mode (#32930) docs(core): Updated docs for mustache_template_vars (#33481) style: even more refs work (#33619) style: more refs work (#33616) style: more refs polishing (#33601) ci(infra): test CodSpeed with Python 3.13 (#33599) style(anthropic): use aliases for model names (#33590) chore: update pyproject.toml url entries (#33587)

langchain-core==1.0.0

Release notes

langchain-core==1.0.0rc3

Initial release

release: joint rcs for core + langchain (#33549) chore(langchain): allow injection of ToolRuntime and generic ToolRuntime[ContextT, StateT] (#33546) chore: more sweeping (#33533) release(core): 1.0.0rc2 (#33530) docs(anthropic): update extended thinking docs and fix urls (#33525) feat(core): support vertexai standard content (#33521) style: more sweeping refs work (#33513) style: more work for refs (#33508) feat(core): include original block type in server tool results for google-genai (#33502) release(core): 1.0.0rc1 (#33497) chore(core): delete BaseMemory, move to langchain-classic (#33373) docs: update package READMEs (#33488) fix(core): propagate extras when aggregating tool calls in v1 content (#33494) chore(core): delete items marked for removal in schemas.py (#33375) fix(docs): Fix several typos and grammar (#33487) chore(core): delete function_calling.py utils marked for removal (#33376) chore(core): delete pydantic_v1/ (#33374) feat(groq): support built-in tools in message content (#33459) chore(core): delete get_relevant_documents (#33378) style: llm -> model (#33423) chore(langchain): remove arg types from docstrings (#33413) style: fix tables, capitalization (#33417) fix(core): handle parent/child mustache vars (#33345) style: remove Defaults to None (#33404) style: .. code-block:: admonition translations (#33400) style: address Sphinx double-backtick snippet syntax (#33389) chore(core): remove arg types from docstrings (#33388) chore: update Sphinx links to markdown (#33386) fix(core): override streaming callback if streaming attribute is set (#33351) refactor(core): clean up sys_info.py (#33372)

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/6349 **State:** closed **Merged:** No --- Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.0a1 to 1.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchain/releases">langchain-core's releases</a>.</em></p> <blockquote> <h2>langchain-core==1.0.1</h2> <p>Changes since langchain-core==1.0.0</p> <p>fix(core): make handling of schemas more defensive (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33660">#33660</a>) release(core): 1.0.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33639">#33639</a>) feat(core): automatic set required to include all properties in strict mode (<a href="https://redirect.github.com/langchain-ai/langchain/issues/32930">#32930</a>) docs(core): Updated docs for mustache_template_vars (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33481">#33481</a>) style: even more refs work (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33619">#33619</a>) style: more refs work (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33616">#33616</a>) style: more refs polishing (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33601">#33601</a>) ci(infra): test CodSpeed with Python 3.13 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33599">#33599</a>) style(anthropic): use aliases for model names (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33590">#33590</a>) chore: update <code>pyproject.toml</code> url entries (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33587">#33587</a>)</p> <h2>langchain-core==1.0.0</h2> <p><a href="https://docs.langchain.com/oss/python/releases/langchain-v1">Release notes</a></p> <h2>langchain-core==1.0.0rc3</h2> <p>Initial release</p> <p>release: joint rcs for core + langchain (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33549">#33549</a>) chore(langchain): allow injection of <code>ToolRuntime</code> and generic <code>ToolRuntime[ContextT, StateT]</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33546">#33546</a>) chore: more sweeping (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33533">#33533</a>) release(core): 1.0.0rc2 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33530">#33530</a>) docs(anthropic): update extended thinking docs and fix urls (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33525">#33525</a>) feat(core): support vertexai standard content (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33521">#33521</a>) style: more sweeping refs work (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33513">#33513</a>) style: more work for refs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33508">#33508</a>) feat(core): include original block type in server tool results for google-genai (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33502">#33502</a>) release(core): 1.0.0rc1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33497">#33497</a>) chore(core): delete BaseMemory, move to langchain-classic (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33373">#33373</a>) docs: update package READMEs (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33488">#33488</a>) fix(core): propagate extras when aggregating tool calls in v1 content (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33494">#33494</a>) chore(core): delete items marked for removal in <code>schemas.py</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33375">#33375</a>) fix(docs): Fix several typos and grammar (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33487">#33487</a>) chore(core): delete <code>function_calling.py</code> utils marked for removal (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33376">#33376</a>) chore(core): delete <code>pydantic_v1/</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33374">#33374</a>) feat(groq): support built-in tools in message content (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33459">#33459</a>) chore(core): delete <code>get_relevant_documents</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33378">#33378</a>) style: <code>llm</code> -&gt; <code>model</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33423">#33423</a>) chore(langchain): remove arg types from docstrings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33413">#33413</a>) style: fix tables, capitalization (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33417">#33417</a>) fix(core): handle parent/child mustache vars (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33345">#33345</a>) style: remove <code>Defaults to None</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33404">#33404</a>) style: <code>.. code-block::</code> admonition translations (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33400">#33400</a>) style: address Sphinx double-backtick snippet syntax (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33389">#33389</a>) chore(core): remove arg types from docstrings (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33388">#33388</a>) chore: update Sphinx links to markdown (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33386">#33386</a>) fix(core): override streaming callback if streaming attribute is set (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33351">#33351</a>) refactor(core): clean up <code>sys_info.py</code> (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33372">#33372</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchain/commit/f1742954ab5c4f8ab3a50827af7405fbb9d1acc8"><code>f174295</code></a> fix(core): make handling of schemas more defensive (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33660">#33660</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/6ab0476676db867f69223494b4020730e5c67dcf"><code>6ab0476</code></a> fix(openai): update test (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33659">#33659</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/d36413c821048bc7e028a776bebc2d2bf8c1689e"><code>d36413c</code></a> release(mistralai): 1.0.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33657">#33657</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/99097f799c833e0da75ce8977e4c031224143dbe"><code>99097f7</code></a> fix(mistralai): resolve duplicate tool calls when converting to mistral chat ...</li> <li><a href="https://github.com/langchain-ai/langchain/commit/066657151964a6861e8c5fe9eb1e111d3a4e4203"><code>0666571</code></a> chore(perplexity): Added all keys for usage metadata (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33480">#33480</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/ef85161525f32d5bf5b251cf507c60edd1210348"><code>ef85161</code></a> release(core): 1.0.1 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33639">#33639</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/079eb808f8f4c08a44481c770062584ce10323b3"><code>079eb80</code></a> release(qdrant): 1.1.0 (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33638">#33638</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/39fb2d1a3b03db085e7b0ae7d26d47a7a679147e"><code>39fb2d1</code></a> feat(qdrant): Use Qdrant's built-in MMR search (<a href="https://redirect.github.com/langchain-ai/langchain/issues/32302">#32302</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/db7f2db1aeba923c0c7d07816aa069b147eb0a61"><code>db7f2db</code></a> feat(infra): langchain docs MCP (<a href="https://redirect.github.com/langchain-ai/langchain/issues/33636">#33636</a>)</li> <li><a href="https://github.com/langchain-ai/langchain/commit/df46c82ae2c732203cefc541bfed31e9d4ebdf12"><code>df46c82</code></a> feat(core): automatic set required to include all properties in strict mode (...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchain/compare/langchain-core==1.0.0a1...langchain-core==1.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langchain-core&package-manager=pip&previous-version=1.0.0a1&new-version=1.0.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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:03 -05:00
yindo closed this issue 2026-02-20 17:51:03 -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#4984