Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the azure group with 2 updates in the / directory: azure-ai-agents and azure-ai-projects.

Updates azure-ai-agents from 1.2.0b5 to 1.2.0b6

Commits
  • b8789d4 Fix missing await in telemetry wrapper methods for async Agent calls (#43606)
  • 1edf91c skip tests in 3.14 (#43608)
  • 56d46a8 [AutoRelease] t2-containerservice-2025-10-24-62327(can only be merged by SDK ...
  • 9187477 [AutoRelease] t2-appcontainers-2025-10-09-42434(can only be merged by SDK own...
  • f3f8cf3 [AutoRelease] t2-network-2025-09-23-00572(can only be merged by SDK owner) (#...
  • 13fa29a [AutoRelease] t2-cognitiveservices-2025-10-10-76953(can only be merged by SDK...
  • dce2b54 bump used proxy version (#43599)
  • eae8a80 Added Samples for User Agents (#43561)
  • 4022775 Silence Non-Blocking 1ESPT Error (#43585)
  • bf7269d [Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3) (#43590)
  • Additional commits viewable in compare view

Updates azure-ai-projects from 2.0.0b2 to 2.0.0b3

Release notes

Sourced from azure-ai-projects's releases.

azure-ai-projects_2.0.0b3

2.0.0b3 (2026-01-06)

Features Added

  • The package now takes dependency on openai and azure-identity packages. No need to install them separately.
  • Tracing: support for tracing the schema when an Agent is created with structured output definition.

Breaking changes

  • Rename class AgentObject to AgentDetails
  • Rename class AgentVersionObject to AgentVersionDetails
  • Rename class MemoryStoreObject to MemoryStoreDetails
  • Tracing: removed outer "content" from event content format wrapper and unified type-specific keys (e.g., "text", "image_url") to generic "content" key.
  • Tracing: replaced "gen_ai.request.assistant_name" attribute with gen_ai.agent.name.
  • Tracing: removed "gen_ai.system" - the "gen_ai.provider.name" provides same information.
  • Tracing: changed "gen_ai.user.message" and "gen_ai.tool.message" to "gen_ai.input.messages". Changed "gen_ai.assistant.message" to "gen_ai.output.messages".
  • Tracing: changed "gen_ai.system.instruction" to "gen_ai.system.instructions".
  • Tracing: added the "parts" array to "gen_ai.input.messages" and "gen_ai.output.messages".
  • Tracing: removed "role" as a separate attribute and added "role" to "gen_ai.input.messages" and "gen_ai.output.messages" content.
  • Tracing: added "finish_reason" as part of "gen_ai.output.messages" content.
  • Tracing: changed the tool calls to use the api definitions as the types in traces. For example "function_call" instead of "function" and "function_call_output" instead of "function"

Bugs Fixed

  • Tracing: fixed a bug with computer use tool call output including screenshot binary data even when binary data tracing is off.

Sample updates

  • Added OpenAPI tool sample. See sample_agent_openapi.py.
  • Added OpenAPI with Project Connection sample. See sample_agent_openapi_with_project_connection.py.
  • Added SharePoint grounding tool sample. See sample_agent_sharepoint.py.
  • Improved MCP client sample showing direct MCP tool invocation. See samples/mcp_client/sample_mcp_tool_async.py.
  • Samples that download generated files (code interpreter and image generation) now save files to the system temp directory instead of the current working directory. See sample_agent_code_interpreter.py, sample_agent_code_interpreter_async.py, sample_agent_image_generation.py, and sample_agent_image_generation_async.py.
  • The Agent to Agent sample was updated to allow "Custom keys" connection type.
  • Update Fine-Tuning supervised job samples to show waiting for model result instead of polling
  • Add evaluations sample samples/evaluations/sample_evaluations_score_model_grader_with_image.py.
  • Add basic steam event samples samples/agents/sample_agent_stream_events.py and samples/responses/sample_responses_stream_events.py
Commits
  • 6d01a45 Fix dataset deletion by using correct name attribute (#44545)
  • b3ec21c Do not use direct links to samples (#44548)
  • 2ab7ab7 Refactor environment variable names for fine-tuning tests in .env.template (#...
  • 74a48aa Test and sample recording (#44539)
  • c032898 Fix-Sample-Code-Agents - Github Issue 44431 (#44441)
  • 5152e36 Agent workflow sample updates and other minor updates (#44507)
  • 1ee7046 waiting for finetuned model result instead polling (#44504)
  • 1cf1992 Adding recording assets for finetuning deploy infer async operations (#44499)
  • dc7bdd6 Refactor the test sample functions to fix dependency on aiohttp package (#44490)
  • 752729d Update agent continuous evaluation sample (#44463)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Dependency updates python Python-related changes labels Jan 12, 2026
@greptile-apps
Copy link

greptile-apps bot commented Jan 12, 2026

PR author is in the excluded authors list.

Bumps the azure group with 2 updates in the / directory: [azure-ai-agents](https://github.com/Azure/azure-sdk-for-python) and [azure-ai-projects](https://github.com/Azure/azure-sdk-for-python).


Updates `azure-ai-agents` from 1.2.0b5 to 1.2.0b6
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-ai-agents_1.2.0b5...azure-ai-agents_1.2.0b6)

Updates `azure-ai-projects` from 2.0.0b2 to 2.0.0b3
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-ai-projects_2.0.0b2...azure-ai-projects_2.0.0b3)

---
updated-dependencies:
- dependency-name: azure-ai-agents
  dependency-version: 1.2.0b6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: azure-ai-projects
  dependency-version: 2.0.0b3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/azure-2eb8c3d23c branch from c99e0fc to 9c93130 Compare January 14, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates python Python-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants