langchain-ai
langchain
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(core): make `self` positional-only in `_run`/`_arun` to allow "self" as tool input key When a tool is invoked with input containing a key named "self" (e.g. `tool.invoke({"self": 2})`), the keyword argument collides with the bound method receiver, raising `TypeError: got multiple values for argument 'self'`. Adding the positional-only marker (`/`) after `self` in `_run` and `_arun` across `BaseTool`, `StructuredTool`, and `Tool` lets Python route user-supplied `"self"` into `**kwargs` instead of conflicting with the method's own receiver. Closes #34900 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
veeceey:fix/issue-34900-tool-self-param
8 hours ago
Fix docstring mismatch in mustache.render
MissLostCodes:fix/docstring-blob-cleanup
10 hours ago
docs: fix mustache docstring and optimize Blob.from_path logic
subhashyadavon:master
10 hours ago
fix(anthropic): support output_config (#35036)
master
12 hours ago
update cassette
cc/anthropic_output_format
12 hours ago
fix(core): make `self` positional-only in `_run`/`_arun` to allow "self" as tool input key When a tool is invoked with input containing a key named "self" (e.g. `tool.invoke({"self": 2})`), the keyword argument collides with the bound method receiver, raising `TypeError: got multiple values for argument 'self'`. Adding the positional-only marker (`/`) after `self` in `_run` and `_arun` across `BaseTool`, `StructuredTool`, and `Tool` lets Python route user-supplied `"self"` into `**kwargs` instead of conflicting with the method's own receiver. Closes #34900 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
veeceey:fix/issue-34900-tool-self-param
17 hours ago
style: bump ruff version to 0.15
cbornet:ruff-0.15
19 hours ago
style: bump ruff version to 0.15
cbornet:ruff-0.15
19 hours ago
Active Branches
fix(core): make `self` positional-only in `_run`/`_arun` to allow "self" as tool input key
last run
8 hours ago
#35043
CodSpeed Performance Gauge
0%
fix docstring mismatch in langchain_core.utils.mustache.render and remove redundant guess_type check in Blob.from_path (resolves issue #35046 )
last run
10 hours ago
#35049
CodSpeed Performance Gauge
+1%
fix(core): clean up redundant logic, fix docstrings, and add Blob unit tests
last run
10 hours ago
#35047
CodSpeed Performance Gauge
+2%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs