langgraph-cli 0.4.25__tar.gz → 0.4.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/PKG-INFO +1 -1
- langgraph_cli-0.4.26/langgraph_cli/__init__.py +1 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/config.py +20 -2
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_config.py +17 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/pyproject.toml +1 -1
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/uv.lock +18 -5
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/pyproject.toml +1 -1
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/uv.lock +17 -4
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv.lock +19 -6
- langgraph_cli-0.4.25/langgraph_cli/__init__.py +0 -1
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/.gitignore +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/LICENSE +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/Makefile +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/README.md +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/.env.example +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/.gitignore +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/Makefile +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs/deps/zuper_deps/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs_fail/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs_fail/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs_fail/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs/storm.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/graphs_submod/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/graphs_submod/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/graphs_submod/subprompt.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/hello.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/prompt.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/requirements.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/graphs_submod/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/graphs_submod/subprompt.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/hello.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/prompt.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/requirements.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/utils/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/utils/greeter.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/my_app.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/pipconf.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/poetry.lock +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/generate_schema.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/.dockerignore +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/.editorconfig +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/.env.example +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/.eslintrc.cjs +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/.gitignore +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/LICENSE +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/README.md +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/jest.config.js +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/package.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/src/agent/graph.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/src/agent/state.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/static/studio.png +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/tests/agent.test.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/tests/graph.int.test.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/tsconfig.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-examples/yarn.lock +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/.eslintrc.cjs +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/apps/agent/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/apps/agent/package.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/apps/agent/src/graph.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/apps/agent/src/state.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/apps/agent/tsconfig.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/libs/shared/package.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/libs/shared/src/index.ts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/libs/shared/tsconfig.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/package.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/tsconfig.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/turbo.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/js-monorepo-example/yarn.lock +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/__main__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/_ignore.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/analytics.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/archive.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/cli.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/constants.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/deploy.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/docker.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/exec.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/host_backend.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/progress.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/py.typed +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/schemas.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/templates.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/util.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/uv_lock.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/langgraph_cli/version.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/.env.example +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/src/agent/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/src/agent/graph.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/src/agent/state.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/common/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/common/helpers.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/shared/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/shared/src/shared/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/shared/src/shared/utils.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/schemas/schema.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/schemas/schema.v0.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/schemas/version.schema.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/integration_tests/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/integration_tests/test_cli.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/cli/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/cli/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/cli/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/cli/test_cli.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/cli/test_templates.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/conftest.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/graphs/agent.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/helpers.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/multiplatform/js.mts +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/multiplatform/python.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/pipconfig.txt +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_archive.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_config.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_deploy_helpers.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_docker.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_host_backend.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_logs_helpers.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/tests/unit_tests/test_util.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/.env.example +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/src/agent/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/src/agent/graph.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/libs/shared/pyproject.toml +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/libs/shared/src/shared/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/libs/shared/src/shared/utils.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/.env.example +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/langgraph.json +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/src/agent/__init__.py +0 -0
- {langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/simple/src/agent/graph.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.26"
|
|
@@ -35,6 +35,12 @@ DISALLOWED_BUILD_COMMAND_CHARS = [
|
|
|
35
35
|
# This blocks background execution (cmd &) while allowing command
|
|
36
36
|
# chaining (cmd1 && cmd2) which is common in build commands.
|
|
37
37
|
_SINGLE_AMPERSAND_RE = re.compile(r"(?<!&)&(?:&&)*(?!&)")
|
|
38
|
+
_API_VERSION_PATTERN = re.compile(
|
|
39
|
+
r"^(?P<major>\d+)"
|
|
40
|
+
r"(?:\.(?P<minor>\d+))?"
|
|
41
|
+
r"(?:\.(?P<patch>\d+))?"
|
|
42
|
+
r"(?:(?:\.|)(?:[A-Za-z][0-9A-Za-z]*))?$"
|
|
43
|
+
)
|
|
38
44
|
|
|
39
45
|
|
|
40
46
|
def has_disallowed_build_command_content(command: str) -> bool:
|
|
@@ -123,6 +129,18 @@ def _parse_node_version(version_str: str) -> int:
|
|
|
123
129
|
) from None
|
|
124
130
|
|
|
125
131
|
|
|
132
|
+
def _parse_api_version_parts(version_str: str) -> tuple[int, ...]:
|
|
133
|
+
"""Parse an API version into numeric components.
|
|
134
|
+
|
|
135
|
+
Supports optional prerelease suffixes, e.g. `0.9.0rc1`.
|
|
136
|
+
"""
|
|
137
|
+
version_core = version_str.split("-", 1)[0]
|
|
138
|
+
match = _API_VERSION_PATTERN.fullmatch(version_core)
|
|
139
|
+
if not match:
|
|
140
|
+
raise ValueError("Version must be major or major.minor or major.minor.patch.")
|
|
141
|
+
return tuple(int(part) for part in match.groups() if part is not None)
|
|
142
|
+
|
|
143
|
+
|
|
126
144
|
def _is_node_graph(spec: str | dict) -> bool:
|
|
127
145
|
"""Check if a graph is a Node.js graph based on the file extension."""
|
|
128
146
|
if isinstance(spec, dict):
|
|
@@ -176,12 +194,12 @@ def validate_config(config: Config) -> Config:
|
|
|
176
194
|
)
|
|
177
195
|
if api_version:
|
|
178
196
|
try:
|
|
179
|
-
parts =
|
|
197
|
+
parts = _parse_api_version_parts(api_version)
|
|
180
198
|
if len(parts) > 3:
|
|
181
199
|
raise ValueError(
|
|
182
200
|
"Version must be major or major.minor or major.minor.patch."
|
|
183
201
|
)
|
|
184
|
-
except TypeError:
|
|
202
|
+
except (TypeError, ValueError):
|
|
185
203
|
raise click.UsageError(
|
|
186
204
|
f"Invalid version format: {api_version}.\n\n"
|
|
187
205
|
"Pin to a minor version, e.g.:\n"
|
|
@@ -2944,6 +2944,23 @@ def test_docker_tag_with_api_version(in_config: bool):
|
|
|
2944
2944
|
assert tag == f"langchain/langgraph-server:{version}-py3.11"
|
|
2945
2945
|
|
|
2946
2946
|
|
|
2947
|
+
@pytest.mark.parametrize("in_config", [False, True])
|
|
2948
|
+
@pytest.mark.parametrize("version", ["0.9.0rc1", "0.9.0.dev1"])
|
|
2949
|
+
def test_docker_tag_with_prerelease_api_version(version: str, in_config: bool):
|
|
2950
|
+
"""Test docker_tag with prerelease and dev api_version values."""
|
|
2951
|
+
config = validate_config(
|
|
2952
|
+
{
|
|
2953
|
+
"python_version": "3.11",
|
|
2954
|
+
"dependencies": ["."],
|
|
2955
|
+
"graphs": {"agent": "./agent.py:graph"},
|
|
2956
|
+
"api_version": version if in_config else None,
|
|
2957
|
+
}
|
|
2958
|
+
)
|
|
2959
|
+
|
|
2960
|
+
tag = docker_tag(config, api_version=version if not in_config else None)
|
|
2961
|
+
assert tag == f"langchain/langgraph-api:{version}-py3.11"
|
|
2962
|
+
|
|
2963
|
+
|
|
2947
2964
|
def test_config_to_docker_with_api_version():
|
|
2948
2965
|
"""Test config_to_docker function with api_version parameter."""
|
|
2949
2966
|
|
|
@@ -21,7 +21,7 @@ dependencies = [
|
|
|
21
21
|
|
|
22
22
|
[package.metadata]
|
|
23
23
|
requires-dist = [
|
|
24
|
-
{ name = "langchain-core", specifier = ">=
|
|
24
|
+
{ name = "langchain-core", specifier = ">=1.3.3" },
|
|
25
25
|
{ name = "langgraph", specifier = ">=0.6.0,<2" },
|
|
26
26
|
{ name = "shared", editable = "libs/shared" },
|
|
27
27
|
]
|
|
@@ -215,10 +215,11 @@ wheels = [
|
|
|
215
215
|
|
|
216
216
|
[[package]]
|
|
217
217
|
name = "langchain-core"
|
|
218
|
-
version = "1.
|
|
218
|
+
version = "1.3.3"
|
|
219
219
|
source = { registry = "https://pypi.org/simple" }
|
|
220
220
|
dependencies = [
|
|
221
221
|
{ name = "jsonpatch" },
|
|
222
|
+
{ name = "langchain-protocol" },
|
|
222
223
|
{ name = "langsmith" },
|
|
223
224
|
{ name = "packaging" },
|
|
224
225
|
{ name = "pydantic" },
|
|
@@ -227,9 +228,21 @@ dependencies = [
|
|
|
227
228
|
{ name = "typing-extensions" },
|
|
228
229
|
{ name = "uuid-utils" },
|
|
229
230
|
]
|
|
230
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
231
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d3/ae/8b74458fc3850ec3d150eb9f45e857db129dafa801fb5cf173dfc9f8bbf3/langchain_core-1.3.3.tar.gz", hash = "sha256:fa510a5db8efdc0c6ff41c0939fb5c00a0183c11f6b84233e892e3227ff69182", size = 915041, upload-time = "2026-05-05T19:02:36.612Z" }
|
|
231
232
|
wheels = [
|
|
232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
233
|
+
{ url = "https://files.pythonhosted.org/packages/1f/01/4771b7ab2af1d1aba5b710bd8f13d9225c609425214b357590a17b01be77/langchain_core-1.3.3-py3-none-any.whl", hash = "sha256:18aae8506f37da7f74398492279a7d6efcee4f8e23c4c41c7af080eeb7ef7bd1", size = 543857, upload-time = "2026-05-05T19:02:34.52Z" },
|
|
234
|
+
]
|
|
235
|
+
|
|
236
|
+
[[package]]
|
|
237
|
+
name = "langchain-protocol"
|
|
238
|
+
version = "0.0.15"
|
|
239
|
+
source = { registry = "https://pypi.org/simple" }
|
|
240
|
+
dependencies = [
|
|
241
|
+
{ name = "typing-extensions" },
|
|
242
|
+
]
|
|
243
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4f/24/9777489d6fbbee64af0c8f96d4f840239c408cf694f3394672807dafc490/langchain_protocol-0.0.15.tar.gz", hash = "sha256:9ab2d11ee73944754f10e037e717098d3a6796f0e58afa9cadda6154e7655ade", size = 5862, upload-time = "2026-05-01T22:30:04.748Z" }
|
|
244
|
+
wheels = [
|
|
245
|
+
{ url = "https://files.pythonhosted.org/packages/1d/7a/9c97a7b9cbe4c5dc6a44cdb1545450c28f0c8ce89b9c1f0ee7fbad896263/langchain_protocol-0.0.15-py3-none-any.whl", hash = "sha256:461eb794358f83d5e42635a5797799ffec7b4702314e34edf73ac21e75d3ef79", size = 6982, upload-time = "2026-05-01T22:30:03.877Z" },
|
|
233
246
|
]
|
|
234
247
|
|
|
235
248
|
[[package]]
|
|
@@ -711,7 +724,7 @@ dependencies = [
|
|
|
711
724
|
|
|
712
725
|
[package.metadata]
|
|
713
726
|
requires-dist = [
|
|
714
|
-
{ name = "langchain-core", specifier = ">=
|
|
727
|
+
{ name = "langchain-core", specifier = ">=1.3.3" },
|
|
715
728
|
{ name = "langgraph", specifier = ">=0.6.0,<2" },
|
|
716
729
|
]
|
|
717
730
|
|
|
@@ -191,10 +191,11 @@ wheels = [
|
|
|
191
191
|
|
|
192
192
|
[[package]]
|
|
193
193
|
name = "langchain-core"
|
|
194
|
-
version = "1.
|
|
194
|
+
version = "1.3.3"
|
|
195
195
|
source = { registry = "https://pypi.org/simple" }
|
|
196
196
|
dependencies = [
|
|
197
197
|
{ name = "jsonpatch" },
|
|
198
|
+
{ name = "langchain-protocol" },
|
|
198
199
|
{ name = "langsmith" },
|
|
199
200
|
{ name = "packaging" },
|
|
200
201
|
{ name = "pydantic" },
|
|
@@ -203,9 +204,21 @@ dependencies = [
|
|
|
203
204
|
{ name = "typing-extensions" },
|
|
204
205
|
{ name = "uuid-utils" },
|
|
205
206
|
]
|
|
206
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
207
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d3/ae/8b74458fc3850ec3d150eb9f45e857db129dafa801fb5cf173dfc9f8bbf3/langchain_core-1.3.3.tar.gz", hash = "sha256:fa510a5db8efdc0c6ff41c0939fb5c00a0183c11f6b84233e892e3227ff69182", size = 915041, upload-time = "2026-05-05T19:02:36.612Z" }
|
|
207
208
|
wheels = [
|
|
208
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
209
|
+
{ url = "https://files.pythonhosted.org/packages/1f/01/4771b7ab2af1d1aba5b710bd8f13d9225c609425214b357590a17b01be77/langchain_core-1.3.3-py3-none-any.whl", hash = "sha256:18aae8506f37da7f74398492279a7d6efcee4f8e23c4c41c7af080eeb7ef7bd1", size = 543857, upload-time = "2026-05-05T19:02:34.52Z" },
|
|
210
|
+
]
|
|
211
|
+
|
|
212
|
+
[[package]]
|
|
213
|
+
name = "langchain-protocol"
|
|
214
|
+
version = "0.0.15"
|
|
215
|
+
source = { registry = "https://pypi.org/simple" }
|
|
216
|
+
dependencies = [
|
|
217
|
+
{ name = "typing-extensions" },
|
|
218
|
+
]
|
|
219
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4f/24/9777489d6fbbee64af0c8f96d4f840239c408cf694f3394672807dafc490/langchain_protocol-0.0.15.tar.gz", hash = "sha256:9ab2d11ee73944754f10e037e717098d3a6796f0e58afa9cadda6154e7655ade", size = 5862, upload-time = "2026-05-01T22:30:04.748Z" }
|
|
220
|
+
wheels = [
|
|
221
|
+
{ url = "https://files.pythonhosted.org/packages/1d/7a/9c97a7b9cbe4c5dc6a44cdb1545450c28f0c8ce89b9c1f0ee7fbad896263/langchain_protocol-0.0.15-py3-none-any.whl", hash = "sha256:461eb794358f83d5e42635a5797799ffec7b4702314e34edf73ac21e75d3ef79", size = 6982, upload-time = "2026-05-01T22:30:03.877Z" },
|
|
209
222
|
]
|
|
210
223
|
|
|
211
224
|
[[package]]
|
|
@@ -614,7 +627,7 @@ dependencies = [
|
|
|
614
627
|
|
|
615
628
|
[package.metadata]
|
|
616
629
|
requires-dist = [
|
|
617
|
-
{ name = "langchain-core", specifier = ">=
|
|
630
|
+
{ name = "langchain-core", specifier = ">=1.3.3" },
|
|
618
631
|
{ name = "langgraph", specifier = ">=0.6.0,<2" },
|
|
619
632
|
]
|
|
620
633
|
|
|
@@ -946,10 +946,11 @@ wheels = [
|
|
|
946
946
|
|
|
947
947
|
[[package]]
|
|
948
948
|
name = "langchain-core"
|
|
949
|
-
version = "1.3.
|
|
949
|
+
version = "1.3.3"
|
|
950
950
|
source = { registry = "https://pypi.org/simple" }
|
|
951
951
|
dependencies = [
|
|
952
952
|
{ name = "jsonpatch", marker = "python_full_version >= '3.11'" },
|
|
953
|
+
{ name = "langchain-protocol", marker = "python_full_version >= '3.11'" },
|
|
953
954
|
{ name = "langsmith", marker = "python_full_version >= '3.11'" },
|
|
954
955
|
{ name = "packaging", marker = "python_full_version >= '3.11'" },
|
|
955
956
|
{ name = "pydantic", marker = "python_full_version >= '3.11'" },
|
|
@@ -958,9 +959,21 @@ dependencies = [
|
|
|
958
959
|
{ name = "typing-extensions", marker = "python_full_version >= '3.11'" },
|
|
959
960
|
{ name = "uuid-utils", marker = "python_full_version >= '3.11'" },
|
|
960
961
|
]
|
|
961
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
962
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d3/ae/8b74458fc3850ec3d150eb9f45e857db129dafa801fb5cf173dfc9f8bbf3/langchain_core-1.3.3.tar.gz", hash = "sha256:fa510a5db8efdc0c6ff41c0939fb5c00a0183c11f6b84233e892e3227ff69182", size = 915041, upload-time = "2026-05-05T19:02:36.612Z" }
|
|
963
|
+
wheels = [
|
|
964
|
+
{ url = "https://files.pythonhosted.org/packages/1f/01/4771b7ab2af1d1aba5b710bd8f13d9225c609425214b357590a17b01be77/langchain_core-1.3.3-py3-none-any.whl", hash = "sha256:18aae8506f37da7f74398492279a7d6efcee4f8e23c4c41c7af080eeb7ef7bd1", size = 543857, upload-time = "2026-05-05T19:02:34.52Z" },
|
|
965
|
+
]
|
|
966
|
+
|
|
967
|
+
[[package]]
|
|
968
|
+
name = "langchain-protocol"
|
|
969
|
+
version = "0.0.15"
|
|
970
|
+
source = { registry = "https://pypi.org/simple" }
|
|
971
|
+
dependencies = [
|
|
972
|
+
{ name = "typing-extensions", marker = "python_full_version >= '3.11'" },
|
|
973
|
+
]
|
|
974
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4f/24/9777489d6fbbee64af0c8f96d4f840239c408cf694f3394672807dafc490/langchain_protocol-0.0.15.tar.gz", hash = "sha256:9ab2d11ee73944754f10e037e717098d3a6796f0e58afa9cadda6154e7655ade", size = 5862, upload-time = "2026-05-01T22:30:04.748Z" }
|
|
962
975
|
wheels = [
|
|
963
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
976
|
+
{ url = "https://files.pythonhosted.org/packages/1d/7a/9c97a7b9cbe4c5dc6a44cdb1545450c28f0c8ce89b9c1f0ee7fbad896263/langchain_protocol-0.0.15-py3-none-any.whl", hash = "sha256:461eb794358f83d5e42635a5797799ffec7b4702314e34edf73ac21e75d3ef79", size = 6982, upload-time = "2026-05-01T22:30:03.877Z" },
|
|
964
977
|
]
|
|
965
978
|
|
|
966
979
|
[[package]]
|
|
@@ -2307,11 +2320,11 @@ wheels = [
|
|
|
2307
2320
|
|
|
2308
2321
|
[[package]]
|
|
2309
2322
|
name = "urllib3"
|
|
2310
|
-
version = "2.
|
|
2323
|
+
version = "2.7.0"
|
|
2311
2324
|
source = { registry = "https://pypi.org/simple" }
|
|
2312
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2325
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" }
|
|
2313
2326
|
wheels = [
|
|
2314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2327
|
+
{ url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" },
|
|
2315
2328
|
]
|
|
2316
2329
|
|
|
2317
2330
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.25"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs_fail/langgraph.json
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graph_prerelease_reqs_fail/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/graphs_submod/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_a/graphs_submod/subprompt.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/examples/graphs_reqs_b/graphs_submod/subprompt.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/.env.example
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/langgraph.json
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/src/agent/graph.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/apps/agent/src/agent/state.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/common/__init__.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/common/helpers.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/python-monorepo-example/libs/shared/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/langgraph.json
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/pyproject.toml
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/src/agent/__init__.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/apps/agent/src/agent/graph.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/libs/shared/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.25 → langgraph_cli-0.4.26}/uv-examples/monorepo/libs/shared/src/shared/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|