Skip to content

Bump Microsoft.Agents.AI from 1.5.0 to 1.6.1 - #2299

Merged
Imran Siddique (imran-siddique) merged 2 commits into
mainfrom
dependabot/nuget/agent-governance-dotnet/src/AgentGovernance.Extensions.Microsoft.Agents/Microsoft.Agents.AI-1.6.1
May 16, 2026
Merged

Bump Microsoft.Agents.AI from 1.5.0 to 1.6.1#2299
Imran Siddique (imran-siddique) merged 2 commits into
mainfrom
dependabot/nuget/agent-governance-dotnet/src/AgentGovernance.Extensions.Microsoft.Agents/Microsoft.Agents.AI-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Agents.AI from 1.5.0 to 1.6.1.

Release notes

Sourced from Microsoft.Agents.AI's releases.

1.6.1

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.5.0...dotnet-1.6.1

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 16, 2026
@github-actions

github-actions Bot commented May 16, 2026

Copy link
Copy Markdown

PR Review Summary

Check Status Details
🔍 Code Review ⚠️ Warning See details
🛡️ Security Scan ✅ Passed No issues found
🔄 Breaking Changes ✅ Completed Analysis complete
📝 Docs Sync ✅ Completed Analysis complete
🧪 Test Coverage ✅ Completed Analysis complete

Verdict: ⚠️ Ready for human review

@github-actions

github-actions Bot commented May 16, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

agent-governance-dotnet/src/AgentGovernance.Extensions.Microsoft.Agents/AgentGovernance.Extensions.Microsoft.Agents.csproj

PackageVersionLicenseIssue Type
Microsoft.Agents.AI1.6.1NullUnknown License
Allowed Licenses: MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, PSF-2.0, Python-2.0, 0BSD, Unlicense, CC0-1.0, CC-BY-4.0, Zlib, BSL-1.0, MPL-2.0

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/Microsoft.Agents.AI 1.6.1 UnknownUnknown

Scanned Files

  • agent-governance-dotnet/src/AgentGovernance.Extensions.Microsoft.Agents/AgentGovernance.Extensions.Microsoft.Agents.csproj

@github-actions github-actions Bot added size/XS Extra small PR (< 10 lines) and removed dependencies Pull requests that update a dependency file labels May 16, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) May 16, 2026 01:20
…/AgentGovernance.Extensions.Microsoft.Agents/Microsoft.Agents.AI-1.6.1
@github-actions

Copy link
Copy Markdown
🤖 AI Agent: breaking-change-detector — API Compatibility

API Compatibility

Severity Change Impact
Breaking Auto-wiring ChatClient with OpenTelemetryChatClient in OpenTelemetryAgent. May break existing implementations relying on the previous behavior.
Breaking Python: DevUI - Tightened default access controls and CORS posture. May restrict previously allowed access or integrations.
Breaking Python: Alignment of file skill folder discovery with agentskills.io specification. May break workflows relying on the previous folder discovery behavior.

@github-actions

Copy link
Copy Markdown
🤖 AI Agent: docs-sync-checker — Docs Sync

Docs Sync

  • README.md -- Update required to reflect the upgrade from Microsoft.Agents.AI version 1.5.0 to 1.6.1.
  • CHANGELOG.md -- Missing entry for the dependency update and any related behavioral changes.

@github-actions

Copy link
Copy Markdown
🤖 AI Agent: code-reviewer — Action Items:

TL;DR: 0 blockers, 1 warning. Safe to merge with follow-up.

# Sev Issue Where
1 ⚠️ Breaking changes in dependency update may affect Python DevUI and file skill folder discovery. Dependency update

Action Items:

  • None, as there are no blockers.

Warnings (fine as follow-up PRs):

# Issue Suggested Action
1 Breaking changes in Python DevUI and file skill folder discovery may require updates to ensure compatibility. Review and test the impact of these changes on the project.

@github-actions

Copy link
Copy Markdown
🤖 AI Agent: test-generator — View details

Test coverage looks good. No gaps identified.

@github-actions

Copy link
Copy Markdown
🤖 AI Agent: security-scanner — View details

No security issues found.

@imran-siddique
Imran Siddique (imran-siddique) merged commit ccc4f51 into main May 16, 2026
84 of 85 checks passed
@imran-siddique
Imran Siddique (imran-siddique) deleted the dependabot/nuget/agent-governance-dotnet/src/AgentGovernance.Extensions.Microsoft.Agents/Microsoft.Agents.AI-1.6.1 branch May 16, 2026 21:46
MohammadHaroonAbuomar pushed a commit to MohammadHaroonAbuomar/agt-acs that referenced this pull request Jun 1, 2026
---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Imran Siddique <45405841+imran-siddique@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR (< 10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant