Skip to content

build: bump the python-deps group across 1 directory with 4 updates#244

Open
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/pip/infra/scripts/data_scripts/dependabotchanges/python-deps-a5bd800d6e
Open

build: bump the python-deps group across 1 directory with 4 updates#244
dependabot[bot] wants to merge 1 commit into
dependabotchangesfrom
dependabot/pip/infra/scripts/data_scripts/dependabotchanges/python-deps-a5bd800d6e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 4 updates in the /infra/scripts/data_scripts directory: openai, azure-search-documents, pandas and azure-cosmos.

Updates openai from 2.32.0 to 2.40.0

Release notes

Sourced from openai's releases.

v2.40.0

2.40.0 (2026-06-01)

Full Changelog: v2.39.0...v2.40.0

Features

  • api: Add Amazon Bedrock Responses support

Bug Fixes

  • api: allow setting bedrock api keys on the client directly (4d5bfde)

v2.39.0

2.39.0 (2026-06-01)

Full Changelog: v2.38.0...v2.39.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (ab60d7a)

v2.38.0

2.38.0 (2026-05-21)

Full Changelog: v2.37.0...v2.38.0

Features

  • api: api update (33d1d01)
  • api: manual updates (a21700a)
  • api: update OpenAPI spec or Stainless config (00265c5)

Chores

  • api: docs updates (ee10152)
  • check release PR custom code sync (2638779)
  • remove release automation trigger (bd6eea5)
  • trigger release automation (f62d082)

v2.37.0

2.37.0 (2026-05-13)

Full Changelog: v2.36.0...v2.37.0

Features

  • api: add service_tier parameter to responses compact method (625827c)
  • internal/types: support eagerly validating pydantic iterators (7e527bc)
  • Remove unnecessary client_id when using workload identity provider for auth (c39ea8d)

... (truncated)

Changelog

Sourced from openai's changelog.

2.40.0 (2026-06-01)

Full Changelog: v2.39.0...v2.40.0

Features

  • api: Add Amazon Bedrock Responses support

Bug Fixes

  • api: allow setting bedrock api keys on the client directly (4d5bfde)

2.39.0 (2026-06-01)

Full Changelog: v2.38.0...v2.39.0

Features

  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (ab60d7a)

2.38.0 (2026-05-21)

Full Changelog: v2.37.0...v2.38.0

Features

  • api: api update (33d1d01)
  • api: manual updates (a21700a)
  • api: update OpenAPI spec or Stainless config (00265c5)

Chores

  • api: docs updates (ee10152)
  • check release PR custom code sync (2638779)
  • remove release automation trigger (bd6eea5)
  • trigger release automation (f62d082)

2.37.0 (2026-05-13)

Full Changelog: v2.36.0...v2.37.0

Features

  • api: add service_tier parameter to responses compact method (625827c)
  • internal/types: support eagerly validating pydantic iterators (7e527bc)
  • Remove unnecessary client_id when using workload identity provider for auth (c39ea8d)

Bug Fixes

... (truncated)

Commits
  • a28a3f6 Merge pull request #3352 from openai/release-please--branches--main--changes-...
  • db6ccaf Update CHANGELOG.md
  • 2264f70 release: 2.40.0
  • 4d5bfde fix(api): allow setting bedrock api keys on the client directly
  • ccef143 Merge pull request #3326 from openai/codex/bedrock-responses-review
  • a50ff0a Fix Bedrock with_options overrides
  • fdf4901 codegen metadata
  • e4bccc7 release: 2.39.0
  • 268de68 feat(api): workload identity in audit logs, additional_tools item in response...
  • 8be32d3 [codex] Add Amazon Bedrock provider support
  • 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-search-documents_12.1.0b1

12.1.0b1 (2026-05-28)

