Commit Graph
6237 Commits
Author SHA1 Message Date
open-swe[bot] 779d454fcc Apply patch [skip ci] 2025-08-22 13:12:28 +00:00
open-swe[bot] 9423a99515 Apply patch [skip ci] 2025-08-22 13:11:55 +00:00
open-swe[bot] 4c04e023c8 Apply patch [skip ci] 2025-08-22 13:11:14 +00:00
open-swe[bot] 4566b2aed4 Apply patch [skip ci] 2025-08-22 13:10:45 +00:00
open-swe[bot] 55f6f052b6 Apply patch [skip ci] 2025-08-22 13:08:00 +00:00
open-swe[bot] c22a86f11e Apply patch [skip ci] 2025-08-22 13:06:23 +00:00
open-swe[bot] 6fee6811a0 Apply patch [skip ci] 2025-08-22 13:05:28 +00:00
open-swe[bot] 85180f5054 Apply patch [skip ci] 2025-08-22 13:02:01 +00:00
open-swe[bot] 6e30e457d4 Apply patch [skip ci] 2025-08-22 12:58:40 +00:00
open-swe[bot] f6512d5357 Apply patch [skip ci] 2025-08-22 12:58:19 +00:00
open-swe[bot] 3408e525f8 Apply patch [skip ci] 2025-08-22 12:57:52 +00:00
open-swe[bot] 777ab1123f Apply patch [skip ci] 2025-08-22 12:53:36 +00:00
open-swe[bot] a5a0286568 Apply patch [skip ci] 2025-08-22 12:52:47 +00:00
open-swe[bot] f86427fe37 Apply patch [skip ci] 2025-08-22 12:49:25 +00:00
open-swe[bot] 69f4ab0a79 Apply patch [skip ci] 2025-08-22 12:48:29 +00:00
open-swe[bot] 9284412aac Apply patch [skip ci] 2025-08-22 12:47:23 +00:00
open-swe[bot] 220b3b1d33 Apply patch [skip ci] 2025-08-22 12:47:00 +00:00
open-swe[bot] d0be6843ba Apply patch [skip ci] 2025-08-22 12:45:51 +00:00
open-swe[bot] 7fb9f7c870 Apply patch [skip ci] 2025-08-22 12:44:56 +00:00
open-swe[bot] cc54df296e Apply patch [skip ci] 2025-08-22 12:42:37 +00:00
open-swe[bot] a5b61361af Apply patch [skip ci] 2025-08-22 12:41:04 +00:00
open-swe[bot] 2f96c5c021 Apply patch [skip ci] 2025-08-22 12:40:44 +00:00
open-swe[bot] 0915784a87 Apply patch [skip ci] 2025-08-22 12:40:15 +00:00
open-swe[bot] 6952d3a1e0 Apply patch [skip ci] 2025-08-22 12:39:17 +00:00
open-swe[bot] d411013b6f Apply patch [skip ci] 2025-08-22 12:37:24 +00:00
open-swe[bot] ce9473293f Apply patch [skip ci] 2025-08-22 12:36:40 +00:00
open-swe[bot] 7fd8666608 Apply patch [skip ci] 2025-08-22 12:35:55 +00:00
open-swe[bot] adf42e7ca1 Apply patch [skip ci] 2025-08-22 12:35:09 +00:00
open-swe[bot] b0b6e3d91f Apply patch [skip ci] 2025-08-22 12:34:26 +00:00
open-swe[bot] 30e00b8c7b Apply patch [skip ci] 2025-08-22 12:33:34 +00:00
William FHandGitHub d73902ae76 feat(sdk-py): Count endpoints (#5986) sdk==0.2.3 2025-08-21 18:15:52 +00:00
William FHandGitHub 501ba8be34 release(cli): Bump max bound of langgraph-api (#5978) cli==0.3.8 2025-08-21 00:59:27 +00:00
William FHandGitHub 998e194e82 release(cli): Support bookworm, trixie, etc. (#5975)
Also add support for pinning to a semantic version.
cli==0.3.7
2025-08-20 15:40:04 +00:00
ef65d3cf88 chore(cli): Update OpenAPI spec from LangGraph API v0.2.137 (#5967)
This PR updates the OpenAPI specification with changes detected from the
LangGraph API server.

**Changes detected as of LangGraph API version 0.2.137**

This update was automatically generated by the sync workflow in the
langgraph-api repository.

Co-authored-by: hinthornw <hinthornw@users.noreply.github.com>
2025-08-20 07:42:33 -07:00
William FHandGitHub a692e24a58 fix(langgraph): Remote Baggage (#5964)
Fix baggage propagation for opt-in distributed tracing when no
additional headers are provided.
0.6.6
2025-08-20 01:47:12 +00:00
BrodyandGitHub a566f1f892 fix(docs): update sales links (#5956)
**Description:** updates sales team links to point to our form.
  
**Issue:** DOC-170 (internal Linear ticket)
2025-08-19 08:11:51 -07:00
William FHandGitHub c0b29a6df5 chore(langgraph): Add passthrough params/headers to invoke/stream/etc. (#5940) 2025-08-18 19:38:08 +00:00
Ankit R.andGitHub a86eb4c5d0 docs(persistence): fix StateSnapshot formatting (#5928)
This PR fixes a minor formatting inconsistency in the StateSnapshot
examples within persistence.md.

Specifically, the next=('node_b',) value was inline with values={...},
which is inconsistent with other snapshots.
It has been moved to a new line for better readability and consistency
across examples.
2025-08-18 19:33:43 +00:00
William FHandGitHub 3488eb2a2c chore(sdk-py): Update types (#5939) sdk==0.2.2 2025-08-18 18:29:07 +00:00
wakita181009andGitHub 875f20ba9f feat(sdk-py): define aclose method to LangGraphClient (#5931)
This PR adds an aclose method to the LangGraphClient.

When using the client in a FastAPI application, it's common to share a
single instance across the application's lifespan. The absence of an
aclose method makes it difficult to gracefully close the underlying HTTP
session on application shutdown. This change enables proper resource
management by allowing the client to be closed cleanly.
2025-08-18 11:22:02 -07:00
William FHandGitHub 723d4641b0 chore(sdk-py): Update params type in SDK (#5937) 2025-08-18 17:53:20 +00:00
William FHandGitHub ae62b8faf2 chore: Update release check of version (#5936) sdk==0.2.1 2025-08-18 10:18:53 -07:00
William FHandGitHub 9918488169 feat(sdk-py): client qparams (#5918)
And add linting & dyanmic version string
2025-08-18 10:05:24 -07:00
Lauren Hirata SinghandGitHub c37c9cbab3 docs: update redirects (#5935) 2025-08-18 09:14:49 -07:00
William FHandGitHub 0cd8745aad feat(sdk-py): Select-statement (#5933) 2025-08-18 06:42:01 -07:00
Lauren Hirata SinghandGitHub 33d13c6f52 docs: update banner (#5911) 2025-08-14 10:54:18 -07:00
Lauren Hirata SinghandGitHub 054e2759ca docs: banner for deep research (#5908)
Publish at 10AM PT
2025-08-14 10:04:48 -07:00
William FHandGitHub 23b71048c1 release(langgraph): 0.6.5 (#5901) 0.6.5 2025-08-13 23:35:58 +00:00
Nuno CamposandGitHub a15f542a1f fix: Persist resume_map values (#5898)
Thank you for contributing to LangGraph! Follow these steps to mark your
pull request as ready for review. **If any of these steps are not
completed, your PR will not be considered for review.**

- [ ] **PR title**: Follows the format: {TYPE}({SCOPE}): {DESCRIPTION}
  - Examples:
    - feat(core): add multi-tenant support
    - fix(cli): resolve flag parsing error
    - docs(openai): update API usage examples
  - Allowed `{TYPE}` values:
- feat, fix, docs, style, refactor, perf, test, build, ci, chore,
revert, release
  - Allowed `{SCOPE}` values (optional):
- langgraph, docs, cli, checkpoint, checkpoint-postgres,
checkpoint-sqlite, prebuilt, scheduler-kafka, sdk-py
- Once you've written the title, please delete this checklist item; do
not include it in the PR.

- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
- **Description:** a description of the change. Include a [closing
keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
if applicable.
  - **Issue:** the issue # it fixes, if applicable
  - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!

- [ ] **Add tests and docs**: If you're adding a new integration, you
must include:
1. A test for the integration, preferably unit tests that do not rely on
network access,
2. An example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [ ] **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://github.com/langchain-ai/langgraph/blob/main/CONTRIBUTING.md)
for more.

Additional guidelines:

- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to `pyproject.toml` files (even
optional ones) unless they are **required** for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
2025-08-13 19:33:20 +01:00
d43eaf1f42 chore(docs): add remaining js translations (#5825)
Related Linear ticket:
https://linear.app/langchain/issue/DOC-51/add-js-translations-for-remaining-pages

---------

Co-authored-by: Brody Klapko <brody@langchain.dev>
2025-08-12 09:47:11 -04:00