Skip to content

Commit 2bbacc5

Browse files
committed
fix(beeai-cli): remove obsolete packages from version command
Signed-off-by: Jan Pokorný <[email protected]>
1 parent 7239c75 commit 2bbacc5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/beeai-cli/src/beeai_cli/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141

4242
@app.command("version")
4343
def show_version():
44-
"""Print version of the BeeAI CLI and related libraries."""
44+
"""Print version of the BeeAI CLI."""
4545
from importlib.metadata import version
4646

4747
print("beeai-cli version:", version("beeai-cli"))
48-
print("beeai-server version:", version("beeai-server"))
49-
print("acp-sdk version:", version("acp-sdk"))
5048

5149

5250
@app.command("ui")

0 commit comments

Comments
 (0)