Features Added

  • Below models, operations, and enum members are added for File knowledge source support

    • azure.search.documents.indexes.SearchIndexClient.delete_knowledge_source_file
    • azure.search.documents.indexes.SearchIndexClient.list_knowledge_source_files
    • azure.search.documents.indexes.SearchIndexClient.upload_knowledge_source_file
    • azure.search.documents.indexes.models.FileKnowledgeSource
    • azure.search.documents.indexes.models.FileKnowledgeSourceParameters
    • azure.search.documents.indexes.models.KnowledgeSourceFile
    • azure.search.documents.indexes.models.KnowledgeSourceKind.FILE
    • azure.search.documents.knowledgebases.models.FileKnowledgeSourceParams
    • azure.search.documents.knowledgebases.models.KnowledgeBaseFileActivityArguments
    • azure.search.documents.knowledgebases.models.KnowledgeBaseFileActivityRecord
    • azure.search.documents.knowledgebases.models.KnowledgeBaseFileReference
  • Below models and enum members are added for indexed SQL knowledge source support

    • azure.search.documents.indexes.models.ContentColumnMapping
    • azure.search.documents.indexes.models.EmbeddingColumnMapping
    • azure.search.documents.indexes.models.IndexedSqlKnowledgeSource
    • azure.search.documents.indexes.models.IndexedSqlKnowledgeSourceParameters
    • azure.search.documents.indexes.models.KnowledgeSourceKind.INDEXED_SQL
    • azure.search.documents.knowledgebases.models.IndexedSqlKnowledgeSourceParams
    • azure.search.documents.knowledgebases.models.KnowledgeBaseIndexedSqlActivityArguments
    • azure.search.documents.knowledgebases.models.KnowledgeBaseIndexedSqlActivityRecord
    • azure.search.documents.knowledgebases.models.KnowledgeBaseIndexedSqlReference
  • Below models and enum members are added for MCP server knowledge source support

    • azure.search.documents.indexes.models.KnowledgeSourceKind.MCP_SERVER
    • azure.search.documents.indexes.models.McpServerAuthentication
    • azure.search.documents.indexes.models.McpServerAuthenticationKind
    • azure.search.documents.indexes.models.McpServerAutoOutputParsing
    • azure.search.documents.indexes.models.McpServerFoundryConnectionAuthentication
    • azure.search.documents.indexes.models.McpServerFoundryConnectionParameters
    • azure.search.documents.indexes.models.McpServerHeaders
    • azure.search.documents.indexes.models.McpServerJsonOutputParsing
    • azure.search.documents.indexes.models.McpServerKnowledgeSource
    • azure.search.documents.indexes.models.McpServerKnowledgeSourceParameters
    • azure.search.documents.indexes.models.McpServerNoneOutputParsing
    • azure.search.documents.indexes.models.McpServerOutputParsing
    • azure.search.documents.indexes.models.McpServerOutputParsingJsonParameters
    • azure.search.documents.indexes.models.McpServerOutputParsingKind
    • azure.search.documents.indexes.models.McpServerOutputParsingSplitParameters
    • azure.search.documents.indexes.models.McpServerSplitOutputParsing
    • azure.search.documents.indexes.models.McpServerStoredHeadersAuthentication
    • azure.search.documents.indexes.models.McpServerStoredHeadersParameters
    • azure.search.documents.indexes.models.McpServerTool
    • azure.search.documents.indexes.models.McpServerToolInclusionMode

