Commit Graph

14395 Commits

Author SHA1 Message Date
Lauren Hirata Singh
db8cfdd2c1 chore(docs): redirect stuff (#34740) 2026-01-13 15:12:08 -05:00
Mason Daugherty
c0e2f08f78 release(core): 0.3.83 (#34733) langchain-core==0.3.83 2026-01-12 20:16:58 -05:00
Angus Jelinek
4dab5fafc0 feat(core,langchain,text-splitters): (v0.3) use uuid7 for run ids (#34732)
Backports #34172

---------

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
2026-01-12 20:09:58 -05:00
Mason Daugherty
e6dde2b99c release(core): 0.3.82 (#34688) langchain-core==0.3.82 2026-01-09 13:30:14 -05:00
Mason Daugherty
126a337082 fix(core): defer persisting traces for iterator inputs (#34687)
Backport of #34416
2026-01-09 13:17:27 -05:00
Mason Daugherty
13c13c4bac feat(core): add usage_metadata to metadata in LangChainTracer (#34686)
Backport of #34414
2026-01-09 13:08:51 -05:00
Mason Daugherty
6dc06da1bb release(core): 0.3.81 (#34459) langchain-core==0.3.81 2025-12-22 18:42:31 -06:00
Mason Daugherty
d9ec4c5cc7 fix(core): serialization patch (#34458)
Backport of https://github.com/langchain-ai/langchain/pull/34455
2025-12-22 18:41:31 -06:00
Lauren Hirata Singh
d62d77925c fix(docs): add redirects (#34411) 2025-12-17 16:52:46 -05:00
Eugene Yurtsev
7ab4a7841a chore(infra): properly disable testing for 0.3 against latest packages (#34041)
properly disable testing for 0.3 against latest packages (since latest
packages only work with langchain_core > 1.0)
langchain-core==0.3.80
2025-11-19 17:17:28 -05:00
Eugene Yurtsev
6e968fd23c chore(infra): disable integration tests temporarily when releasing v0.3 (#34040)
Temporarily disable running tests against latest published packages with
core 0.3 as the latest published packages only work with core>1.0
2025-11-19 17:09:41 -05:00
Eugene Yurtsev
640d85c60f release(core): 0.3.80 (#34039)
Release 0.3.80
2025-11-19 16:53:03 -05:00
Eugene Yurtsev
fa7789d6c2 fix(core): fix validation for input variables in f-string templates, restrict functionality supported by jinja2, mustache templates (#34038)
* Fix validation for input variables in f-string templates
* Restrict functionality of features supported by jinja2 and mustache
templates
2025-11-19 16:52:32 -05:00
Lauren Hirata Singh
889e8b6de8 Revert 33805 fix last plz (#33806) 2025-11-03 16:16:18 -05:00
Lauren Hirata Singh
5cb0501c59 fix(docs): redirects (#33805) 2025-11-03 15:58:13 -05:00
Lauren Hirata Singh
5838e3e8e5 fix(docs): fine tune redirects (#33802) 2025-11-03 15:01:53 -05:00
Lauren Hirata Singh
fbd96c688a chore(docs): Add redirect for multi-modal (#33801) 2025-11-03 13:04:41 -05:00
Lauren Hirata Singh
2085f69d68 fix(docs): Make redirects more specific for integrations (#33799) 2025-11-03 11:38:56 -05:00
Lauren Hirata Singh
df2ec0ca38 fix(docs): Fix regex in redirects (#33795) 2025-11-03 10:52:37 -05:00
Lauren Hirata Singh
51e1447c9e chore(docs): add api reference redirects (#33765) 2025-10-31 13:50:00 -04:00
Lauren Hirata Singh
bac96fe33f fix(docs): get redirects to build (#33763) 2025-10-31 12:09:21 -04:00
Lauren Hirata Singh
d8b08a1ecd fix(docs): redirects (#33734) 2025-10-29 17:57:08 -04:00
Lauren Hirata Singh
9b5e00f578 fix(docs): Redirects fix (#33724) 2025-10-29 13:47:16 -04:00
Lauren Hirata Singh
8c22e69491 chore(docs): redirects to new docs (#33703)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-10-29 12:12:18 -04:00
Mason Daugherty
d62b4499ad fix: (v0.3) unsupported @vercel/edge import (#33620) 2025-10-21 00:37:40 -04:00
Mason Daugherty
f8bb3f0d19 docs: v0.3 deprecation banner (#33613) 2025-10-20 17:01:06 -04:00
Mason Daugherty
8284e278d6 Revert "chore(docs): v0.3 redirects" (#33612)
Reverts langchain-ai/langchain#33553
2025-10-20 11:27:03 -04:00
Lauren Hirata Singh
3a846eeb8d chore(docs): v0.3 redirects (#33553) 2025-10-17 00:00:21 -04:00
Lauren Hirata Singh
d273341249 chore(docs): add middleware to handle redirects (#33547)
still need to add v0.3 redirects
2025-10-16 21:12:08 -04:00
Lauren Hirata Singh
db49a14a34 chore(docs): Redirects v0.1/v0.2 (#33538) 2025-10-16 16:46:37 -04:00
Mason Daugherty
ab7eda236e fix: feature table for MongoDB (#33471) 2025-10-13 21:17:22 -04:00
Jib
d418cbdf44 docs: flag Multi Tenancy as a MongoDBAtlasVectorStore supported feature (#33469)
- **Description:** 
- Change the docs flag for v0.3 branch to list Multi-tenancy as a
MongoDBAtlasVectorStore supported feature
  - **Issue:** N/A
  - **Dependencies:** None

- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. **We will not consider
a PR unless these three are passing in CI.** See [contribution
guidelines](https://docs.langchain.com/oss/python/contributing) for
more.

Additional guidelines:

- Most PRs should not touch more than one package.
- Please do not add dependencies to `pyproject.toml` files (even
optional ones) unless they are **required** for unit tests. Likewise,
please do not update the `uv.lock` files unless you are adding a
required dependency.
- Changes should be backwards compatible.
- Make sure optional dependencies are imported within a function.
2025-10-13 16:57:40 -04:00
ccurme
b93d2f7f3a release(core): 0.3.79 (#33401) langchain-core==0.3.79 2025-10-09 16:59:16 -04:00
ccurme
a763ebe86c release(anthropic): 0.3.22 (#33394) langchain-anthropic==0.3.22 2025-10-09 14:29:38 -04:00
ccurme
5fa1094451 fix(anthropic,standard-tests): carry over updates to v0.3 (#33393)
Cherry pick of https://github.com/langchain-ai/langchain/pull/33390 and
https://github.com/langchain-ai/langchain/pull/33391.
2025-10-09 14:25:34 -04:00
Anika
dd4de696b8 fix(core): handle parent/child mustache vars (#33346)
Description:

currently mustache_schema("{{x.y}} {{x}}") will error. pr fixes

Issue: na
**Dependencies:**na

---------

Co-authored-by: Mason Daugherty <github@mdrxy.com>
2025-10-09 08:52:10 -07:00
Mason Daugherty
809a0216a5 chore: update v0.3 ref homepage (#33338) 2025-10-07 12:56:07 -04:00
Mason Daugherty
44ec72fa0d fix(infra): allow prerelease installations for partner packages during api ref doc build (#33325) 2025-10-06 18:05:30 -04:00
Mason Daugherty
5459ff1ee3 chore: cap lib upper bounds, run sync (#33320) 2025-10-06 17:39:01 -04:00
ccurme
f95669aa0a release(openai): 0.3.35 (#33299) langchain-openai==0.3.35 2025-10-06 10:51:01 -04:00
ccurme
3a465d635b feat(openai): enable stream_usage when using default base URL and client (#33296) 2025-10-06 10:22:36 -04:00
ccurme
0b51de4cab release(core): 0.3.78 (#33253) langchain-core==0.3.78 2025-10-03 12:40:15 -04:00
ccurme
5904cbea89 feat(core): add optional include_id param to convert_to_openai_messages function (#33248) 2025-10-03 11:37:16 -04:00
Mason Daugherty
c9590ef79d docs: fix infinite loop in vercel.json redirects (#33240) 2025-10-02 20:24:09 -04:00
Mason Daugherty
c972552c40 docs: work for freeze (#33239) 2025-10-02 20:01:26 -04:00
Mason Daugherty
e16feb93b9 release(ollama): 0.3.10 (#33210) langchain-ollama==0.3.10 2025-10-02 11:35:24 -04:00
Mason Daugherty
2bb57d45d2 fix(ollama): exclude None parameters from options dictionary (#33208) (#33209)
fix #33206
2025-10-02 11:32:21 -04:00
ccurme
d7cce2f469 feat(langchain_v1): update messages namespace (#33207) 2025-10-02 10:35:00 -04:00
Mason Daugherty
48b77752d0 release(ollama): 0.3.9 (#33200) langchain-ollama==0.3.9 2025-10-01 22:31:20 -04:00
Mason Daugherty
6f2d16e6be refactor(ollama): simplify options handling (#33199)
Fixes #32744

Don't restrict options; the client accepts any dict
2025-10-01 21:58:12 -04:00