Skip to content

Commit 7dd9a4f

Browse files
authored
Merge pull request #594 from MicrosoftDocs/main
Python: Update docs on how to install base azure dependencies (#592)
2 parents 22f2581 + 10527da commit 7dd9a4f

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

semantic-kernel/Frameworks/agent/agent-types/assistant-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ dotnet add package Azure.Identity
6868

6969
::: zone pivot="programming-language-python"
7070

71-
Install the `semantic-kernel` package with the optional Azure dependencies:
71+
Install the `semantic-kernel` package:
7272

7373
```bash
74-
pip install semantic-kernel[azure]
74+
pip install semantic-kernel
7575
```
7676

7777
::: zone-end

semantic-kernel/Frameworks/agent/agent-types/azure-ai-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ dotnet add package Azure.Identity
7070

7171
::: zone pivot="programming-language-python"
7272

73-
Install the `semantic-kernel` package with the optional Azure dependencies:
73+
Install the `semantic-kernel` package:
7474

7575
```bash
76-
pip install semantic-kernel[azure]
76+
pip install semantic-kernel
7777
```
7878

7979
::: zone-end

semantic-kernel/support/migration/azureagent-foundry-ga-migration-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ Follow the setup instructions in the official documentation: [Azure AI Agents Qu
149149
- Must be created on or after May 19, 2025.
150150
- Connect programmatically using the Foundry project's endpoint URL.
151151
- Requires Semantic Kernel version 1.31.0 or higher.
152-
- Uses packages `azure-ai-projects` version 1.0.0b11 or higher and `azure-ai-agents` version 1.0.0 or higher, installed via `pip install semantic-kernel[azure]`.
152+
- Uses packages `azure-ai-projects` version 1.0.0b11 or higher and `azure-ai-agents` version 1.0.0 or higher, installed via `pip install semantic-kernel`.
153+
154+
> [!TIP]
155+
> As of Semantic Kernel version 1.32.1, the dependencies needed to use `AzureAIAgent` are included in the default installation. You no longer need to install the `azure` extra, running `pip install semantic-kernel` is sufficient.
153156

154157
### Pre-GA Foundry Project
155158

0 commit comments

Comments
 (0)