Skip to content

build: bump the python-deps group across 1 directory with 21 updates - #325

Open
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/pip/src/api/dependabotchanges/python-deps-134856c138
Open

build: bump the python-deps group across 1 directory with 21 updates#325
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/pip/src/api/dependabotchanges/python-deps-134856c138

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 21 updates in the /src/api directory:

Package From To
cachetools 7.0.5 7.1.6
fastapi 0.136.0 0.140.13
uvicorn 0.44.0 0.52.0
pydantic 2.13.2 2.13.4
pydantic-settings 2.14.0 2.14.2
agent-framework-core 1.0.0rc6 1.12.1
azure-search-documents 11.7.0b2 12.1.0b1
azure-ai-projects 2.1.0 2.4.0
azure-cosmos 4.15.0 4.16.2
azure-ai-voicelive 1.2.0b5 1.3.0b1
openai 2.32.0 2.50.0
opentelemetry-sdk 1.40.0 1.44.0
opentelemetry-api 1.40.0 1.44.0
opentelemetry-semantic-conventions 0.61b0 0.65b0
opentelemetry-instrumentation 0.61b0 0.65b0
opentelemetry-instrumentation-fastapi 0.61b0 0.65b0
azure-monitor-opentelemetry 1.8.7 1.8.9
pytest 9.0.3 9.1.1
pytest-cov 7.0.0 7.1.0
pytest-asyncio 1.3.0 1.4.0
black 26.3.1 26.5.1

Updates cachetools from 7.0.5 to 7.1.6

Changelog

Sourced from cachetools's changelog.

v7.1.6 (2026-07-24)

  • Minor style improvements to keep ruff happy.

v7.1.5 (2026-07-23)

  • Fix TLRUCache silently keeping stale values on expired overwrites.

  • Reject negative cache item getsizeof values.

  • Update build environment.

v7.1.4 (2026-05-22)

  • Minor unit test improvements.

  • Update build environment.

v7.1.3 (2026-05-18)

  • Minor type stub improvements.

  • Update build environment.

v7.1.2 (2026-05-16)

  • Minor type stub improvements.

  • Minor documentation improvements.

  • Modernize build environment.

v7.1.1 (2026-05-03)

  • Various type stub improvements.

v7.1.0 (2026-05-01)

... (truncated)

Commits
  • 13bb86a Minor style improvements to keep ruff happy.
  • e2250be Fix RTD version handling.
  • 0d2a6ea Release v7.1.5.
  • d64cf80 Prepare v7.1.5.
  • fcbb0de Fix #406: Merge branch 'gaoflow-fix-tlru-overwrite-expired-stale-value' into ...
  • c0fdf6a Fix TLRUCache silently keeping stale value on expired overwrite
  • 978d34d Bump actions/setup-python from 6.2.0 to 6.3.0
  • d5c7eea Reject negative cache item sizes
  • 578e976 Update build environment.
  • e164b70 Bump codecov/codecov-action from 6.0.0 to 7.0.0
  • Additional commits viewable in compare view

Updates fastapi from 0.136.0 to 0.140.13

Release notes

Sourced from fastapi's releases.

0.140.13

Fixes

Docs

0.140.12

Fixes

0.140.11

Fixes

  • 🐛 Fix response_model_* params ignored for non-generator endpoints with Iterable[..] return type. PR #15093 by @​YuriiMotov.

0.140.10

Fixes

Internal

0.140.9

Fixes

  • 🐛 Fix exclude_defaults not propagated to dict keys and values in jsonable_encoder. PR #16043 by @​MBGrao.

Internal

0.140.8

Fixes

0.140.6

Refactors

... (truncated)

Commits
  • 628663f 🔖 Release version 0.140.13 (#16096)
  • 0b54fd0 📝 Update release notes
  • e92a0dc 🐛 Fix status_code being ignored for SSE and JSONL streaming endpoints (#15937)
  • 6215d8a 📝 Update release notes
  • 12242c4 📝 Fix format_sse_event docstring rendering of \n\n terminator (#15613)
  • 70a8f3d 📝 Update release notes
  • 4f0152c 📝 Add API reference page for fastapi.sse (#15930)
  • 5f25505 🔖 Release version 0.140.12 (#16095)
  • 76e2c83 📝 Update release notes
  • 0f3e7bd 🐛 Fix line splitting in format_sse_event to comply with SSE spec (#15515)
  • Additional commits viewable in compare view

Updates uvicorn from 0.44.0 to 0.52.0

Release notes

Sourced from uvicorn's releases.

Version 0.52.0

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)

Full Changelog: Kludex/uvicorn@0.51.0...0.52.0

Version 0.51.0

What's Changed

Full Changelog: Kludex/uvicorn@0.50.2...0.51.0

Version 0.50.1

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.50.0...0.50.1

Version 0.50.0

What's Changed

Full Changelog: Kludex/uvicorn@0.49.0...0.50.0

Version 0.49.0

What's Changed

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.52.0 (July 29, 2026)

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)

0.51.0 (July 8, 2026)

Added

  • Restart workers one at a time on SIGHUP, bringing each replacement up before retiring the old worker, so reloads no longer drop requests (#3025)

Removed

  • Remove colorama from the standard extra (#3027)

0.50.2 (July 6, 2026)

Fixed

  • Require websockets>=13.0, which the default websockets-sansio implementation needs (#3021)

0.50.1 (July 6, 2026)

Fixed

  • Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansio implementation (#3019)

0.50.0 (July 4, 2026)

If you use WebSockets, note that --ws auto now picks the websockets-sansio implementation. You shouldn't need it, but you can pin --ws websockets to get the deprecated legacy one back.

Changed

  • Exit with the dedicated code 3 on any startup failure: app loading, socket bind and lifespan startup errors previously exited with a mix of 0, 1 and 3 (#3001)
  • Stop the multiprocess supervisor when a worker exits with code 3 instead of restarting it forever (#3001)
  • Default --ws auto to websockets-sansio when websockets is installed (#2985)
  • Skip the eager app import in the parent process with --reload or --workers, fixing a memory regression introduced in 0.47.0 (#3012)
  • Build a fresh asgi scope dict per request (#2977)
  • Cache the asgi scope sub-dict per connection (#2976)
  • Avoid copying single-frame WebSocket payloads in websockets-sansio (#2983)
  • Memoize trusted host checks in ProxyHeadersMiddleware (#2970)

... (truncated)

Commits

Updates pydantic from 2.13.2 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

v2.13.3 2026-04-20

v2.13.3 (2026-04-20)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.2...v2.13.3

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

v2.13.3 (2026-04-20)

GitHub release

What's Changed

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.14.0 to 2.14.2

Release notes

Sourced from pydantic-settings's releases.

v2.14.2

What's Changed

This is a security patch release.

Security

Fixes GHSA-4xgf-cpjx-pc3j: NestedSecretsSettingsSource with secrets_nested_subdir=True could follow a symbolic link inside secrets_dir pointing outside it, reading out-of-tree files into settings values and bypassing the secrets_dir_max_size cap. Affected versions: >= 2.12.0, < 2.14.2.

Full Changelog: pydantic/pydantic-settings@v2.14.1...v2.14.2

v2.14.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.14.0...v2.14.1

Commits

Updates agent-framework-core from 1.0.0rc6 to 1.12.1

Release notes

Sourced from agent-framework-core's releases.

python-1.12.1

[1.12.1] - 2026-07-22

Added

  • agent-framework-openai: Add explicit prompt cache breakpoints for GPT-5.6 models and a usage sample (#7163)

Changed

  • agent-framework-ag-ui: Promote the package from release candidate to stable
  • agent-framework-core: Add security guidance for custom MCP Streamable HTTP clients (#7245)

Fixed

  • agent-framework-gemini: Preserve Gemini 3 thought signatures across function-call replays (#7095)
  • agent-framework-core, agent-framework-foundry, agent-framework-foundry-hosting, agent-framework-openai: Fix stateless replay of reasoning-paired tool calls (#7233)

Full Changelog: microsoft/agent-framework@python-1.12.0...python-1.12.1

python-1.12.0

[1.12.0] - 2026-07-21

Added

  • agent-framework-azure-cosmos-memory: Add an alpha Azure Cosmos DB semantic-memory context provider with fact extraction, user profiles, samples, and integration coverage (#6719)
  • agent-framework-azurefunctions, agent-framework-core, agent-framework-durabletask: Add HITL response-URL addressing for requests raised from inside workflows (#7001)
  • agent-framework-core: Add cross-session origin attribution to context-injected messages (#7041)
  • agent-framework-core, agent-framework-tools: Warn when auto-approved tools have name collisions (#7090)
  • agent-framework-core: Add a session_provider option to MCPSkillsSource and MCPSkill (mutually exclusive with client) that resolves the MCP session on every fetch, keeping cached skills reconnect-safe when the underlying session is replaced (#7135)
  • agent-framework-hosting-a2a: Add app-owned A2A hosting helpers (#7050)
  • agent-framework-hosting-mcp: Add app-owned MCP hosting helpers for exposing agents and workflows as native MCP tools (#7209)
  • agent-framework-hosting-responses: [BREAKING] Add Responses conversation ID creation and parsing helpers, and distinguish conversation IDs from previous response IDs (#7234)
  • agent-framework-hosting-telegram: Add Telegram hosting helpers and samples (#7047)
  • samples: Add a Microsoft OpenTelemetry Distro observability sample (#5632)

Changed

  • agent-framework-ag-ui: [BREAKING] Emit TOOL_CALL events for workflow participant tool calls (#7039)
  • agent-framework-a2a: Reduce A2AExecutor log noise for content types without protocol mappings (#7034)
  • agent-framework-ag-ui, agent-framework-core: Optimize shared serialization paths (#7165)
  • agent-framework-ag-ui, agent-framework-bedrock, agent-framework-claude, agent-framework-core, agent-framework-github-copilot, agent-framework-ollama, agent-framework-openai: Normalize chat finish reasons across providers (#7105)
  • agent-framework-anthropic, agent-framework-azure-contentunderstanding, agent-framework-azure-cosmos, agent-framework-core, agent-framework-declarative, agent-framework-devui, agent-framework-foundry, agent-framework: Update Microsoft Foundry branding in shipped APIs and package documentation (#6999)
  • agent-framework-azure-contentunderstanding, agent-framework-azure-cosmos-memory, agent-framework-chatkit, agent-framework-core, agent-framework-durabletask, agent-framework-foundry, agent-framework-foundry-hosting, agent-framework-gemini, agent-framework-hyperlight, agent-framework-lab, agent-framework-monty, agent-framework-openai, agent-framework-tools, agent-framework: Consolidate dependency updates and compatibility adjustments (#7204)
  • agent-framework-azurefunctions, agent-framework-devui, agent-framework-foundry, agent-framework-hosting-responses, agent-framework-lab, agent-framework-mistral, agent-framework: Clean up dependency groups and compatibility handling (#7046)
  • agent-framework-azurefunctions, agent-framework-durabletask: Normalize initial durable workflow inputs across hosting paths (#7205)
  • agent-framework-core: [BREAKING — experimental] Correct harness before-strategy compaction when state persists per service call (#7055)
  • agent-framework-core: [BREAKING] Graduate create_harness_agent from experimental to stable (#7120)
  • agent-framework-core: Graduate the mode and todo providers from experimental to stable (#7053)
  • agent-framework-core: Graduate ToolApprovalMiddleware from experimental to stable (#7106)
  • agent-framework-core: Graduate FileMemoryProvider from experimental to stable (#7113)
  • agent-framework-core: Make FileAccessProvider opt-in for harness agents (#7094)
  • agent-framework-core: Serialize tool definitions best-effort for observability (#7029)
  • agent-framework-declarative: Promote declarative workflows from release candidate to stable (#7065)
  • agent-framework-devui: Refine request logging (#7083)
  • agent-framework-foundry-hosting: Promote the package to beta and add it to the main installation surface; make the Foundry Toolbox MCP skills sample self-contained (#7099)

... (truncated)

Commits
  • 711d6f2 Bump Python package versions for 1.12.1 release (#7273)
  • bd17a64 Restore dedicated DevFlow Copilot authentication (#7276)
  • 5147579 Python: Enforce package coverage by lifecycle (#7261)
  • 2d34dee Reduce workflow credential exposure (#7270)
  • a2927c1 Python: Fix stateless replay of reasoning-paired tool calls (#7233)
  • c68c099 .NET: Fix expensive logging (#7268)
  • 6180272 Python: Support prompt cache breakpoints for GPT-5.6 models in OpenAI clients...
  • ddb0622 .NET: Added GettingStarted example demonstrating Dapr as an agent provider (#...
  • 12b2325 Updating dotnet version for release. (#7265)
  • bfc73a5 .NET: Fix declarative autosend output (#7217)
  • Additional commits viewable in compare view

Updates azure-search-documents from 11.7.0b2 to 12.1.0b1

Release notes

Sourced from azure-search-documents's releases.

azure-mgmt-eventhub_12.0.0

12.0.0 (2026-07-29)

Features Added

  • Client EventHubManagementClient added parameter cloud_setting in method __init__
  • Client EventHubManagementClient added method send_request
  • Model NetworkSecurityPerimeterConfiguration added property system_data
  • Model ProxyResource added property system_data
  • Model Resource added property system_data
  • Enum TlsVersion added member ONE3
  • Added model ConfidentialCompute
  • Added enum IpAddressType
  • Added enum Mode
  • Added model PlatformCapabilities
  • Operation group NetworkSecurityPerimeterConfigurationsOperations added method get_resource_association_name

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model ApplicationGroup moved instance variable client_app_group_identifier, is_enabled and policies under property properties whose type is ApplicationGroupProperties
  • Model ArmDisasterRecovery moved instance variable alternate_name, partner_namespace, pending_replication_operations_count, provisioning_state and role under property properties whose type is ArmDisasterRecoveryProperties
  • Model AuthorizationRule moved instance variable rights under property properties whose type is AuthorizationRuleProperties
  • Model Cluster moved instance variable created_at, metric_id, provisioning_state, status, supports_scaling and updated_at under property properties whose type is ClusterProperties
  • Model ConsumerGroup moved instance variable created_at, updated_at and user_metadata under property properties whose type is ConsumerGroupProperties
  • Model Destination moved instance variable archive_name_format, blob_container, data_lake_account_name, data_lake_folder_path, data_lake_subscription_id and storage_account_resource_id under property properties whose type is DestinationProperties
  • Model EHNamespace moved instance variable alternate_name, cluster_arm_id, created_at, disable_local_auth, encryption, geo_data_replication, is_auto_inflate_enabled, kafka_enabled, maximum_throughput_units, metric_id, minimum_tls_version, private_endpoint_connections, provisioning_state, public_network_access, service_bus_endpoint, status, updated_at and zone_redundant under property properties whose type is EHNamespaceProperties
  • Model Eventhub moved instance variable capture_description, created_at, identifier, message_retention_in_days, message_timestamp_description, partition_count, partition_ids, retention_description, status, updated_at and user_metadata under property properties whose type is EventhubProperties
  • Model FailOver moved instance variable force and primary_location under property properties whose type is FailOverProperties
  • Model NetworkRuleSet moved instance variable default_action, ip_rules, public_network_access, trusted_service_access_enabled and virtual_network_rules under property properties whose type is NetworkRuleSetProperties
  • Model NetworkSecurityPerimeterConfiguration moved instance variable applicable_features, is_backing_resource, network_security_perimeter, parent_association_name, profile, provisioning_issues, provisioning_state, resource_association and source_resource_id under property properties whose type is NetworkSecurityPerimeterConfigurationProperties
  • Model PrivateEndpointConnection moved instance variable private_endpoint, private_link_service_connection_state and provisioning_state under property properties whose type is PrivateEndpointConnectionProperties
  • Model PrivateLinkResource moved instance variable group_id, required_members and required_zone_names under property properties whose type is PrivateLinkResourceProperties
  • Model ProxyResource deleted or renamed its instance variable location
  • Model RetentionDescription renamed its instance variable min_compaction_lag_in_mins to min_compaction_lag_time_in_minutes
  • Model SchemaGroup moved instance variable created_at_utc, e_tag, group_properties, schema_compatibility, schema_type and updated_at_utc under property properties whose type is SchemaGroupProperties
  • Method NetworkSecurityPerimeterConfigurationsOperations.begin_create_or_update changed return type from LROPoller[None] to LROPoller[NetworkSecurityPerimeterConfiguration]

Other Changes

  • Deleted model ApplicationGroupListResult/ArmDisasterRecoveryListResult/AuthorizationRuleListResult/ClusterListResult/ConsumerGroupListResult/EHNamespaceListResult/EventHubListResult/OperationListResult/PrivateEndpointConnectionListResult/SchemaGroupListResult which actually were not used by SDK users
  • Deleted model ErrorDetailAutoGenerated/ErrorResponseAutoGenerated/TrackedResource which actually were not used by SDK users

azure-mgmt-eventhub_12.0.0b2

12.0.0b2 (2026-07-07)

Features Added

  • Client EventHubManagementClient added parameter cloud_setting in method __init__
  • Client EventHubManagementClient added method send_request

... (truncated)

Commits
  • ee74719 Update CODEOWNERS for translation service owners github alias (#47182)
  • 251ce7a Re-emit from latest TypeSpec, to validate latest commits for Python class & m...
  • 701a0a3 Add aio extras to azure-cosmos for async dependencies (#47143)
  • de49c08 Prepare azure-ai-evaluation 1.17.0 release (#47142)
  • 779c8e1 Untyped ValueError/AssertionError bug (#47091)
  • 203fcc5 Merge feature/azure-ai-projects/2.2.0 to Main (#46535)
  • 1e8a307 [Key Vault] Added API 2026-01-01-preview with EkmClient and EkmConnection (#4...
  • df9589b [AutoPR azure-mgmt-servicefabricmanagedclusters]-generated-from-SDK Generatio...
  • 802876b Refresh azure-mgmt-securityinsight after migrate to Typespec (#47162)
  • 98e46a6 [AutoPR azure-mgmt-computefleet]-generated-from-SDK Generation - Python-62234...
  • Additional commits viewable in compare view

Updates azure-ai-projects from 2.1.0 to 2.4.0

Updates azure-cosmos from 4.15.0 to 4.16.2

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.16.2

4.16.2 (2026-07-15)

Features Added

  • Added GlobalSecondaryIndexDefinition class and global_secondary_index keyword to create_container, create_container_if_not_exists, and replace_container methods for creating Global Secondary Index (GSI) containers. See PR 47468.

Bugs Fixed

  • Fixed KeyError: 'version' in SessionContainer.get_session_token (sync and async) when the container's partitionKey definition returned by the service does not include the optional version field. The error was silently swallowed by a broad except, causing the client to send no x-ms-session-token header on subsequent reads. Against the Dedicated Gateway, this turned every Session-consistency read into an Integrated Cache miss. partitionKey.version is now treated as optional and defaults to 1, matching how PartitionKey handles a missing version. See PR 47143
Commits
  • eb67b14 Revert "Add CFSClean enforcement (#48061)" (#48080)
  • c839b8b Cosmos: update changelog for release (#48005)
  • f0ac2f5 [ServiceBus] Document aiohttp>=3.14.0 recommendation for AmqpOverWebsocket (#...
  • c91747d Fix OneSettings validation logic to match schema (#48059)
  • 3eeccbb Add CFSClean enforcement (#48061)
  • 8f8855b [Service Bus] Drain receive link and release messages on receiver close (#42917)
  • 777741b Sync eng/common directory with azure-sdk-tools for PR 16342 (#48074)
  • ebe3b5e update autorelease resolve step as authenticated step (#48073)
  • e5f122a [monitor opentelemetry exporter] Handle ServiceResponseError as retryable to ...
  • 2cad71a Bump TypeSpec Python emitter to 0.63.3 (#48068)
  • Additional commits viewable in compare view

Updates azure-ai-voicelive from 1.2.0b5 to 1.3.0b1

Release notes

Sourced from azure-ai-voicelive's releases.

azure-mgmt-computelimit_1.2.1

1.2.1 (2026-07-07)

Other Changes

  • Added azure.mgmt.computelimit.types module with TypedDict definitions (e.g. GuestSubscription, SharedLimit, SharedLimitCap, MemberCapOverride, SetMemberCapOverridesRequest, FeatureEnableRequest) that can be used in place of raw JSON when calling operations, providing better editor autocompletion and type checking.
Commits
  • 64f2093 [Voicelive] Release 1.3.0b1 (#47207)
  • edada01 [VoiceLive] Update for 2026-06-01-preview (#47089)
  • ee74719 Update CODEOWNERS for translation service owners github alias (#47182)
  • 251ce7a Re-emit from latest TypeSpec, to validate latest commits for Python class & m...
  • 701a0a3 Add aio extras to azure-cosmos for async dependencies (#47143)
  • de49c08 Prepare azure-ai-evaluation 1.17.0 release (#47142)
  • 779c8e1 Untyped ValueError/AssertionError bug (#47091)
  • 203fcc5 Merge feature/azure-ai-projects/2.2.0 to Main (#46535)
  • 1e8a307 [Key Vault] Added API 2026-01-01-preview with EkmClient and EkmConnection (#4...
  • df9589b [AutoPR azure-mgmt-servicefabricmanagedclusters]-generated-from-SDK Generatio...
  • Additional commits viewable in compare view

Updates openai from 2.32.0 to 2.50.0

Release notes

Sourced from openai's releases.

v2.50.0

2.50.0 (2026-07-28)

Full Changelog: v2.49.0...v2.50.0

Features

  • api: transcription model updates (

Bumps the python-deps group with 21 updates in the /src/api directory:

| Package | From | To |
| --- | --- | --- |
| [cachetools](https://github.com/tkem/cachetools) | `7.0.5` | `7.1.6` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.136.0` | `0.140.13` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.44.0` | `0.52.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.2` | `2.13.4` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.0` | `2.14.2` |
| [agent-framework-core](https://github.com/microsoft/agent-framework) | `1.0.0rc6` | `1.12.1` |
| [azure-search-documents](https://github.com/Azure/azure-sdk-for-python) | `11.7.0b2` | `12.1.0b1` |
| azure-ai-projects | `2.1.0` | `2.4.0` |
| [azure-cosmos](https://github.com/Azure/azure-sdk-for-python) | `4.15.0` | `4.16.2` |
| [azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-python) | `1.2.0b5` | `1.3.0b1` |
| [openai](https://github.com/openai/openai-python) | `2.32.0` | `2.50.0` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.40.0` | `1.44.0` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.40.0` | `1.44.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.61b0` | `0.65b0` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.61b0` | `0.65b0` |
| [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.61b0` | `0.65b0` |
| [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.8.7` | `1.8.9` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` |
| [black](https://github.com/psf/black) | `26.3.1` | `26.5.1` |



Updates `cachetools` from 7.0.5 to 7.1.6
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v7.0.5...v7.1.6)

Updates `fastapi` from 0.136.0 to 0.140.13
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.0...0.140.13)

Updates `uvicorn` from 0.44.0 to 0.52.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.44.0...0.52.0)

Updates `pydantic` from 2.13.2 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.2...v2.13.4)

Updates `pydantic-settings` from 2.14.0 to 2.14.2
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.2)

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

Updates `azure-search-documents` from 11.7.0b2 to 12.1.0b1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-search-documents_11.7.0b2...azure-search-documents_12.1.0b1)

Updates `azure-ai-projects` from 2.1.0 to 2.4.0

Updates `azure-cosmos` from 4.15.0 to 4.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-cosmos_4.15.0...azure-cosmos_4.16.2)

Updates `azure-ai-voicelive` from 1.2.0b5 to 1.3.0b1
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-ai-voicelive_1.2.0b5...azure-ai-voicelive_1.3.0b1)

Updates `openai` from 2.32.0 to 2.50.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.32.0...v2.50.0)

Updates `opentelemetry-sdk` from 1.40.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.40.0...v1.44.0)

Updates `opentelemetry-api` from 1.40.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.40.0...v1.44.0)

Updates `opentelemetry-semantic-conventions` from 0.61b0 to 0.65b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `opentelemetry-instrumentation` from 0.61b0 to 0.65b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `opentelemetry-instrumentation-fastapi` from 0.61b0 to 0.65b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `azure-monitor-opentelemetry` from 1.8.7 to 1.8.9
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry_1.8.7...azure-monitor-opentelemetry_1.8.9)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

Updates `pytest-asyncio` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0)

Updates `black` from 26.3.1 to 26.5.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.3.1...26.5.1)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: fastapi
  dependency-version: 0.140.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: uvicorn
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: agent-framework-core
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: azure-search-documents
  dependency-version: 12.1.0b1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: azure-ai-projects
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: azure-cosmos
  dependency-version: 4.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: azure-ai-voicelive
  dependency-version: 1.3.0b1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: opentelemetry-sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: opentelemetry-api
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.65b0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: opentelemetry-instrumentation
  dependency-version: 0.65b0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: opentelemetry-instrumentation-fastapi
  dependency-version: 0.65b0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: azure-monitor-opentelemetry
  dependency-version: 1.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pytest-asyncio
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: black
  dependency-version: 26.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
@dependabot dependabot Bot added the python Pull requests that update python code label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants