Skip to content

Bug: Python - Semantic Kernel 1.35.1 is missing McpTools due to azure-ai-agents 1.1.0 #12885

@karpikpl

Description

@karpikpl

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. create a new project
uv init
uv add "semantic-kernel[Azure]>=1.35.1" "azure-search-documents >= 11.6.0b4" --prerelease=allow
  1. Import McpTool from azure.ai.agents.models import McpTool

Expected behavior
Import works because McpTool was in "azure-ai-agents >= 1.1.0b4"

McpTool is not in azure-ai-agents 1.1.0 released August 5th

Platform

  • Language: [e.g. C#, Python]: Python
  • Source: SK 1.35.1
  • AI model: [e.g. OpenAI:GPT-4o-mini(2024-07-18)] n/a
  • IDE: [e.g. Visual Studio, VS Code] VS Code
  • OS: [e.g. Windows, Mac] Ubuntu WSL

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

.NETIssue or Pull requests regarding .NET codebugSomething isn't workingpythonPull requests for the Python Semantic Kernel

Type

Projects

Status

Bug

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions