Avatar for the langchain-ai user
langchain-ai
langchain
BlogDocsChangelog

Performance History

Latest Results

fix(core): forward kwargs in `RouterRunnable`
ShiroKSH:ShiroKSH/core/forward-router-kwargs
5 hours ago
chore(infra): add missing LICENSE files to publishable packages (#39146) `langchain-core` and a few other packages under `libs/` build their PyPI sdists without a LICENSE file, so downstream redistributors have to supply their own copy (the conda-forge `langchain-core` feedstock, for example, keeps a manual `recipe/LICENSE` as a workaround). Packages like `langchain-classic` and `langchain-anthropic` already ship the license correctly because they have a `LICENSE` file in the package directory that hatchling picks up by default. This brings the remaining packages in line with that pattern by copying the repo-root MIT `LICENSE` (verified byte-identical to the existing `libs/langchain/LICENSE`) into the four package directories that lacked one: - `langchain-core` - `langchain-model-profiles` - `langchain-tests` (standard-tests) - `langchain-text-splitters` No `pyproject.toml` or build-config changes were needed — hatchling includes a root-level `LICENSE` in the sdist automatically once the file exists. All other package dirs (both `langchain` packages and every `libs/partners/*`) already have one and were left untouched. Verified by building each sdist with `uv build --sdist` and confirming the file is in the tarball: - `langchain_core-1.5.3.tar.gz` → `langchain_core-1.5.3/LICENSE` - `langchain_model_profiles-0.0.6.tar.gz` → `langchain_model_profiles-0.0.6/LICENSE` - `langchain_tests-1.1.9.tar.gz` → `langchain_tests-1.1.9/LICENSE` - `langchain_text_splitters-1.1.2.tar.gz` → `langchain_text_splitters-1.1.2/LICENSE` ## Release note The PyPI sdists for `langchain-core`, `langchain-model-profiles`, `langchain-tests`, and `langchain-text-splitters` now include the MIT `LICENSE` file. --- 🤖 This description was written with assistance from an AI agent.
master
10 hours ago
increment version
cc/release_core
10 hours ago
Merge branch 'master' into mdrxy/fireworks/prompt-cache-middleware
mdrxy/fireworks/prompt-cache-middleware
11 hours ago
fix: lazyload numpy, simsimd fix numpy lint
wkpark:lazy_load_numpy_transformers
11 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(core): forward kwargs in `RouterRunnable`#39158
5 hours ago
48b027f
ShiroKSH:ShiroKSH/core/forward-router-kwargs
CodSpeed Performance Gauge
+1%
fix(core): raise TypeError on type-incompatible AddableDict merge instead of silent data loss#38863
6 hours ago
0462438
Mukller:fix/addable-dict-silent-data-loss
CodSpeed Performance Gauge
0%
chore(infra): add missing LICENSE files to publishable packages#39146
10 hours ago
4e87dc8
mdrxy/infra/add-missing-license-files
© 2026 CodSpeed Technology
Home Terms Privacy Docs