Skip to content

Conversation

UtkarshMishra-Microsoft
Copy link
Contributor

Purpose

Updated azure-ai-agents dependency in pyproject.toml from the default pinned 1.1.0 (via azure-ai-projects) to >=1.2.0b1 to ensure compatibility with the latest SDK features, including recent updates to RequiredMcpToolCall and other model classes.

Reason for Change

azure-ai-projects==1.0.0b11 indirectly installs azure-ai-agents==1.1.0, which lacks newer functionality.

=1.2.0b1 includes important fixes and enhancements required for current code usage.

Impact

Resolves ImportError for RequiredMcpToolCall.

Aligns the project with the most recent Azure AI Agents SDK beta release.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@UtkarshMishra-Microsoft UtkarshMishra-Microsoft changed the title fix :Update azure-ai-agents dependency to >=1.2.0b1 to resolve compatibility issues with latest SDK features fix: Update azure-ai-agents dependency to >=1.2.0b1 to resolve compatibility issues with latest SDK features Aug 6, 2025
@Prajwal-Microsoft Prajwal-Microsoft merged commit 8697c6c into main Aug 6, 2025
11 of 12 checks passed
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants