deepagents-cli 0.1.0__tar.gz → 0.1.1__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.
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/CHANGELOG.md +6 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/PKG-INFO +1 -1
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/_version.py +1 -1
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/commands.py +21 -1
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/pyproject.toml +1 -1
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_commands.py +28 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/uv.lock +1 -1
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/.gitignore +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/DEV.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/Makefile +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/README.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/THREAT_MODEL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/__init__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/__main__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/config.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/__init__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/bundler.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/config.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/context_hub.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/anonymous-B9UzAXQd.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/clerk-5xHgyQyG.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/highlighted-body-OFNGDK62-rX-7qT8o.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/index-DM3gptpu.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/index-Ddy7F6KI.css +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/assets/supabase-S6NACDgm.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/index.html +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/logo-dark.svg +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/logo-light.svg +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/templates.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/main.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/model_config.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/py.typed +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/.env.example +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/skills/blog-post/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/skills/social-media/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/user/context.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/user/preferences.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/arxiv-search/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/arxiv-search/arxiv_search.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/langgraph-docs/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/skill-creator/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/skill-creator/scripts/init_skill.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/skill-creator/scripts/quick_validate.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/web-research/SKILL.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/.nvmrc +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/index.html +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/package-lock.json +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/package.json +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/postcss.config.js +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/public/logo-dark.svg +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/public/logo-light.svg +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/App.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/ThemeProvider.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/auth/anonymous.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/auth/clerk.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/auth/loader.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/auth/supabase.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/auth/types.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/AppHeader.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/FilePanels.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/MessageList.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/SubagentActivity.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/ThreadPicker.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/TodosPanel.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/ToolCallCard.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/FileToolCard.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/SearchCard.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/ThinkCard.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/TodosCard.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/index.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/constants.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/index.css +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/main.tsx +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/runtimeConfig.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/types.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/vite-env.d.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/tsconfig.json +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/vite.config.ts +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/images/cli.png +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/scripts/check_imports.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/scripts/debug_server.sh +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/scripts/install.sh +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/README.md +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/integration_tests/__init__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/integration_tests/conftest.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/integration_tests/test_context_hub.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/integration_tests/test_deploy_hub.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/__init__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/conftest.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/__init__.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_bundler.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_config.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_context_hub.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_frontend_bundle.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_frontend_config.py +0 -0
- {deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/test_version.py +0 -0
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
From 0.1.0 onward, `deepagents-cli` only contains `deploy`, `dev`, and `init`.
|
|
4
4
|
The coding agent (interactive TUI & headless CLI) moved to [`deepagents-code`](https://github.com/langchain-ai/deepagents/blob/main/libs/code/CHANGELOG.md).
|
|
5
5
|
|
|
6
|
+
## [0.1.1](https://github.com/langchain-ai/deepagents/compare/deepagents-cli==0.1.0...deepagents-cli==0.1.1) (2026-05-18)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Add `--host` option to `deepagents dev` command ([#3444](https://github.com/langchain-ai/deepagents/issues/3444)) ([0bb1e74](https://github.com/langchain-ai/deepagents/commit/0bb1e74bba8097b38f204e3db6e6ebad7e0f5317))
|
|
11
|
+
|
|
6
12
|
## [0.1.0](https://github.com/langchain-ai/deepagents/compare/deepagents-cli==0.0.59...deepagents-cli==0.1.0) (2026-05-16)
|
|
7
13
|
|
|
8
14
|
### ⚠ BREAKING CHANGES
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deepagents-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Deployment tooling for Deep Agents - bundle, run, and ship agents to LangGraph Platform.
|
|
5
5
|
Project-URL: Homepage, https://docs.langchain.com/oss/python/deepagents/overview
|
|
6
6
|
Project-URL: Documentation, https://reference.langchain.com/python/deepagents/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# Keep the `x-release-please-version` annotation — release-please uses it to
|
|
4
4
|
# bump `__version__` in sync with `pyproject.toml` on every release PR.
|
|
5
|
-
__version__ = "0.1.
|
|
5
|
+
__version__ = "0.1.1" # x-release-please-version
|
|
6
6
|
|
|
7
7
|
DOCS_URL = "https://docs.langchain.com/oss/python/deepagents/cli"
|
|
8
8
|
"""URL for `deepagents-cli` documentation."""
|
|
@@ -84,6 +84,15 @@ def setup_deploy_parsers(
|
|
|
84
84
|
default=True,
|
|
85
85
|
help="Pass --allow-blocking to langgraph dev (default: enabled)",
|
|
86
86
|
)
|
|
87
|
+
dev_parser.add_argument(
|
|
88
|
+
"--host",
|
|
89
|
+
type=str,
|
|
90
|
+
default="127.0.0.1",
|
|
91
|
+
help=(
|
|
92
|
+
"Network interface to bind the dev server "
|
|
93
|
+
"(default: 127.0.0.1; use 0.0.0.0 for all interfaces)"
|
|
94
|
+
),
|
|
95
|
+
)
|
|
87
96
|
|
|
88
97
|
# deepagents deploy
|
|
89
98
|
deploy_parser = subparsers.add_parser(
|
|
@@ -138,6 +147,7 @@ def execute_dev_command(args: argparse.Namespace) -> None:
|
|
|
138
147
|
_dev(
|
|
139
148
|
config_path=args.config,
|
|
140
149
|
port=args.port,
|
|
150
|
+
host=args.host,
|
|
141
151
|
allow_blocking=args.allow_blocking,
|
|
142
152
|
)
|
|
143
153
|
|
|
@@ -343,6 +353,7 @@ def _dev(
|
|
|
343
353
|
*,
|
|
344
354
|
config_path: str | None,
|
|
345
355
|
port: int,
|
|
356
|
+
host: str = "127.0.0.1",
|
|
346
357
|
allow_blocking: bool,
|
|
347
358
|
) -> None:
|
|
348
359
|
"""Bundle the project and run a local `langgraph dev` server.
|
|
@@ -356,6 +367,7 @@ def _dev(
|
|
|
356
367
|
Args:
|
|
357
368
|
config_path: Path to `deepagents.toml`, or `None` for default.
|
|
358
369
|
port: Local port for the dev server.
|
|
370
|
+
host: Network interface to bind (default: 127.0.0.1).
|
|
359
371
|
allow_blocking: Pass `--allow-blocking` to `langgraph dev` so
|
|
360
372
|
sync HTTP calls inside the graph (e.g. the LangSmith sandbox
|
|
361
373
|
client) don't trigger blockbuster errors.
|
|
@@ -413,13 +425,21 @@ def _dev(
|
|
|
413
425
|
"langgraph",
|
|
414
426
|
"dev",
|
|
415
427
|
"--no-browser",
|
|
428
|
+
"--host",
|
|
429
|
+
host,
|
|
416
430
|
"--port",
|
|
417
431
|
str(port),
|
|
418
432
|
]
|
|
419
433
|
if allow_blocking:
|
|
420
434
|
cmd.append("--allow-blocking")
|
|
421
435
|
|
|
422
|
-
|
|
436
|
+
if host == "0.0.0.0":
|
|
437
|
+
print(
|
|
438
|
+
f"\nStarting langgraph dev on http://localhost:{port} "
|
|
439
|
+
"(bound to 0.0.0.0)"
|
|
440
|
+
)
|
|
441
|
+
else:
|
|
442
|
+
print(f"\nStarting langgraph dev on http://{host}:{port}")
|
|
423
443
|
print(f"Build directory: {build_dir}")
|
|
424
444
|
print(f"Running: {' '.join(cmd)}\n")
|
|
425
445
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "deepagents-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Deployment tooling for Deep Agents - bundle, run, and ship agents to LangGraph Platform."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import argparse
|
|
5
6
|
from types import SimpleNamespace
|
|
6
7
|
from typing import TYPE_CHECKING, cast
|
|
7
8
|
|
|
@@ -197,3 +198,30 @@ class TestAutoWireIssuesBoard:
|
|
|
197
198
|
_auto_wire_issues_board_if_hub(cast("DeployConfig", cfg))
|
|
198
199
|
|
|
199
200
|
assert observed["context_hub_repo_handle"] == "custom-agent"
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
class TestDevParserHost:
|
|
204
|
+
"""Test argparse wiring for the `deepagents dev --host` flag."""
|
|
205
|
+
|
|
206
|
+
def _build_parser(self) -> argparse.ArgumentParser:
|
|
207
|
+
from deepagents_cli.deploy.commands import setup_deploy_parsers
|
|
208
|
+
|
|
209
|
+
class _NoopAction(argparse.Action):
|
|
210
|
+
def __call__(self, *_args: object, **_kwargs: object) -> None:
|
|
211
|
+
return
|
|
212
|
+
|
|
213
|
+
parser = argparse.ArgumentParser()
|
|
214
|
+
subparsers = parser.add_subparsers(dest="command")
|
|
215
|
+
setup_deploy_parsers(
|
|
216
|
+
subparsers,
|
|
217
|
+
make_help_action=lambda _printer: _NoopAction,
|
|
218
|
+
)
|
|
219
|
+
return parser
|
|
220
|
+
|
|
221
|
+
def test_host_defaults_to_loopback(self) -> None:
|
|
222
|
+
args = self._build_parser().parse_args(["dev"])
|
|
223
|
+
assert args.host == "127.0.0.1"
|
|
224
|
+
|
|
225
|
+
def test_host_accepts_all_interfaces(self) -> None:
|
|
226
|
+
args = self._build_parser().parse_args(["dev", "--host", "0.0.0.0"])
|
|
227
|
+
assert args.host == "0.0.0.0"
|
|
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
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/index.html
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/logo-dark.svg
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/deepagents_cli/deploy/frontend_dist/logo-light.svg
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
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/user/context.md
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/deploy-content-writer/user/preferences.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/examples/skills/skill-creator/scripts/init_skill.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
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/FileToolCard.tsx
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/SearchCard.tsx
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/ThinkCard.tsx
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/frontend/src/components/toolcalls/TodosCard.tsx
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
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_frontend_bundle.py
RENAMED
|
File without changes
|
{deepagents_cli-0.1.0 → deepagents_cli-0.1.1}/tests/unit_tests/deploy/test_frontend_config.py
RENAMED
|
File without changes
|
|
File without changes
|