Skip to content

Commit 18d38c4

Browse files
committed
fix build
1 parent f33ec9f commit 18d38c4

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

sdk/agentserver/azure-ai-agentserver-agentframework/azure/ai/agentserver/agentframework/agent_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ---------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
4-
# pylint: disable=logging-fstring-interpolation
4+
# pylint: disable=logging-fstring-interpolation,no-name-in-module
55
from __future__ import annotations
66

77
import asyncio # pylint: disable=do-not-import-asyncio

sdk/agentserver/azure-ai-agentserver-agentframework/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ dependencies = [
3030
requires = ["setuptools>=69", "wheel"]
3131
build-backend = "setuptools.build_meta"
3232

33+
[project.urls]
34+
repository = "https://github.com/Azure/azure-sdk-for-python"
35+
3336
[tool.setuptools.packages.find]
3437
exclude = [
3538
"tests*",

sdk/agentserver/azure-ai-agentserver-core/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dependencies = [
3535
requires = ["setuptools>=69", "wheel"]
3636
build-backend = "setuptools.build_meta"
3737

38+
[project.urls]
39+
repository = "https://github.com/Azure/azure-sdk-for-python"
40+
3841
[tool.setuptools.packages.find]
3942
exclude = [
4043
"tests*",

sdk/agentserver/azure-ai-agentserver-langgraph/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies = [
3131
requires = ["setuptools>=69", "wheel"]
3232
build-backend = "setuptools.build_meta"
3333

34+
[project.urls]
35+
repository = "https://github.com/Azure/azure-sdk-for-python"
36+
3437
[tool.setuptools.packages.find]
3538
exclude = [
3639
"tests*",

0 commit comments

Comments
 (0)