langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(langchain): verify async shell cleanup remains nonblocking
ChampionsZhang:ChampionsZhang/langchain/nonblocking-async-shutdown
27 minutes ago
fix(langchain): correct `InterruptOnConfig` documentation (#40140) Co-authored-by: Champions Zhang <20638811+ChampionsZhang@users.noreply.github.com>
master
5 hours ago
fix(langchain): correct InterruptOnConfig documentation
ChampionsZhang:ChampionsZhang/langchain/hitl-when-docstring
5 hours ago
test(core): cover the deprecated `.text()` access path (#40243)
master
16 hours ago
test(core): cover the deprecated `.text()` access path `test_text_accessor` never called `.text()`, so `TextAccessor.__call__` -- the backward-compatibility shim scheduled for removal in 2.0.0 -- had no regression coverage anywhere. The test also asserted `str(msg.text) == str(msg.text)` for each message, which compares a pure expression to itself. Restore the assertions the test carried in #32672, which call `.text()` and compare the result against `.text` for each of the seven messages, and add a separate test for the deprecation warning the method path emits.
blipbyte:blipbyte/core/text-accessor-coverage
19 hours ago
docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text (#40211) Co-authored-by: ManoharPaturi <186662190+ManoharPaturi@users.noreply.github.com>
master
1 day ago
docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text
ManoharPaturi:fix/stale-docstrings-40202
1 day ago
fix(core): avoid mutating message content in Anthropic translator _convert_to_v1_from_anthropic's fallback branch for an unrecognized content block wraps the original block by reference (new_block["value"] = block) and then pops "index" off of it. Since new_block["value"] is block itself, still referenced by message.content, that pop deletes "index" from the message's own stored content as a side effect of reading the read-only-looking .content_blocks property. bedrock.py's _convert_to_v1_from_bedrock imports and calls this same function directly, so model_provider="bedrock" for Claude-backed models inherits the identical bug. Copy the block before lifting index off it, mirroring the fix already accepted for the analogous bedrock_converse.py case (#40022). Fixes #40077 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
revanth-045:fix/anthropic-translator-index-mutation
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(langchain): avoid blocking during async shell cleanup
#40257
2 hours ago
9e5a731
ChampionsZhang:ChampionsZhang/langchain/nonblocking-async-shutdown
CodSpeed Performance Gauge
0%
fix(langchain): correct `InterruptOnConfig` documentation
#40140
5 days ago
555f680
ChampionsZhang:ChampionsZhang/langchain/hitl-when-docstring
CodSpeed Performance Gauge
+1%
test(core): cover the deprecated `.text()` access path
#40243
2 days ago
7c5d360
blipbyte:blipbyte/core/text-accessor-coverage
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs