langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test(core): cover the deprecated `.text()` access path (#40243)
master
4 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
6 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
15 hours ago
docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text
ManoharPaturi:fix/stale-docstrings-40202
15 hours 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
1 day ago
release(core): 1.6.2 (#40209)
master
2 days ago
increment version
cc/release-core
2 days ago
feat(openai): support async tools (#40208)
master
2 days ago
Latest Branches
CodSpeed Performance Gauge
+1%
test(core): cover the deprecated `.text()` access path
#40243
1 day ago
7c5d360
blipbyte:blipbyte/core/text-accessor-coverage
CodSpeed Performance Gauge
0%
docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text
#40211
2 days ago
051d0d5
ManoharPaturi:fix/stale-docstrings-40202
CodSpeed Performance Gauge
0%
fix(core): avoid mutating message content in Anthropic translator
#40213
6 days ago
dbb0c47
revanth-045:fix/anthropic-translator-index-mutation
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs