Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- id: check_python_sdk
name: Check Python SDK changes
run: |
if git diff --name-only "${{ steps.git_refs.outputs.base }}" "${{ steps.git_refs.outputs.head }}" -- 'python/**' | grep -q .; then
if git diff --name-only "${{ steps.git_refs.outputs.base }}" "${{ steps.git_refs.outputs.head }}" -- 'libraries/**' 'setup.py' 'pyproject.toml' 'versioning/**' | grep -q .; then
echo "Python SDK changes detected"
echo "changed=true" >> $GITHUB_OUTPUT
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Communications",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["notifications", "messaging", "agents", "ai", "routing", "sdk"]
dependencies = [
"typing-extensions >= 4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: System :: Monitoring",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "monitoring", "ai", "agents"]
dependencies = [
"opentelemetry-api >= 1.36.0",
"opentelemetry-sdk >= 1.36.0",
"opentelemetry-exporter-otlp >= 1.36.0",
"pydantic >= 2.0.0",
"typing-extensions >= 4.0.0",
"microsoft-agents-a365-runtime >= 2025.10.16"
"microsoft-agents-a365-runtime >= 0.1.0"
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Check out these working examples:

- **Python**: 3.11+
- **Dependencies**:
- `microsoft-agents-a365-observability-core >= 2025.10.16`
- `microsoft-agents-a365-observability-core >= 0.1.0`
- `langchain >= 0.1.0`
- `langchain-core >= 0.1.0`
- `opentelemetry-api >= 1.20.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: System :: Monitoring",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "langchain", "agents", "ai"]
dependencies = [
"microsoft-agents-a365-observability-core >= 2025.10.16",
"microsoft-agents-a365-observability-core >= 0.1.0",
"langchain >= 0.1.0",
"langchain-core >= 0.1.0",
"opentelemetry-api >= 1.36.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Check out these working examples:

- **Python**: 3.11+
- **Dependencies**:
- `microsoft-agents-a365-observability-core >= 2025.10.16`
- `microsoft-agents-a365-observability-core >= 0.1.0`
- `openai-agents >= 0.2.6`
- `opentelemetry-api >= 1.20.0`
- `opentelemetry-sdk >= 1.20.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: System :: Monitoring",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "openai", "agents", "ai"]
dependencies = [
"microsoft-agents-a365-observability-core >= 2025.10.16",
"microsoft-agents-a365-observability-core >= 0.1.0",
"openai-agents >= 0.2.6",
"opentelemetry-api >= 1.36.0",
"opentelemetry-sdk >= 1.36.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Check out these working examples:

- **Python**: 3.11+
- **Dependencies**:
- `microsoft-agents-a365-observability-core >= 2025.10.16`
- `microsoft-agents-a365-observability-core >= 0.1.0`
- `semantic-kernel >= 1.0.0`
- `opentelemetry-api >= 1.20.0`
- `opentelemetry-sdk >= 1.20.0`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: System :: Monitoring",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "semantic-kernel", "agents", "ai"]
dependencies = [
"microsoft-agents-a365-observability-core >= 2025.10.16",
"microsoft-agents-a365-observability-core >= 0.1.0",
"semantic-kernel >= 1.0.0",
"opentelemetry-api >= 1.36.0",
"opentelemetry-sdk >= 1.36.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/microsoft-agents-a365-runtime/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: System :: Monitoring",
]
license = "MIT"
license = {text = "MIT"}
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "monitoring", "ai", "agents"]
dependencies = [
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"microsoft-agents-a365-tooling >= 0.1.0",
"microsoft-agents-hosting-core >= 0.4.0, < 0.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"microsoft-agents-a365-tooling >= 0.1.0",
"azure-ai-projects >= 1.0.0",
"azure-ai-agents >= 1.1.0b4",
"azure-ai-agents >= 1.0.0b251001",
"azure-identity >= 1.12.0",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"microsoft-agents-a365-tooling >= 0.1.0",
"openai-agents",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"microsoft-agents-a365-tooling >= 0.1.0",
"semantic-kernel >= 1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/microsoft-agents-a365-tooling/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
license = "MIT"
license = {text = "MIT"}
dependencies = [
"pydantic >= 2.0.0",
"typing-extensions >= 4.0.0",
Expand Down
15 changes: 12 additions & 3 deletions replace-version.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Set-Location ./versioning
$ActualVersion = & { python -m setuptools_git_versioning }
Write-Output $ActualVersion
$originalLocation = Get-Location
try {
Set-Location ./versioning

# Use python3 on Linux/Mac, python on Windows
$pythonCmd = if (Get-Command python3 -ErrorAction SilentlyContinue) { "python3" } else { "python" }
$ActualVersion = & $pythonCmd -m setuptools_git_versioning

Write-Output $ActualVersion
} finally {
Set-Location $originalLocation
}
2 changes: 1 addition & 1 deletion versioning/TARGET-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0.
0.1.0
Loading