langgraph-cli 0.4.5__tar.gz → 0.4.6__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.5 → langgraph_cli-0.4.6}/PKG-INFO +1 -1
- langgraph_cli-0.4.6/langgraph_cli/__init__.py +1 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/config.py +39 -23
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/cli/test_cli.py +1 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/test_config.py +2 -0
- langgraph_cli-0.4.5/langgraph_cli/__init__.py +0 -1
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/.gitignore +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/LICENSE +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/Makefile +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/README.md +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/.env.example +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/.gitignore +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/Makefile +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs/deps/additional_deps/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs/deps/zuper_deps/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs_fail/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs_fail/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs_fail/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs/storm.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/graphs_submod/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/graphs_submod/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/graphs_submod/subprompt.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/hello.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/prompt.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/requirements.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/graphs_submod/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/graphs_submod/subprompt.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/hello.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/prompt.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/requirements.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/utils/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_b/utils/greeter.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/my_app.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/pipconf.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/poetry.lock +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/examples/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/generate_schema.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/.dockerignore +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/.env.example +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/.eslintrc.cjs +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/.gitignore +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/LICENSE +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/README.md +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/jest.config.js +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/package.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/src/agent/graph.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/src/agent/state.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/static/studio.png +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/tests/agent.test.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/tests/graph.int.test.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/tsconfig.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-examples/yarn.lock +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/.eslintrc.cjs +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/apps/agent/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/apps/agent/package.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/apps/agent/src/graph.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/apps/agent/src/state.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/apps/agent/tsconfig.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/libs/shared/package.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/libs/shared/src/index.ts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/libs/shared/tsconfig.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/package.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/tsconfig.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/turbo.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/js-monorepo-example/yarn.lock +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/__main__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/analytics.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/cli.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/constants.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/docker.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/exec.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/progress.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/py.typed +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/schemas.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/templates.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/util.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/langgraph_cli/version.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/.env.example +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/graph.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/state.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/common/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/common/helpers.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/shared/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/shared/src/shared/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/shared/src/shared/utils.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/schemas/schema.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/schemas/schema.v0.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/schemas/version.schema.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/integration_tests/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/integration_tests/test_cli.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/cli/__init__.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/cli/langgraph.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/cli/pyproject.toml +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/cli/test_templates.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/conftest.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/graphs/agent.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/helpers.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/multiplatform/js.mts +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/multiplatform/python.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/pipconfig.txt +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/test_config.json +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/test_docker.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/tests/unit_tests/test_util.py +0 -0
- {langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/uv.lock +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.6"
|
|
@@ -926,35 +926,51 @@ ADD {relpath} /deps/{name}
|
|
|
926
926
|
]
|
|
927
927
|
)
|
|
928
928
|
image_str = docker_tag(config, base_image, api_version)
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
929
|
+
|
|
930
|
+
# Prepare docker file contents
|
|
931
|
+
docker_file_contents = []
|
|
932
|
+
|
|
933
|
+
# Add syntax directive if we have additional contexts (requires BuildKit frontend.contexts capability)
|
|
934
|
+
if local_deps.additional_contexts:
|
|
935
|
+
docker_file_contents.extend(
|
|
936
|
+
[
|
|
937
|
+
"# syntax=docker/dockerfile:1.4",
|
|
938
|
+
"",
|
|
939
|
+
]
|
|
940
|
+
)
|
|
941
|
+
|
|
942
|
+
# Add main dockerfile content
|
|
943
|
+
docker_file_contents.extend(
|
|
944
|
+
[
|
|
945
|
+
f"FROM {image_str}",
|
|
946
|
+
"",
|
|
947
|
+
os.linesep.join(config["dockerfile_lines"]),
|
|
948
|
+
"",
|
|
949
|
+
installs,
|
|
950
|
+
"",
|
|
951
|
+
"# -- Installing all local dependencies --",
|
|
952
|
+
f"""RUN for dep in /deps/*; do \
|
|
938
953
|
echo "Installing $dep"; \
|
|
939
954
|
if [ -d "$dep" ]; then \
|
|
940
955
|
echo "Installing $dep"; \
|
|
941
956
|
(cd "$dep" && {global_reqs_pip_install} -e .); \
|
|
942
957
|
fi; \
|
|
943
958
|
done""",
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
959
|
+
"# -- End of local dependencies install --",
|
|
960
|
+
os.linesep.join(env_vars),
|
|
961
|
+
"",
|
|
962
|
+
js_inst_str,
|
|
963
|
+
"",
|
|
964
|
+
# Add pip cleanup after all installations are complete
|
|
965
|
+
_get_pip_cleanup_lines(
|
|
966
|
+
install_cmd=install_cmd,
|
|
967
|
+
to_uninstall=build_tools_to_uninstall,
|
|
968
|
+
pip_installer=pip_installer,
|
|
969
|
+
),
|
|
970
|
+
"",
|
|
971
|
+
f"WORKDIR {local_deps.working_dir}" if local_deps.working_dir else "",
|
|
972
|
+
]
|
|
973
|
+
)
|
|
958
974
|
|
|
959
975
|
additional_contexts: dict[str, str] = {}
|
|
960
976
|
for p in local_deps.additional_contexts:
|
|
@@ -141,6 +141,7 @@ services:
|
|
|
141
141
|
additional_contexts:
|
|
142
142
|
- cli_1: {str(pathlib.Path(__file__).parent.parent.parent.parent.absolute())}
|
|
143
143
|
dockerfile_inline: |
|
|
144
|
+
# syntax=docker/dockerfile:1.4
|
|
144
145
|
FROM langchain/langgraph-api:3.11
|
|
145
146
|
# -- Adding local package . --
|
|
146
147
|
ADD . /deps/cli
|
|
@@ -419,6 +419,7 @@ def test_config_to_docker_simple():
|
|
|
419
419
|
"langchain/langgraph-api",
|
|
420
420
|
)
|
|
421
421
|
expected_docker_stdin = f"""\
|
|
422
|
+
# syntax=docker/dockerfile:1.4
|
|
422
423
|
FROM langchain/langgraph-api:3.11
|
|
423
424
|
# -- Installing local requirements --
|
|
424
425
|
COPY --from=outer-requirements.txt requirements.txt /deps/outer-graphs_reqs_a/graphs_reqs_a/requirements.txt
|
|
@@ -482,6 +483,7 @@ def test_config_to_docker_outside_path():
|
|
|
482
483
|
)
|
|
483
484
|
expected_docker_stdin = (
|
|
484
485
|
"""\
|
|
486
|
+
# syntax=docker/dockerfile:1.4
|
|
485
487
|
FROM langchain/langgraph-api:3.11
|
|
486
488
|
# -- Adding non-package dependency unit_tests --
|
|
487
489
|
ADD . /deps/outer-unit_tests/unit_tests
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.5"
|
|
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.5 → langgraph_cli-0.4.6}/examples/graph_prerelease_reqs_fail/langgraph.json
RENAMED
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/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.5 → langgraph_cli-0.4.6}/examples/graphs_reqs_a/graphs_submod/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/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.5 → langgraph_cli-0.4.6}/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
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/langgraph.json
RENAMED
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/pyproject.toml
RENAMED
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/__init__.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/graph.py
RENAMED
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/apps/agent/src/agent/state.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/shared/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
{langgraph_cli-0.4.5 → langgraph_cli-0.4.6}/python-monorepo-example/libs/shared/src/shared/utils.py
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
|