several dependency updates#450
Merged
PabloZaiden merged 8 commits intoJun 25, 2026
Merged
Conversation
--- 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>
Contributor
There was a problem hiding this comment.
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-*) to0.12.0in the TypeScript project. - Updated the TypeScript
package-lock.jsonto 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.OpenAIandMicrosoft.Agents.AI.WorkflowsNuGet packages to1.9.0in 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
@openai/agentsand related packages (@openai/agents-core,@openai/agents-openai,@openai/agents-realtime) from version 0.11.4 to 0.12.0 in bothpackage.jsonandpackage-lock.json, along with their dependencies such asopenai(now ^6.42.0). [1] [2] [3] [4]Microsoft.Agents.AI.OpenAIandMicrosoft.Agents.AI.WorkflowsNuGet packages from version 1.6.1 to 1.9.0 in the C# project fileCaira.Api.MicrosoftAgentFramework.csproj.Supporting and utility library updates:
package-lock.json, including:body-parser(2.2.2 → 2.3.0),content-type(^1.0.5 → ^2.0.0), andtype-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), andside-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.