Skip to content

several dependency updates#450

Merged
PabloZaiden merged 8 commits into
microsoft:mainfrom
PabloZaiden:combine/dependabot-agent-updates
Jun 25, 2026
Merged

several dependency updates#450
PabloZaiden merged 8 commits into
microsoft:mainfrom
PabloZaiden:combine/dependabot-agent-updates

Conversation

@PabloZaiden

Copy link
Copy Markdown
Collaborator

This pull request updates several dependencies in both the C# and TypeScript OpenAI agents SDK projects to their latest versions. The main focus is on upgrading the OpenAI agents packages and related dependencies, which may include new features, bug fixes, or compatibility improvements. Additionally, several other supporting libraries are updated for improved stability and security.

Dependency version upgrades:

  • Upgraded @openai/agents and related packages (@openai/agents-core, @openai/agents-openai, @openai/agents-realtime) from version 0.11.4 to 0.12.0 in both package.json and package-lock.json, along with their dependencies such as openai (now ^6.42.0). [1] [2] [3] [4]
  • Upgraded Microsoft.Agents.AI.OpenAI and Microsoft.Agents.AI.Workflows NuGet packages from version 1.6.1 to 1.9.0 in the C# project file Caira.Api.MicrosoftAgentFramework.csproj.

Supporting and utility library updates:

  • Updated several npm packages to their latest versions in package-lock.json, including:
    • body-parser (2.2.2 → 2.3.0), content-type (^1.0.5 → ^2.0.0), and type-is (2.0.1 → 2.1.0) with new engine requirements and funding info. [1] [2]
    • es-object-atoms (1.1.1 → 1.1.2), eventsource-parser (3.0.8 → 3.1.0), express-rate-limit (8.5.1 → 8.5.2), hono (4.12.25 → 4.12.27), import-in-the-middle (3.0.1 → 3.2.0), and side-channel (1.1.0 → 1.1.1). [1] [2] [3] [4] [5] [6]

These updates help keep the project current with upstream improvements, security patches, and maintain compatibility with the latest features of the OpenAI agents ecosystem.

dependabot Bot and others added 8 commits June 4, 2026 00:49
---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI.OpenAI
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: Microsoft.Agents.AI.Workflows
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@openai/agents](https://github.com/openai/openai-agents-js) from 0.11.4 to 0.12.0.
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.11.4...v0.12.0)

---
updated-dependencies:
- dependency-name: "@openai/agents"
  dependency-version: 0.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…res/app/api/typescript/openai-agents-sdk/openai/agents-0.11.5
…abot-agent-updates

# Conflicts:
#	reference-architectures/app/api/csharp/microsoft-agent-framework/Caira.Api.MicrosoftAgentFramework.csproj
…endabot-agent-updates

# Conflicts:
#	reference-architectures/app/api/csharp/microsoft-agent-framework/Caira.Api.MicrosoftAgentFramework.csproj
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 25, 2026 20:50
@PabloZaiden PabloZaiden requested a review from a team as a code owner June 25, 2026 20:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request refreshes dependency versions for the TypeScript OpenAI Agents SDK reference project and the C# Microsoft Agent Framework API project, keeping both aligned with newer OpenAI Agents and related ecosystem updates.

Changes:

  • Bumped @openai/agents (and transitive @openai/agents-*) to 0.12.0 in the TypeScript project.
  • Updated the TypeScript package-lock.json to match the new Agents version and pull in newer transitive dependency versions (e.g., body-parser, type-is, eventsource-parser, ws).
  • Upgraded Microsoft.Agents.AI.OpenAI and Microsoft.Agents.AI.Workflows NuGet packages to 1.9.0 in the C# project.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
reference-architectures/app/api/typescript/openai-agents-sdk/package.json Updates the OpenAI Agents SDK dependency version used by the TypeScript reference API.
reference-architectures/app/api/typescript/openai-agents-sdk/package-lock.json Locks the updated Agents SDK version and associated transitive dependency upgrades.
reference-architectures/app/api/csharp/microsoft-agent-framework/Caira.Api.MicrosoftAgentFramework.csproj Bumps Microsoft Agents NuGet package references to newer versions in the C# API project.
Files not reviewed (1)
  • reference-architectures/app/api/typescript/openai-agents-sdk/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@PabloZaiden PabloZaiden enabled auto-merge (squash) June 25, 2026 20:56

@cmaclaughlin cmaclaughlin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PabloZaiden PabloZaiden merged commit af6f9c1 into microsoft:main Jun 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants