Skip to content

deps(nuget): Bump Microsoft.Agents.AI.OpenAI from 1.0.0 to 1.1.0 - #79

Merged
PlagueHO merged 1 commit into
mainfrom
dependabot/nuget/prompt-babbler-service/Microsoft.Agents.AI.OpenAI-1.1.0
Apr 14, 2026
Merged

deps(nuget): Bump Microsoft.Agents.AI.OpenAI from 1.0.0 to 1.1.0#79
PlagueHO merged 1 commit into
mainfrom
dependabot/nuget/prompt-babbler-service/Microsoft.Agents.AI.OpenAI-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Agents.AI.OpenAI from 1.0.0 to 1.1.0.

Release notes

Sourced from Microsoft.Agents.AI.OpenAI's releases.

1.1.0

Changes:

  • 3e864cdb4c6031cf93096fa6af4d927b31126d8a .NET: Update version to 1.1.0 (#​5204)
  • 14d2ab3262580a383472b406d97b36cfd86b2787 Standardize file skills terminology on 'directory' (#​5205)
  • e5f7b9c260961916e108ca10780988aeefd51662 .NET: Support reflection for discovery of resources and scripts in class-based skills (#​5183)
See More
  • 1dd828d25502a1d4b4facff8e278da0668b40d28 CHANGELOG Update with V1.0.0 Release (#​5069)
  • 8348584ac29f91a2c5e5e3db05166add1bb7b2af VerifySamples: Filter projects to net10 only (#​5184)
  • 6d6cb840aec8b85c6bb5e95dc680c8fdd6110394 .NET: Improve resilience of verify-samples by building separately and improving evaluation instructions (#​5151)
  • 79afda1a6c4103baa5ae3a42b3004a9e1d28f892 Samples fixes (#​5169)
  • a7a02c1abd87cdb69637aa6f51b98632b9b980c4 Fix test compat for entity key validation (#​5179)
  • 7010dd7439d1fd8f377ad062c7483edb1da60118 .NET: Support custom types in skill resource and script functions (#​5152)
  • e10d448ae29417f3aa107973ab7f7c2745cf7993 Fix handoff workflow context management and improve AG-UI demo (#​5136)
  • 942cb04ccb5adb3726f292659a7b61b5d67681b6 .NET: Fix compaction chat history duplication bug (#​5149)
  • e224f06e601a8ae16ea78c28f434848f332595a3 .NET: Update models used in dotnet samples to gpt-5.4-mini (#​5080)
  • 826d8db84c25389defa7aa13caa2016689c1b975 .NET: fix: Concurrent Workflow Sample (#​5090)
  • 4134c74060d37db60c600a5b748a4f7bfeb2ae41 Add CreateSessionAsync(conversationId) to FoundryAgent (#​5144) [ #​5138 ]
  • 86b49d800e9dc37df9d07f7924c9445ba5b8d2c2 Fix and simplify ComputerUse sample (#​5075)
  • d73c06fa8c1bcb9dc3351d3c80f023d4192765b7 .NET: Align skill folder discovery with spec (#​5078)
  • 746c7da216b9cf8d8affbfe40445fd6bcd3ae291 Revise agent examples in README.md (#​5067)
  • d30103fee6b03e2322dc13d590ef43661692b7c9 .NET: Fix input signal issue during checkpoint restoration (#​5085)
  • 55ae57c0ed403c10fc3520505198ca32e71e76d8 .NET: Add Message Delivery Callback Overloads to Executor (#​5081)
  • d284d96a9ed6cbe9220837e139ccb7202e5b5659 fix: 04_MultiModelService sample (#​5074)
  • d1a81159de1b51113c7a0357fdde14aebf1afb79 Bump Anthropic from 12.8.0 to 12.11.0 (#​5055)
  • 9f0dbe5f8dc0c22861e761a26c4c6ed6e2436581 .NET: Improve workflow unit test coverage (#​5072)
  • 3fc1d000265e0db1f434fa5617d6e641b58c61a7 .NET: skill as class (#​5027)
  • e4defadc799cea13efa912e7ee21ce833a5a5c92 .NET: Add github actions workflow for verify-samples (#​5034)

This list of changes was auto generated.

1.0.1

1.0.1 - 2026-04-09

[!IMPORTANT]
Security hardening for FileCheckpointStorage: Checkpoint deserialization now flows through a restricted unpickler by default, which only permits a built-in set of safe Python types and all agent_framework framework types. If your application stores custom types in checkpoints, pass their "module:qualname" identifiers via the new allowed_checkpoint_types constructor parameter — otherwise loads will raise WorkflowCheckpointException. See Security Considerations for details and the opt-in format.

Added

  • samples: Add sample documentation for two separate Neo4j context providers for retrieval and memory (#​4010)
  • agent-framework-azure-cosmos: Add Cosmos DB NoSQL checkpoint storage for Python workflows (#​4916)

Changed

  • docs: Remove pre-release flag from agent-framework installation instructions (#​5082)
  • samples: Revise agent examples in README.md (#​5067)
  • repo: Update CHANGELOG with v1.0.0 release (#​5069)
  • agent-framework-core: [BREAKING] Fix handoff workflow context management and improve AG-UI demo (#​5136)
  • agent-framework-core: Restrict persisted checkpoint deserialization by default (#​4941)
  • samples: Bump vite from 7.3.1 to 7.3.2 in /python/samples/05-end-to-end/ag_ui_workflow_handoff/frontend (#​5132)
  • python: Bump cryptography from 46.0.6 to 46.0.7 (#​5176)
  • python: Bump mcp from 1.26.0 to 1.27.0 (#​5117)
  • python: Bump mcp[ws] from 1.26.0 to 1.27.0 (#​5119)

Fixed

  • agent-framework-core: Raise clear handler registration error for unresolved TypeVar annotations (#​4944)
  • agent-framework-openai: Fix response_format crash on background polling with empty text (#​5146)
  • agent-framework-foundry: Strip tools from FoundryAgent request when agent_reference is present (#​5101)
  • agent-framework-core: Fix test compatibility for entity key validation (#​5179)
  • agent-framework-openai: Stop emitting duplicate reasoning content from response.reasoning_text.done and response.reasoning_summary_text.done events (#​5162)

Full Changelog: microsoft/agent-framework@python-1.0.0...python-1.0.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)

This change is Reviewable

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Unit Test Results

197 tests  ±0   197 ✅ ±0   2s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ❌ ±0 

Results for commit d7b0bbf. ± Comparison against base commit 9d8afdc.

♻️ This comment has been updated with latest results.

@github-actions

Copy link
Copy Markdown

Summary

Summary
Generated on: 04/13/2026 - 23:51:03
Parser: MultiReport (12x Cobertura)
Assemblies: 3
Classes: 59
Files: 51
Line coverage: 62.1% (1613 of 2597)
Covered lines: 1613
Uncovered lines: 984
Coverable lines: 2597
Total lines: 3887
Branch coverage: 48.9% (336 of 686)
Covered branches: 336
Total branches: 686
Method coverage: Feature is only available for sponsors

Coverage

PromptBabbler.Api - 66.8%
Name Line Branch
PromptBabbler.Api 66.8% 50%
Program 0% 0%
PromptBabbler.Api.Authentication.AiFoundryTokenCredential 100% 75%
PromptBabbler.Api.Controllers.BabbleController 96.6% 80%
PromptBabbler.Api.Controllers.ConfigController 100%
PromptBabbler.Api.Controllers.GeneratedPromptController 100% 100%
PromptBabbler.Api.Controllers.PromptTemplateController 71.4% 46.5%
PromptBabbler.Api.Controllers.TranscriptionWebSocketController 69.3% 55.2%
PromptBabbler.Api.Controllers.TranscriptionWebSocketController.Transcriptio
nMessage
100%
PromptBabbler.Api.Controllers.UserController 0% 0%
PromptBabbler.Api.Extensions.ClaimsPrincipalExtensions 100% 50%
PromptBabbler.Api.HealthChecks.AiFoundryHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.CosmosDbHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.ManagedIdentityHealthCheck 0%
PromptBabbler.Api.Middleware.AccessCodeMiddleware 100% 93.7%
PromptBabbler.Api.Models.Requests.CreateBabbleRequest 100%
PromptBabbler.Api.Models.Requests.CreateGeneratedPromptRequest 100%
PromptBabbler.Api.Models.Requests.CreatePromptTemplateRequest 100%
PromptBabbler.Api.Models.Requests.ExampleRequest 0%
PromptBabbler.Api.Models.Requests.GeneratePromptRequest 100%
PromptBabbler.Api.Models.Requests.PinBabbleRequest 100%
PromptBabbler.Api.Models.Requests.UpdateBabbleRequest 100%
PromptBabbler.Api.Models.Requests.UpdatePromptTemplateRequest 100%
PromptBabbler.Api.Models.Requests.UpdateUserSettingsRequest 0%
PromptBabbler.Api.Models.Responses.BabbleResponse 100%
PromptBabbler.Api.Models.Responses.GeneratedPromptResponse 100%
PromptBabbler.Api.Models.Responses.GeneratePromptResponse 0%
PromptBabbler.Api.Models.Responses.PagedResponse 100%
PromptBabbler.Api.Models.Responses.PromptTemplateResponse 100%
PromptBabbler.Api.Models.Responses.UserProfileResponse 0%
PromptBabbler.Api.Models.Responses.UserSettingsResponse 0%
PromptBabbler.Domain - 97.5%
Name Line Branch
PromptBabbler.Domain 97.5% ****
PromptBabbler.Domain.Configuration.AccessControlOptions 100%
PromptBabbler.Domain.Interfaces.TranscriptionEvent 50%
PromptBabbler.Domain.Interfaces.TranscriptionSession 100%
PromptBabbler.Domain.Models.AccessControlStatusResponse 100%
PromptBabbler.Domain.Models.Babble 100%
PromptBabbler.Domain.Models.GeneratedPrompt 100%
PromptBabbler.Domain.Models.PromptExample 100%
PromptBabbler.Domain.Models.PromptTemplate 100%
PromptBabbler.Domain.Models.TemplateValidationResult 100%
PromptBabbler.Domain.Models.UserProfile 100%
PromptBabbler.Domain.Models.UserSettings 100%
PromptBabbler.Infrastructure - 55.7%
Name Line Branch
PromptBabbler.Infrastructure 55.7% 48%
PromptBabbler.Infrastructure.DependencyInjection 0% 0%
PromptBabbler.Infrastructure.Services.AzureOpenAiPromptGenerationService 0% 0%
PromptBabbler.Infrastructure.Services.AzureSpeechTranscriptionService 0% 0%
PromptBabbler.Infrastructure.Services.BabbleService 100% 100%
PromptBabbler.Infrastructure.Services.BuiltInTemplateSeedingService 0% 0%
PromptBabbler.Infrastructure.Services.BuiltInTemplateSeedingService.BuiltIn
TemplateDefinition
0%
PromptBabbler.Infrastructure.Services.CosmosBabbleRepository 37.3% 5.5%
PromptBabbler.Infrastructure.Services.CosmosGeneratedPromptRepository 38.3% 12.5%
PromptBabbler.Infrastructure.Services.CosmosPromptTemplateRepository 30.3% 25%
PromptBabbler.Infrastructure.Services.CosmosUserRepository 95.8%
PromptBabbler.Infrastructure.Services.GeneratedPromptService 100% 100%
PromptBabbler.Infrastructure.Services.PromptBuilder 100% 100%
PromptBabbler.Infrastructure.Services.PromptTemplateService 100% 83.3%
PromptBabbler.Infrastructure.Services.TemplateValidationService 94.9% 93.7%
PromptBabbler.Infrastructure.Services.UserService 100% 91.6%
System.Text.RegularExpressions.Generated 73.9% 48.8%
System.Text.RegularExpressions.Generated.RunnerFactory
System.Text.RegularExpressions.Generated.RunnerFactory.Runner

@PlagueHO PlagueHO left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

:lgtm:

@PlagueHO
PlagueHO merged commit b0b34da into main Apr 14, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/prompt-babbler-service/Microsoft.Agents.AI.OpenAI-1.1.0 branch April 14, 2026 08:16
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.

1 participant