William FH and GitHub
05e4efe712
release(cli): relax api bounds ( #6606 )
2025-12-17 06:10:37 -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
Mason Daugherty and GitHub
4ec92f9fb1
chore: add pyproject.toml links ( #6364 )
2025-11-07 07:43:51 -05: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
Sydney Runkle and GitHub
2c3e380a35
feat: adding cursory Python 3.14 support ( #6298 )
...
* catching error thrown by asyncio
* using 2nd check for annotations given Pydantic 2.12 changes
* skipping tests for remote graph bc langgraph-api is dependent on
`jsonschema-rs`
* skipping tests w/ pydantic v1 models
```bash
hint: This usually indicates a problem with the package or the build environment.
help: `jsonschema-rs` (v0.29.1) was included because `langgraph:dev` (v1.0.0rc1) depends on `langgraph-cli[inmem]` which
depends on `langgraph-api` (v0.4.29) which depends on `jsonschema-rs`
```
not yet testing for free threaded python, that'll be much more involved!
ended up separating lint / testing deps during this process bc I was
getting a ton of not required deps while testing that were complicating
things :/
2025-10-17 08:26:52 -04:00
Sydney Runkle and GitHub
2d3121a17c
chore: drop Python 3.9 (and syntax) ( #6289 )
...
* `strict=False` is the default, pyupgrade to min version 3.10 adds this
to be explicit w/ behavior
2025-10-16 20:17:46 -04: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
Asamu David and GitHub
bc83287fc8
bump version number
...
new CLI version with support for api-version flag
2025-07-24 00:19:57 +01:00
5978012619
release(cli): Release new CLI version with increased bounds for server ( #5565 )
...
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-07-17 12:22:30 -07:00
William FH and GitHub
0d8a8c5847
feat: [CLI] Add arg to retain build deps (setuptools, pip, wheel) ( #5404 )
2025-07-08 19:41:47 +00:00
Sydney Runkle and GitHub
000f5c3043
fix[deps]: update lockfiles / deps bounds for internal tools ( #5301 )
...
update lockfiles / deps bounds
2025-07-02 10:30:55 -04:00
William FH and GitHub
a622218746
chore: (CLI) bump api minbound ( #5206 )
2025-06-25 19:28:13 -07:00
William FH and GitHub
053b606b46
cli: 0.3.3 ( #5100 )
2025-06-13 13:15:26 -07:00
William FH and GitHub
4548a0ebe8
feat: Customizable Pip Installer ( #5098 )
...
Let you set "pip_installer": "pip" (or uv) to handle corner cases in install compatibilities
2025-06-13 10:35:28 -07:00
William FH and GitHub
c17ee1bf5a
feat: [CLI] Add support for building deps with uv ( #4995 )
2025-06-09 08:57:29 -07:00
Nuno Campos
194c4c1d1c
cli 0.2.12
2025-06-04 15:50:07 -07:00
Asamu David and GitHub
5c18123bb7
cli v0.2.11 release
...
## Description
bump cli version to 0.2.11
2025-06-03 21:37:25 +01:00
Sydney Runkle and GitHub
228a08b966
ci: migrate to uv! ( #4698 )
...
* Migrate to `uv`
* Format `pyproject.toml` files properly
* Remove upper bounds on dependencies, and bounds on dev dependencies
(we should be using latest)
* Move to hatch for packaing
In the future we should:
* Set up dependabot / automate lockfile updates and tests
* Add tests for min compatible versions (I'll do this right after merge)
* Use dynamic versioning
* Bump `pydantic` to v2.11.4 in the lockfile, we have some tests failing
2025-05-15 17:39:14 -07:00
William FH and GitHub
bb416eb39a
feat: CLI: Add __main__.py ( #4637 )
2025-05-09 13:14:45 -07:00
William FH and GitHub
62069439fc
feat: support --base-image in langgraph dockerfile command ( #4628 )
2025-05-09 18:35:33 +00:00
William FH and GitHub
fcd06acd33
Add support for specifying a custom base image in docker commands ( #4500 )
...
build & dockerfile commands
can be specified via CLI > langgraph.json
2025-05-01 23:13:49 +00:00
William FH and GitHub
a2035eeb11
Update CLI ( #4488 )
...
Remove maxbound for langgraph-api and runtime inmem.
Update min-bound.
Add server log level flag for dev
2025-04-30 18:23:41 -07:00
Sydney Runkle
5e9bea5134
no upper bounds for python
2025-04-25 17:45:54 -07:00
William FH and GitHub
05f21a384b
Add image arg to up command ( #4385 )
...
Using this argument, you can get more customization since you can do
`langgraph build` or directly `docker build` your image and then re-use
the `langgraph up --image my-image` and have it also spin up redis &
postgres for you.
Easier then writing your own compose file
2025-04-23 07:48:01 -07:00
William FH and GitHub
a5f5d0c4df
Expose --tunnel flag to dev command ( #4370 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-22 14:23:09 +00:00
Tat Dat Duong
01ce86ad9b
Bump to 0.2.5
2025-04-17 22:21:42 +02:00
Tat Dat Duong
960f612dd7
Bump to 0.2.4
2025-04-16 23:34:54 +02:00
Tat Dat Duong
5eefc1d55d
fix(cli): invert assumed python_version / js_version check
2025-04-11 16:38:26 +02:00
Tat Dat Duong
b7bd87a063
release(cli): 0.2.2
2025-04-11 01:34:08 +02:00
William FH and GitHub
a03cb0b16d
CLI: Ensure correct api version is used ( #4237 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-10 15:56:07 +00:00
William FH and GitHub
2f51a15064
Update CLI ( #4213 )
2025-04-08 19:23:59 -07:00
William Fu-Hinthorn
1b9093459c
Remove pip from image
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 15:52:58 -07:00
Eugene Yurtsev and GitHub
05a4fcc8bb
cli: release 0.1.89 ( #4173 )
...
Release to pick up this: https://github.com/langchain-ai/langgraph/pull/4164
2025-04-04 13:46:47 -04:00
Tat Dat Duong
cba240e70e
release(cli): 0.1.84
2025-04-03 15:15:52 +02:00
William FH and GitHub
da8b8c606a
Release CLI ( #4124 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 21:28:58 -07:00
William FH and GitHub
dcda8c24d6
Add checkpointer configuration support in langgraph.json ( #4122 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 21:16:12 -07:00
William Fu-Hinthorn
9bd78ed483
Allow blocking in dev
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 05:45:47 -07:00
Tat Dat Duong
f629f68ec3
feat(cli): add support for gen ui config
2025-03-28 23:05:04 +01:00
Tat Dat Duong
39d85466f8
Bump to 0.1.80
2025-03-25 23:36:33 +01:00
William Fu-Hinthorn
9c36a7de85
Add studio URL flag
2025-03-21 11:20:29 -07:00
William Fu-Hinthorn
23bb5369b9
Studio cli command
2025-03-20 17:51:08 -07:00
William Fu-Hinthorn
18ed044c27
Bump patch version
2025-03-14 14:03:30 -07:00
William Fu-Hinthorn
f1162ac898
Bump
2025-03-11 20:22:58 -07:00
Tat Dat Duong
0fdc787597
Bump to 0.1.75
2025-03-06 18:04:21 +01:00
William FH and GitHub
de85e7c246
Add json schema to CLI ( #3684 )
...
So you have cute IDE autocomplete / language server checking.
2025-03-04 23:48:27 +00:00
Vadym Barda and GitHub
a1c676707c
cli: update api version ( #3632 )
2025-02-27 13:57:07 -05:00
William FH and GitHub
ad14d92f5e
[cli] Bump api floor ( #3523 )
2025-02-20 00:26:15 +00:00
William FH and GitHub
4875973ac5
[CLI] Support http config ( #3505 )
...
Right now requires that the file be in one of the local
packages/dependencies.
2025-02-19 08:52:00 -08:00