Skip to content
Open
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
6 changes: 6 additions & 0 deletions MIGRATION_A365.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ pip uninstall -y microsoft-agents-a365-observability-extensions-agent-framework
pip install microsoft-opentelemetry
```

> If you use the hosting middleware (`BaggageMiddleware`,
> `ObservabilityHostingManager`, etc.), also install
> `microsoft-agents-activity` and `microsoft-agents-hosting-core`. If
> they are not installed, importing from
> `microsoft.opentelemetry.a365.hosting` raises an `ImportError`.

## Step 2 — Rewrite Import Paths

The old packages used `microsoft_agents_a365.*` namespace.
Expand Down
2 changes: 2 additions & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ pytest>=8.0
pytest-asyncio>=0.23.0
pytest-cov>=5.0
black>=24.0
microsoft-agents-activity
microsoft-agents-hosting-core
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ dependencies = [
"opentelemetry-resource-detector-azure<1.0.0,>=0.1.5",
"wrapt>=1.0",
"opentelemetry-util-genai>=0.3b0",
"microsoft-agents-activity>=0.9.0",
"microsoft-agents-hosting-core>=0.9.0",
"aiohttp>=3.8.0",
"PyJWT",
"requests"
Expand Down
Loading