mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-16 01:53:24 +00:00
Bumps the uv group with 1 update in the /libs/cli directory: [langgraph-checkpoint](https://github.com/langchain-ai/langgraph). Updates `langgraph-checkpoint` from 2.1.2 to 3.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraph/releases">langgraph-checkpoint's releases</a>.</em></p> <blockquote> <h2>checkpoint==3.0.0</h2> <p>Changes since checkpoint==2.1.2</p> <ul> <li>release: Checkpointers 3.0 (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6313">#6313</a>)</li> <li>chore: Restrict "json" type deserialization (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6269">#6269</a>)</li> <li>feat: adding cursory Python 3.14 support (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6298">#6298</a>)</li> <li>style: fixes for ref docs (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6297">#6297</a>)</li> <li>chore: drop Python 3.9 (and syntax) (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6289">#6289</a>)</li> <li>docs: style linting (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6260">#6260</a>)</li> <li>fix: rename away from LangGraph Platform (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6281">#6281</a>)</li> </ul> <h2>checkpointpostgres==3.0.0</h2> <p>Changes since checkpointpostgres==2.0.25</p> <ul> <li>release: Checkpointers 3.0 (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6313">#6313</a>)</li> <li>feat: adding cursory Python 3.14 support (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6298">#6298</a>)</li> <li>chore: drop Python 3.9 (and syntax) (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6289">#6289</a>)</li> <li>docs: style linting (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6260">#6260</a>)</li> </ul> <h2>checkpointsqlite==3.0.0</h2> <p>Changes since checkpointsqlite==2.0.11</p> <ul> <li>release: Checkpointers 3.0 (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6313">#6313</a>)</li> <li>chore: Restrict "json" type deserialization (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6269">#6269</a>)</li> <li>feat: adding cursory Python 3.14 support (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6298">#6298</a>)</li> <li>chore: drop Python 3.9 (and syntax) (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6289">#6289</a>)</li> <li>docs: style linting (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6260">#6260</a>)</li> <li>chore(checkpoint): bump patch version (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6244">#6244</a>)</li> <li>chore(deps): upgrade dependencies with <code>uv lock --upgrade</code> (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6211">#6211</a>)</li> <li>fix(checkpoint-sqlite): Handle TTL refresh correctly in AsyncSqliteStore.asearch (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/5213">#5213</a>)</li> <li>chore(deps): upgrade dependencies with <code>uv lock --upgrade</code> (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6176">#6176</a>)</li> <li>test: Add tests for before and limit parameters for list SqliteSaver (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/5816">#5816</a>)</li> <li>chore(deps): upgrade dependencies with <code>uv lock --upgrade</code> (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6146">#6146</a>)</li> <li>fix(checkpoint): preserve non-ascii text in InMemoryStore embeddings (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6111">#6111</a>)</li> <li>feat(langgraph): implement redis node level cache (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/5834">#5834</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fca3e4513c"><code>fca3e45</code></a> release: Checkpointers 3.0 (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6313">#6313</a>)</li> <li><a href="c5744f583b"><code>c5744f5</code></a> chore: Restrict "json" type deserialization (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6269">#6269</a>)</li> <li><a href="c4144bb48f"><code>c4144bb</code></a> release: langgraph + langgraph-prebuilt v1.0.0 (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6300">#6300</a>)</li> <li><a href="2c3e380a35"><code>2c3e380</code></a> feat: adding cursory Python 3.14 support (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6298">#6298</a>)</li> <li><a href="7e666b58cd"><code>7e666b5</code></a> style: fixes for ref docs (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6297">#6297</a>)</li> <li><a href="3f400b38d1"><code>3f400b3</code></a> fix(cli): install local deps in editable mode (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6294">#6294</a>)</li> <li><a href="6527df688c"><code>6527df6</code></a> chore: release rcs for prebuilt + langgraph (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6296">#6296</a>)</li> <li><a href="aec841bd2a"><code>aec841b</code></a> chore(prebuilt): un-deprecate tool node for now (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6295">#6295</a>)</li> <li><a href="2d3121a17c"><code>2d3121a</code></a> chore: drop Python 3.9 (and syntax) (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6289">#6289</a>)</li> <li><a href="abb96c0e2f"><code>abb96c0</code></a> chore(cli): re-word schema arguments (<a href="https://redirect.github.com/langchain-ai/langgraph/issues/6243">#6243</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langgraph/compare/checkpoint==2.1.2...checkpoint==3.0.0">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 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langchain/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
311 KiB
311 KiB