From d542d8aecb1a7be445a485524258b905ddf99af0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 26 Feb 2026 12:59:47 -0800
Subject: [PATCH] chore(deps-dev): bump the all-dependencies group across 1
directory with 3 updates (#6946)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the all-dependencies group with 3 updates in the /libs/langgraph
directory: [langchain-core](https://github.com/langchain-ai/langchain),
[redis](https://github.com/redis/redis-py) and
[ruff](https://github.com/astral-sh/ruff).
Updates `langchain-core` from 1.2.13 to 1.2.16
Sourced from langchain-core's
releases. Changes since langchain-core==1.2.15 release(core): 1.2.16 (#35439)
fix(core): treat empty tool chunk ids as missing in merge (#35414) Changes since langchain-core==1.2.14 fix(core): improve error message for non-JSON-serializable tool
schemas (#34376)
fix(core): improve typing/docs for on_chat_model_start to clarify
required positional args (#35324)
perf(core): defer specific Changes since langchain-core==1.2.13 release(core): 1.2.14 (#35328)
chore(core): remove Sourced from redis's
releases. We'd like to thank all the contributors who worked on this release!
Sourced from ruff's
releases. Released on 2026-02-26. This is a follow-up release to 0.15.3 that resolves a panic when the
new rule ... (truncated) Sourced from ruff's
changelog. Released on 2026-02-26. This is a follow-up release to 0.15.3 that resolves a panic when the
new rule Released on 2026-02-26.Release notes
langchain-core==1.2.16
langchain-core==1.2.15
langsmith imports to reduce
import time (#35298)
revert: add ChatAnthropicBedrockWrapper (#35371)
release(core): 1.2.15 (#35367)
fix(anthropic): replace retired model IDs in tests and docstrings (#35365)
feat(anthropic): add ChatAnthropicBedrock wrapper (#35091)
style: fix some ruff noqa (#35321)langchain-core==1.2.14
langserve from sys info util, add
deepagents (#35325)
fix(core): fix merge_lists incorrectly merging parallel tool calls (#35281)
fix(core): accept int temperature in _get_ls_params for LangSmith
tracing (#35302)
revert: accept integer temperature values in _get_ls_params (#35319)
fix(core): accept integer temperature values in _get_ls_params (#35317)
docs(core): update load note to be precise (#35309)
fix(core): prevent recursion error when args_schema is dict (#35260)
fix(core): preserve index and timestamp fields when merging (#34731)
docs(core): add security warnings and best practices for deserialization
(#35282)
docs: fix docstring inaccuracies and update outdated LangSmith URLs (#35283)
fix(core): correct misleading jinja2 sandboxing comment (#35183)
chore: bump the langchain-deps group across 3 directories with 8 updates
(#35257)Commits
94a5882
release(core): 1.2.16 (#35439)7867853
fix(core): treat empty tool chunk ids as missing in merge (#35414)4ffb584
release(anthropic): 1.3.4 (#35418)cdb9742
fix(anthropic): filter out common OpenAI Responses block types (#35417)0b975d4
chore: bump the other-deps group across 3 directories with 2 updates (#35407)2d1492a
fix(core): improve error message for non-JSON-serializable tool schemas
(#34376)d6e46bb
fix(core): improve typing/docs for on_chat_model_start to clarify
required po...875c3c5
chore: bump google-cloud-aiplatform from 1.127.0 to 1.133.0 in
/libs/langchai...32725b3
chore: bump google-cloud-aiplatform from 1.117.0 to 1.133.0 in
/libs/langchai...2fa460d
fix(anthropic): update integration tests (#35396)
Updates `redis` from 7.2.0 to 7.2.1
Release notes
7.2.1
Changes
🐛 Bug Fixes
⚠️ Deprecations
🧰 Maintenance
@dotlambda @rhoboro @skylarkoo7 @praboud @bysiber @vladvildanov
@petyaslavovaCommits
56859cf
Updating lib version to 7.2.1c671fd9
remove remaining imports of typing_extensions (#3873)e203796
Hold references to ClusterNode disconnect task (#3826)a21f768
Removed batch_size and consumer_name attributes from OTel metrics (#3978)2098114
fix(pubsub): avoid UnicodeDecodeError on reconnect with binary channel
names ...f02c66b
Fix issues with ClusterPipeline connection management (#3804)1958065
Add missing shard channel message types to async PubSub (#3966)abc519d
Return copies from _get_free/in_use_connections and fix async _mock (#3967)bb2b6f3
Fix protocol validation: replace finally with else and store parsed int
(#3965)631c053
Fixing error handling of connection buffer purging of closed connecton.
Enabl...
Updates `ruff` from 0.15.1 to 0.15.4
Release notes
0.15.4
Release Notes
PLR1712 was enabled with any rule that analyzes
definitions, such as many of the ANN or D
rules.Bug fixes
pyflakes] Suppress false positive in F821
for names used before del in stub files (#23550)Documentation
Contributors
Install ruff 0.15.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.sh
| sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm
https://github.com/astral-sh/ruff/releases/download/0.15.4/ruff-installer.ps1
| iex"
Download ruff 0.15.4
File
Platform
Checksum
ruff-aarch64-apple-darwin.tar.gz
Apple Silicon macOS
checksum
ruff-x86_64-apple-darwin.tar.gz
Intel macOS
checksum
ruff-aarch64-pc-windows-msvc.zip
ARM64 Windows
checksum
ruff-i686-pc-windows-msvc.zip
x86 Windows
checksum
ruff-x86_64-pc-windows-msvc.zip
x64 Windows
checksum
ruff-aarch64-unknown-linux-gnu.tar.gz
ARM64 Linux
checksum
ruff-i686-unknown-linux-gnu.tar.gz
x86 Linux
checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz
PPC64 Linux
checksum
Changelog
0.15.4
PLR1712 was enabled with any rule that analyzes
definitions, such as many of the ANN or D
rules.Bug fixes
pyflakes] Suppress false positive in F821
for names used before del in stub files (#23550)Documentation
Contributors
0.15.3
Preview features
Include configured extensions in file discovery (#23400)
[flake8-bandit] Allow suspicious imports in
TYPE_CHECKING blocks (S401-S415)
(#23441)
[flake8-bugbear] Allow B901 in pytest hook
wrappers (#21931)
[flake8-import-conventions] Add missing conventions from
upstream (ICN001, ICN002) (#21373)
... (truncated)
f14edd8
Bump 0.15.4 (#23595)fd09d37
Fix panic on access to definitions after analyzing definitions (#23588)81d655f
[pyflakes] suppress false positive in F821 for
names used before del in...625b4f5
[ruff] docs: Clarify first-party import detection in Ruff (#23591)60facfa
one word typo fix in a while_loop.md test case (#23589)fbb9fa7
docs: fix incorrect import-heading example (#23568)5bc49a9
Increase the ruleset size to 16 bits (#23586)a62ba8c
[ty] Fix overloaded callable assignability for unary Callable targets
(#23277)e5f2f36
Bump 0.15.3 (#23585)0e19fc9
[ty] defer calculating conjunctions in narrowing constraints (#23552)