We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133748b commit 9d84f54Copy full SHA for 9d84f54
versioning/helper/setup_utils.py
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License.
3
4
"""
5
-Shared utilities for setup.py files across all Agent365 Python SDK packages.
+Shared utilities for setup.py files across all Microsoft Agent 365 Python SDK packages.
6
7
This module provides helper functions to dynamically set internal package versions
8
at build time, ensuring all packages in the monorepo use the exact same version.
@@ -233,3 +233,4 @@ def get_dynamic_dependencies(
233
updated_dependencies.append(dep)
234
235
return updated_dependencies
236
+
0 commit comments