... (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 pandas from 3.0.1 to 3.0.3

Release notes

Sourced from pandas's releases.

pandas 3.0.3

We are pleased to announce the release of pandas 3.0.3. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

pandas 3.0.2

We are pleased to announce the release of pandas 3.0.2. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 72f2fea RLS: 3.0.3 (#65590)
  • 2897590 Backport PR #65436 on branch 3.0.x (Account for privatization of matplotlib `...
  • 49894b5 Backport PR #65499 on branch 3.0.x (BUG: fix check if pyarrow is installed in...
  • 1c6d1e3 [backport 3.0.x] PERF: remove special casing for zoneinfo in tz_localize_to_u...
  • 2a54711 Backport PR #64379 on branch 3.0.x (PERF: improve performance with ZoneInfo t...
  • 036bb7c Backport PR #65482 on branch 3.0.x (PERF: don't call unique on dtypes for che...
  • bf4c182 Backport PR #65410 on branch 3.0.x (TST: also convert str index to object in ...
  • dd02d75 [backport 3.0.x] BUG: keep fsspec OpenFile alive for chained URL reads (#6547...
  • aef3d0f [backport 3.0.x] CI: lowercase types-pymysql/types-pyyaml to fix mamba 2.6.0 ...
  • bb8e248 Backport PR #65399 on branch 3.0.x (DOC: fix source link for classes in the r...
  • Additional commits viewable in compare view

Updates azure-cosmos from 4.15.0 to 4.16.1

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.16.1

4.16.1 (2026-06-01)

Bugs Fixed

  • Fixed a bug in the sync and async /pkranges change-feed refresh where some containers could fail to build a complete routing map. See PR 47245.

azure-cosmos_4.16.0

4.16.0 (2026-05-29)

Features Added

  • Added preview support for the optional embeddingSource field on entries in vector_embedding_policy.vectorEmbeddings, which allows the service to generate vector embeddings from the specified item paths. Requires the embedding-generation service to be enabled on the account. See 46870
  • Added aio extras to the package, allowing users to install async dependencies with pip install azure-cosmos[aio]. See PR 47143

Breaking Changes

  • CosmosItemPaged.get_response_headers() and CosmosAsyncItemPaged.get_response_headers() now return a single CaseInsensitiveDict (the latest page) instead of List[CaseInsensitiveDict] (introduced in 4.16.0b1); get_last_response_headers() has been removed. This avoids unbounded memory growth on large queries. Migration: code that previously accessed headers[i]['x-ms-request-charge'] should switch to headers['x-ms-request-charge'] for the latest page, or pass response_hook= to the query method to receive per-page headers as they arrive. See PR 47172.

Bugs Fixed

  • Fixed bug where the Content-Length HTTP request header was computed from the character count of the request body instead of its UTF-8 byte count. See PR 47008
  • Added an opt-in fallback for invalid UTF-8 in response bodies. Default behavior is unchanged (strict decode). Setting AZURE_COSMOS_CHARSET_DECODER_ERROR_ACTION_ON_MALFORMED_INPUT to REPLACE or IGNORE enables a permissive decode so reads, queries, and change-feed iteration can make progress past corrupt payloads. See PR 47008
  • Fixed bug where CosmosClient construction with AAD credentials would crash at startup if the semantic reranking inference endpoint environment variable was not set, even when semantic reranking was not being used. The inference service is now lazily initialized on first use. See PR 46243
  • Fixed bug where region names in preferred_locations and excluded_locations (client-level and per-request) were not matched tolerantly for differences in case, whitespace, hyphens, and underscores. See PR 46937
  • Fixed a bug in query_items(feed_range=...) where pagination could return incorrect results after a partition split caused the supplied feed range to overlap multiple physical partitions. See PR 47105
  • Fixed bug where SELECT VALUE AVG(...) queries spanning multiple physical partitions returned mathematically incorrect merged values from client-side aggregation. These queries now raise ValueError. See PR 47105
  • Fixed bug where a ValueError("Ranges overlap") or an AssertionError("code bug: returned overlapping ranges ... is empty") from the partition key range cache could escape to the caller when the /pkranges response contained a transiently inconsistent snapshot (overlap or gap). See PR 47091

Other Changes

  • Reduced per-client memory overhead when partition-level circuit breaker (PPCB) is enabled by sharing the partition key range routing map cache across CosmosClient instances connected to the same endpoint, and stripping unused fields from cached partition key ranges using compact PKRange namedtuples. See PR 46297
Commits
  • a048d8e [Cosmos] Bump azure-cosmos 4.16.1 changelog date to 2026-06-01 (#47261)
  • aff5f7a [Cosmos] Fix /pkranges change-feed drain loop (#47245)
  • c8abdc1 [AutoPR azure-mgmt-containerservicefleet]-generated-from-SDK Generation - Pyt...
  • ff6370f Update http_constants.py (#47243)
  • 467d197 add quotes to script as precaution (#47225)
  • abd51bd [feat] new azure-ai-agentserver-optimization package for load_config (#47096)
  • ea4c378 Enforce size limits on browser SDK snippet injection to guard against decompr...
  • 4823427 Remove stale version updater pipeline (#47150)
  • 34a7da4 upgrading version for release (#47229)
  • 5f03fa8 Update AAD reference to Microsoft Entra in packaging README template (#47234)
  • 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 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

Bumps the python-deps group with 4 updates in the /infra/scripts/data_scripts directory: [openai](https://github.com/openai/openai-python), [azure-search-documents](https://github.com/Azure/azure-sdk-for-python), [pandas](https://github.com/pandas-dev/pandas) and [azure-cosmos](https://github.com/Azure/azure-sdk-for-python).


Updates `openai` from 2.32.0 to 2.40.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.40.0)

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 `pandas` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.1...v3.0.3)

Updates `azure-cosmos` from 4.15.0 to 4.16.1
- [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.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.40.0
  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: pandas
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: azure-cosmos
  dependency-version: 4.16.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 Jun 2, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2026
@dependabot dependabot Bot added the python Pull requests that update python code label Jun 2, 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