Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the agent-framework group with 8 updates:

Package From To
agent-framework 1.0.0b251211 1.0.0b251218
agent-framework-core 1.0.0b251211 1.0.0b251218
agent-framework-azure-ai 1.0.0b251211 1.0.0b251218
agent-framework-azure-ai-search 1.0.0b251211 1.0.0b251218
agent-framework-devui 1.0.0b251211 1.0.0b251218
agent-framework-a2a 1.0.0b251211 1.0.0b251218
agent-framework-declarative 1.0.0b251211 1.0.0b251218
agent-framework-azurefunctions 1.0.0b251211 1.0.0b251218

Updates agent-framework from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-core from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-core's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-azure-ai from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-azure-ai's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-azure-ai-search from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-azure-ai-search's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-devui from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-devui's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-a2a from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-a2a's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-declarative from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-declarative's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)
  • ff9343d .NET: Update Anthropic package to version 12.0.0 (#2914)
  • 8ff34f9 Python: Add workflow cancellation sample (#2732)
  • e3f8bfc Python: Fixes Run ID and Thread ID casing to align with AG-UI Typescript SDK ...
  • b4f2709 Python: Workflow add option to visualize internal executors (#2917)
  • e5c11d3 Python: cleanup and refactoring of chat clients (#2937)
  • Additional commits viewable in compare view

Updates agent-framework-azurefunctions from 1.0.0b251211 to 1.0.0b251218

Release notes

Sourced from agent-framework-azurefunctions's releases.

python-1.0.0b251218

[1.0.0b251218] - 2025-12-18

Added

  • agent-framework-core: Azure AI Agent with Bing Grounding Citations sample (#2892)
  • agent-framework-core: Workflow option to visualize internal executors (#2917)
  • agent-framework-core: Workflow cancellation sample (#2732)
  • agent-framework-core: Azure Managed Redis support with credential provider (#2887)
  • agent-framework-core: Additional arguments for Azure AI agent configuration (#2922)

Changed

  • agent-framework-ollama: Updated Ollama package version (#2920)
  • agent-framework-ollama: Move Ollama samples to samples getting started directory (#2921)
  • agent-framework-core: Cleanup and refactoring of chat clients (#2937)
  • agent-framework-core: Align Run ID and Thread ID casing with AG-UI TypeScript SDK (#2948)

Fixed

  • agent-framework-core: Fix Pydantic error when using Literal types for tool parameters (#2893)
  • agent-framework-core: Correct MCP image type conversion in _mcp.py (#2901)
  • agent-framework-core: Fix BadRequestError when using Pydantic models in response formatting (#1843)
  • agent-framework-core: Propagate workflow kwargs to sub-workflows via WorkflowExecutor (#2923)
  • agent-framework-core: Fix WorkflowAgent event handling and kwargs forwarding (#2946)

New Contributors

Full Changelog: microsoft/agent-framework@python-1.0.0b251216...python-1.0.0b251218

python-1.0.0b251216

[1.0.0b251216] - 2025-12-16

Added

  • agent-framework-ollama: Ollama connector for Agent Framework (#1104)
  • agent-framework-core: Added custom args and thread object to ai_function kwargs (#2769)
  • agent-framework-core: Enable checkpointing for WorkflowAgent (#2774)

Changed

  • agent-framework-core: [BREAKING] Observability updates (#2782)
  • agent-framework-core: Use agent description in HandoffBuilder auto-generated tools (#2714)
  • agent-framework-core: Remove warnings from workflow builder when not using factories (#2808)

Fixed

  • agent-framework-core: Fix WorkflowAgent to include thread conversation history (#2774)

... (truncated)

Commits
  • b0a7a1f Python: Fix WorkflowAgent event handling and kwargs forwarding (#2946)
  • a841bdd Bump Azure.AI.AgentServer.AgentFramework from 1.0.0-beta.4 to 1.0.0-beta.5 (#...
  • d46adff Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.11 to 4.0.5 (#2853)
  • b0b5777 Bump CommunityToolkit.Aspire.OllamaSharp from 13.0.0-beta.440 to 13.0.0 (#2856)
  • 37b4cfd Python: Add Azure Managed Redis Support with Credential Provider (#2887)...

    Description has been truncated

@dependabot dependabot bot added dependencies Dependency updates python Python-related changes labels Dec 22, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot removed the python Python-related changes label Dec 22, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 22, 2025

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
  • ⚠️ 4 package(s) with unknown licenses.
See the Details below.

License Issues

pyproject.toml

PackageVersionLicenseIssue Type
agent-framework1.0.0b251223NullUnknown License
agent-framework-azure-ai1.0.0b251223NullUnknown License
agent-framework-azure-ai-search1.0.0b251223NullUnknown License
agent-framework-core1.0.0b251223NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/agent-framework 1.0.0b251223 UnknownUnknown
pip/agent-framework-azure-ai 1.0.0b251223 UnknownUnknown
pip/agent-framework-azure-ai-search 1.0.0b251223 UnknownUnknown
pip/agent-framework-core 1.0.0b251223 UnknownUnknown

Scanned Files

  • pyproject.toml

@Zochory Zochory added this to the v0.7.0 milestone Dec 22, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/agent-framework-a2bc119560 branch from a3d06a1 to eafe021 Compare December 29, 2025 02:19
@dependabot dependabot bot force-pushed the dependabot/pip/agent-framework-a2bc119560 branch from eafe021 to 8b48731 Compare January 5, 2026 02:23
@dependabot dependabot bot force-pushed the dependabot/pip/agent-framework-a2bc119560 branch from 8b48731 to 05ef7d5 Compare January 12, 2026 03:00
Bumps the agent-framework group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [agent-framework](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-core](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-azure-ai](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-azure-ai-search](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-devui](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-a2a](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-declarative](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |
| [agent-framework-azurefunctions](https://github.com/microsoft/agent-framework) | `1.0.0b251211` | `1.0.0b251218` |


Updates `agent-framework` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-core` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-azure-ai` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-azure-ai-search` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-devui` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-a2a` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-declarative` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

Updates `agent-framework-azurefunctions` from 1.0.0b251211 to 1.0.0b251218
- [Release notes](https://github.com/microsoft/agent-framework/releases)
- [Commits](microsoft/agent-framework@python-1.0.0b251211...python-1.0.0b251218)

---
updated-dependencies:
- dependency-name: agent-framework
  dependency-version: 1.0.0b251218
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-core
  dependency-version: 1.0.0b251218
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-azure-ai
  dependency-version: 1.0.0b251218
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-azure-ai-search
  dependency-version: 1.0.0b251218
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-devui
  dependency-version: 1.0.0b251218
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-a2a
  dependency-version: 1.0.0b251218
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-declarative
  dependency-version: 1.0.0b251218
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-framework
- dependency-name: agent-framework-azurefunctions
  dependency-version: 1.0.0b251218
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: agent-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/agent-framework-a2bc119560 branch from 05ef7d5 to 3b237ca Compare January 19, 2026 03:09
Copilot AI review requested due to automatic review settings January 19, 2026 03:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant