Skip to content

Commit c317994

Browse files
author
Johan Broberg
committed
Update name
1 parent 0ba0fd3 commit c317994

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Agent 365 SDK Python Package Dependencies
1+
# Microsoft Agent 365 SDK Python Package Dependencies
22

3-
This diagram shows the internal dependencies between Agent 365 SDK Python packages.
3+
This diagram shows the internal dependencies between Microsoft Agent 365 SDK Python packages.
44

55
```mermaid
66
graph LR

generate_dependency_diagram.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33

44
"""
5-
Script to generate a dependency diagram for Agent 365 SDK packages.
5+
Script to generate a dependency diagram for Microsoft Agent 365 SDK packages.
66
Reads pyproject.toml files and creates a Mermaid diagram showing internal package dependencies.
77
"""
88

@@ -204,9 +204,9 @@ def main():
204204
# Write to markdown file
205205
output_path = repo_root / "DEPENDENCIES.md"
206206
with open(output_path, "w", encoding="utf-8") as f:
207-
f.write("# Agent 365 SDK Python Package Dependencies\n\n")
207+
f.write("# Microsoft Agent 365 SDK Python Package Dependencies\n\n")
208208
f.write(
209-
"This diagram shows the internal dependencies between Agent 365 SDK Python packages.\n\n"
209+
"This diagram shows the internal dependencies between Microsoft Agent 365 SDK Python packages.\n\n"
210210
)
211211
f.write(diagram)
212212
f.write("\n\n")

0 commit comments

Comments
 (0)