hari-dhanushkodi
c50917d86d
release(cli): 0.4.28
...
Bumping the CLI to 0.4.28 to release the ADK/library usage tracking
added in #7939 (a9b0a05 ).
2026-06-10 12:24:29 -04:00
Josh Rogers and GitHub
7282301720
release(cli): 0.4.27 ( #7925 )
...
Bumping the CLI to 0.4.27.
2026-05-28 10:03:26 -04:00
Josh Rogers and GitHub
786c42fde3
release(cli): 0.4.26 ( #7772 )
...
Bumps the version of the cli to allow support for pre-release version
pinning of langgraph-api:
https://github.com/langchain-ai/langgraph/pull/7771
2026-05-11 20:24:21 -04:00
Asamu David and GitHub
95b41d058f
release: bump cli version ( #7734 )
...
## Summary
This release adds the following to the`langgraph deploy` command:
- json event output
- non-interactive mode
2026-05-07 17:29:13 +01:00
8657df80f3
chore: mixup cli formatting ( #7585 )
...
Co-authored-by: Will Fu-Hinthorn <will@langchain.dev >
2026-04-22 11:29:23 -07:00
a0a95df2ac
release(cli): 0.4.23 ( #7542 )
...
Release Note: Increase the max bound for langgraph-api
Co-authored-by: Will Fu-Hinthorn <will@langchain.dev >
2026-04-17 16:38:14 +00:00
Sydney Runkle
eae916719f
CLI bump
2026-04-16 13:48:02 -04:00
890147681d
chore(cli): add validate command ( #7438 )
...
add validate command
---------
Co-authored-by: Will Fu-Hinthorn <will@langchain.dev >
2026-04-07 18:29:24 -07:00
336ad1239b
release(cli): lockfile ( #7436 )
...
Co-authored-by: Will Fu-Hinthorn <will@langchain.dev >
2026-04-07 17:19:17 -07:00
Andrew Nguonly and GitHub
65572a0e6d
release: Create new release for CLI version 0.4.19. ( #7232 )
...
### Summary
This release includes an update for the `langgraph` CLI: `langgraph
deploy revisions list`.
2026-03-20 13:54:06 -07:00
William FH and GitHub
8f62374658
release(cli): 0.4.18 ( #7186 )
2026-03-15 16:53:39 -07:00
cd7961b051
release(cli): 0.4.17 ( #7166 )
...
release new templates
---------
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2026-03-13 16:07:27 -04:00
hari-dhanushkodi and GitHub
4759b2464f
release(cli): 0.4.16 ( #7151 )
2026-03-12 16:26:16 -07:00
William FH and GitHub
2638ff715a
release(cli): 0.4.15 ( #7095 )
2026-03-09 18:13:45 -07:00
William FH and GitHub
a3823395cf
chore(cli): pass checkpointer config to CLI ( #7003 )
2026-03-02 21:12:22 +00:00
William FH and GitHub
f9870bc9ae
chore: Drop support for bullseye builds ( #6779 )
...
It's EOL for debian.
2026-02-10 15:11:24 -08:00
William FH and GitHub
2c6f99cbf0
release(cli): 0.4.12 ( #6716 )
...
Release Notes: Increase upper bound of `langgraph-ap` to `<0.8`
Closes https://github.com/langchain-ai/langgraph/issues/6706
2026-01-23 05:31:50 -08:00
William FH and GitHub
05e4efe712
release(cli): relax api bounds ( #6606 )
2025-12-17 06:10:37 -08:00
William FH and GitHub
c80d93c78a
fix(cli): Escape variable substitution in compose codegen ( #6594 )
2025-12-15 14:51:03 -08:00
William FH and GitHub
6c6978918e
chore(cli): Pass through webhook configuration in dev server ( #6557 )
2025-12-09 07:05:15 -08:00
William FH and GitHub
2f1a16006a
release(cli): 0.4.8 ( #6556 )
...
For webhook configuration support
2025-12-09 13:25:02 +00:00
William FH and GitHub
8336686e89
release(cli): 0.4.7 expand api bounds ( #6390 )
...
Fixes #6380
2025-11-03 23:47:05 +00:00
Asamu David and GitHub
1157ec77b4
fix(cli): add buildkit syntax directiive, update tests ( #6385 )
...
**Description:** Adds the syntax directive to generated dockerfile for
langgraph builds if we have additional contexts
**Issue:** fixes issue with python monorepo builds failing
**Dependencies:** N/A
2025-11-03 18:13:19 +00:00
William FH and GitHub
a10a66cbd1
chore: Update cli config schema ( #6372 )
2025-11-01 09:50:46 -07:00
Asamu David and GitHub
3f400b38d1
fix(cli): install local deps in editable mode ( #6294 )
...
**Description**
As part of this PR #6156 , local deps are no longer installed in editable
mode. This change reverts that behaviour and ensures local packages are
installed in editable mode.
**Issue:** fixes #6288
2025-10-17 01:42:11 +01:00
Parker J. Rule and GitHub
c2f359f708
chore(cli): bump to 0.4.3 ( #6251 )
...
Releases #6193 (and a few other minor changes).
2025-10-08 15:31:54 +00:00
Isaac Francisco and GitHub
ada5d2ecb1
feat(cli): bump version ( #6086 )
...
version bump for: https://github.com/langchain-ai/langgraph/pull/6085
2025-09-05 15:52:30 -07:00
d503c0bf33
WIP: monorepo support in CLI ( #6028 )
...
This PR introduces the `--build-command` and `--install-command`
arguments to `langgraph build`.
`--install-command` is a custom install command. If passed, it will be
run from wherever the `langgraph build` call was made, i.e. NOT where
the langgraph.json file lives (except if these are the same place). This
will override the detected install command that we previously used.
`--build-command` is a custom build command. This will run from wherever
the langgraph.json file lives, and will be done after the install has
been run.
You don't need to provide both. Just providing one will make the install
(detected or supplied) run in the directory from where `langgraph build
was called` and then have the build command (if one exists) run in the
directory where langgraph.json exists.
I think we should probably allow configuring the directories from which
these commands get run, but I don't think this needs to be part of the
MVP.
---------
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-09-04 12:29:11 -07:00
William FH and GitHub
ddf4e62bde
release(cli): 0.4.0 ( #6014 )
...
Relax upper-bound to permit server versions 0.4.*
2025-08-26 12:59:12 +00:00
William FH and GitHub
501ba8be34
release(cli): Bump max bound of langgraph-api ( #5978 )
2025-08-21 00:59:27 +00:00
William FH and GitHub
998e194e82
release(cli): Support bookworm, trixie, etc. ( #5975 )
...
Also add support for pinning to a semantic version.
2025-08-20 15:40:04 +00:00
vbarda
1a06d500d4
libs: add cli, sdk-py, sdk-js and move core langgraph
2024-06-17 20:37:25 -04:00