Skip to content

Commit d529ef6

Browse files
committed
update toml
1 parent 9bbc031 commit d529ef6

12 files changed

Lines changed: 23 additions & 14 deletions

File tree

libraries/microsoft-agents-a365-notifications/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Communications",
2424
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2525
]
26-
license = "MIT"
26+
license = {text = "MIT"}
2727
keywords = ["notifications", "messaging", "agents", "ai", "routing", "sdk"]
2828
dependencies = [
2929
"typing-extensions >= 4.0.0",

libraries/microsoft-agents-a365-observability-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
"Topic :: System :: Monitoring",
2424
]
25-
license = "MIT"
25+
license = {text = "MIT"}
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "monitoring", "ai", "agents"]
2727
dependencies = [
2828
"opentelemetry-api >= 1.36.0",

libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
"Topic :: System :: Monitoring",
2424
]
25-
license = "MIT"
25+
license = {text = "MIT"}
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "langchain", "agents", "ai"]
2727
dependencies = [
2828
"microsoft-agents-a365-observability-core >= 2025.10.16",

libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
"Topic :: System :: Monitoring",
2424
]
25-
license = "MIT"
25+
license = {text = "MIT"}
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "openai", "agents", "ai"]
2727
dependencies = [
2828
"microsoft-agents-a365-observability-core >= 2025.10.16",

libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
"Topic :: System :: Monitoring",
2424
]
25-
license = "MIT"
25+
license = {text = "MIT"}
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "semantic-kernel", "agents", "ai"]
2727
dependencies = [
2828
"microsoft-agents-a365-observability-core >= 2025.10.16",

libraries/microsoft-agents-a365-runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
"Topic :: System :: Monitoring",
2424
]
25-
license = "MIT"
25+
license = {text = "MIT"}
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "monitoring", "ai", "agents"]
2727
dependencies = [
2828
]

libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
24-
license = "MIT"
24+
license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.1.0",
2727
"microsoft-agents-hosting-core >= 0.4.0, < 0.6.0",

libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
24-
license = "MIT"
24+
license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.1.0",
2727
"azure-ai-projects >= 1.0.0",

libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
24-
license = "MIT"
24+
license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.1.0",
2727
"openai-agents",

libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
24-
license = "MIT"
24+
license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.1.0",
2727
"semantic-kernel >= 1.0.0",

0 commit comments

Comments
 (0)