Skip to content

Commit c7e0ed0

Browse files
added space and lock
1 parent 67f7a5d commit c7e0ed0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/packages/core/agent_framework/_workflows/_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def export(self, format: Literal["svg", "png", "pdf", "dot"] = "svg", filename:
8080
import graphviz # type: ignore
8181
except ImportError as e:
8282
raise ImportError(
83-
"viz extra is required for export. Install it with: pip install graphviz>=0.20.0"
83+
"viz extra is required for export. Install it with: pip install graphviz>=0.20.0 "
8484
"The version needs to be at least 0.20.0. "
8585
"You also need to install graphviz separately. E.g., sudo apt-get install graphviz on Debian/Ubuntu "
8686
"or brew install graphviz on macOS. See https://graphviz.org/download/ for details."

python/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)