Skip to content

chore(deps): bump the python-deps group across 4 directories with 5 updates - #243

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/libs/connectors/google/python-deps-40c773147c
Open

chore(deps): bump the python-deps group across 4 directories with 5 updates#243
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/libs/connectors/google/python-deps-40c773147c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on google-genai, runwayml, aiobotocore, pillow and pyarrow to permit the latest version.
Updates google-genai to 2.15.0

Release notes

Sourced from google-genai's releases.

v2.15.0

2.15.0 (2026-07-28)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (0f775f1)
  • Add flat language_codes field to AudioTranscriptionConfig. (fc282b3)
  • Allow api key + proj/location for enterprise mode (e8714ca)

Documentation

  • Regenerate docs for 2.14.0 (3d3850a)
Changelog

Sourced from google-genai's changelog.

2.15.0 (2026-07-28)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (0f775f1)
  • Add flat language_codes field to AudioTranscriptionConfig. (fc282b3)
  • Allow api key + proj/location for enterprise mode (e8714ca)

Documentation

  • Regenerate docs for 2.14.0 (3d3850a)

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to message .google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup (4eeb1ad)
  • Add model selector (bf3dba4)
  • interaction-api: Add queued status to interaction proto (87f1650)
  • Make ASR fields public in v1main and Interactions (5b52faa)
  • Support mTLS in custom client using google auth mtls.get_default_ssl_context (7270e6d)

Documentation

  • Regenerate docs for 2.11.0 and 2.12.0 (dddd7c6)

2.12.1 (2026-07-16)

... (truncated)

Commits
  • e56e064 chore(main): release 2.15.0 (#2767)
  • fc282b3 feat: Add flat language_codes field to AudioTranscriptionConfig.
  • 0e38b63 test: update embedding, tuning tests
  • e8714ca feat: Allow api key + proj/location for enterprise mode
  • 87db935 chore: internal update
  • 0f775f1 feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config...
  • 19a6a05 test: Update video generation tests to use Veo 3.1 Lite
  • 3d3850a docs: Regenerate docs for 2.14.0
  • 7c1f70d chore(main): release 2.14.0 (#2758)
  • dc3d78d feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config...
  • Additional commits viewable in compare view

Updates runwayml to 5.13.0

Release notes

Sourced from runwayml's releases.

v5.13.0

5.13.0 (2026-07-27)

Full Changelog: v5.12.0...v5.13.0

Features

  • api: Update OpenAPI copy for asset URL and media field descriptions (92684d7)
Changelog

Sourced from runwayml's changelog.

5.13.0 (2026-07-27)

Full Changelog: v5.12.0...v5.13.0

Features

  • api: Update OpenAPI copy for asset URL and media field descriptions (92684d7)

5.12.0 (2026-07-23)

Full Changelog: v5.11.0...v5.12.0

Features

  • api: add Model Router image and audio generation (e9f38d4)
  • api: expose generate image and audio endpoints (d19bc95)

Bug Fixes

  • client: make generate.image and generate.audio responses awaitable (d4900ac)

Chores

  • openapi: keep generate.video SDK schema task-only (4b6e6c4)

5.11.0 (2026-07-21)

Full Changelog: v5.10.0...v5.11.0

Features

  • api: add Model Router CRUD and routed video generation (05df606)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (d83d189)

Bug Fixes

  • client: make generate.video responses awaitable (9c4e62a)

5.10.0 (2026-07-13)

Full Changelog: v5.9.0...v5.10.0

Features

  • api: Seedream 5 Pro/Lite + negativePrompt for Veo models (f98699c)

... (truncated)

Commits
  • c604e0e release: 5.13.0
  • 579071c feat(api): Update OpenAPI copy for asset URL and media field descriptions
  • 7074736 release: 5.12.0
  • d75ff25 fix(client): make generate.image and generate.audio responses awaitable
  • 2923245 feat(api): expose generate image and audio endpoints
  • 977e14f feat(api): add Model Router image and audio generation
  • 5274cc0 chore(openapi): keep generate.video SDK schema task-only
  • ace0971 chore: trim dry-run/preview noise from 5.11.0 changelog
  • 620cfbd release: 5.11.0
  • d6f15b4 fix(client): drop dry_run from generate.video tests
  • Additional commits viewable in compare view

Updates aiobotocore to 3.8.0

Release notes

Sourced from aiobotocore's releases.

3.8.0

  • bump botocore dependency specification to support "botocore >= 1.43.3, < 1.43.47" (#1605, #1606, #1635, #1651, #1655)
  • port botocore 1.43.24's long-polling no-retry signal (handler_response is False) through the async retry path so retries don't block the event loop with a synchronous sleep during backoff (#1606)
  • fix AIOHTTPSession/HttpxSession blocking the event loop on the first request per proxy: SSL context creation (certificate loading via load_verify_locations/load_cert_chain) now runs in a thread via asyncio.to_thread instead of directly on the loop (closes #1469) (#1587)
  • restructure StreamingBody to subclass botocore.response.StreamingBody (dropping the wrapt.ObjectProxy wrapper) and add full httpx API parity — read(amt), readinto(), readlines(), async iteration, iter_lines()/iter_chunks(), tell(), close() — where read(amt) previously raised ValueError; note that AioStreamingBody.__aenter__ now returns self instead of the raw aiohttp ClientResponse (use .raw_stream for the underlying response) (closes #1365) (#1539)
Changelog

Sourced from aiobotocore's changelog.

3.8.0 (2026-07-17) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.43.3, < 1.43.47" (#1605, #1606, #1635, #1651, #1655)
  • port botocore 1.43.24's long-polling no-retry signal (handler_response is False) through the async retry path so retries don't block the event loop with a synchronous sleep during backoff (#1606)
  • fix AIOHTTPSession/HttpxSession blocking the event loop on the first request per proxy: SSL context creation (certificate loading via load_verify_locations/load_cert_chain) now runs in a thread via asyncio.to_thread instead of directly on the loop (closes #1469) (#1587)
  • restructure StreamingBody to subclass botocore.response.StreamingBody (dropping the wrapt.ObjectProxy wrapper) and add full httpx API parity — read(amt), readinto(), readlines(), async iteration, iter_lines()/iter_chunks(), tell(), close() — where read(amt) previously raised ValueError; note that AioStreamingBody.__aenter__ now returns self instead of the raw aiohttp ClientResponse (use .raw_stream for the underlying response) (closes #1365) (#1539)

3.7.0 (2026-05-09) ^^^^^^^^^^^^^^^^^^

  • replace per-PR CHANGES.rst / __init__.py ceremony with an AI-drafted release flow: contributors no longer touch version or changelog files; a workflow-triggered agent synthesizes merged PRs into a release PR at release time (closes #1167) (#1592)
  • add AioSession.warm_up_loader_caches() and warm_up_loader_caches option in AioConfig to pre-populate botocore loader caches off the event loop, avoiding blocking file I/O on first client/waiter/paginator use (closes #1199) (#1462)
  • fix race condition in AioAssumeRoleProvider._visited_profiles causing false InfiniteLoopConfigError under concurrent async usage (closes #1455) (#1537)
  • fall back to synchronous subprocess.run (via asyncio.to_thread) for credential_process when the running event loop does not implement subprocess transports — notably asyncio.SelectorEventLoop on Windows (closes #1415) (#1588)

3.6.0 (2026-04-30) ^^^^^^^^^^^^^^^^^^

  • relax botocore dependency specification to support "botocore >= 1.42.90, < 1.43.1"
  • drop support for Python 3.9 (EOL)

3.5.0 (2026-04-19) ^^^^^^^^^^^^^^^^^^

  • bump botocore dependency specification to support "botocore >= 1.42.90, < 1.42.92"

3.4.0 (2026-04-07) ^^^^^^^^^^^^^^^^^^

... (truncated)

Commits
  • 7f4d930 Release v3.8.0 (#1663)
  • 52de892 fix(draft-release): commit to the release branch, not main (#1662)
  • 72814ab chore: bump eval model pins to Opus 4.8 / Sonnet 5 and refresh stale cost rat...
  • eb08507 Define explicit StreamingBody API, add httpx read(amt) support (#1539)
  • c0287ba Bump botocore dependency specification (#1655)
  • 9a40733 build(deps-dev): bump anthropic from 0.111.0 to 0.116.0 (#1653)
  • 9d013d1 build(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 (#1657)
  • 95a7fc2 build(deps-dev): bump docker from 7.1.0 to 7.2.0 (#1659)
  • 47b1f00 build(deps): bump anthropics/claude-code-action from 1.0.152 to 1.0.170 (#1658)
  • d5b0eec build(deps-dev): bump pytest-rerunfailures from 16.3 to 16.4 (#1654)
  • Additional commits viewable in compare view

Updates pillow to 12.3.0

Release notes

Sourced from pillow's releases.

12.3.0

https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html

Removals

Documentation

Dependencies

Testing

... (truncated)

Changelog

Sourced from pillow's changelog.

Changelog (Pillow)

11.1.0 and newer

See GitHub Releases:

11.0.0 (2024-10-15)

  • Update licence to MIT-CMU #8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #8422 [radarhere]

  • Free memory on early return #8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #8402 [radarhere]

... (truncated)

Commits
  • bb1d8e8 12.3.0 version bump
  • e63fc48 Add release notes for SBOM and performance improvements (#9747)
  • 13b701b Add release notes for #9679
  • 5564ca7 List methods
  • a0920fd Speed up ImageChops operations (#9738)
  • 07e9a6c Speed up Image.filter() (#9736)
  • a94578c Speed up Image.getchannel(), Image.merge(), Image.putalpha() and `Image...
  • 53e02c4 Speed up Image.fill(), Image.linear_gradient() and `Image.radial_gradient...
  • af03747 Speed up Image.resample() (#9739)
  • 5c9ca56 Speed up alpha_composite, matrix, negative, quantize (#9740)
  • Additional commits viewable in compare view

Updates pyarrow to 25.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 25.0.0

Release Notes URL: https://arrow.apache.org/release/25.0.0.html

Commits
  • 59bea6e MINOR: [Release] Update versions for 25.0.0
  • 381fab6 MINOR: [Release] Update .deb/.rpm changelogs for 25.0.0
  • 7f72d5b MINOR: [Release] Update CHANGELOG.md for 25.0.0
  • fe2f85c GH-50336: [Release][Archery] Fix archery GitHub integration for release scrip...
  • c658548 GH-50293: [CI] Run check-labels for all triggers to avoid cancelling further ...
  • f83c8ca GH-50330: [C++][R][Parquet] Add missing typename in RleBitPackedDecoderGetRun...
  • 35e0f63 GH-50318: [R][CI] Install missing libpng-dev for test-r-linux-as-cran (#50328)
  • 61ca7a9 GH-50295: [C++][R] #include <ranges> in vector_select_k.cc breaks macOS CRAN ...
  • 1b6edb8 GH-50291: [Python][Packaging] Stop using nightly build dependencies for build...
  • e183ea9 MINOR: [Docs] Add Timestamp With Offset to canonical extension types status (...
  • 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

…pdates

Updates the requirements on [google-genai](https://github.com/googleapis/python-genai), [runwayml](https://github.com/runwayml/sdk-python), [aiobotocore](https://github.com/aio-libs/aiobotocore), [pillow](https://github.com/python-pillow/Pillow) and [pyarrow](https://github.com/apache/arrow) to permit the latest version.

Updates `google-genai` to 2.15.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.0.0...v2.15.0)

Updates `runwayml` to 5.13.0
- [Release notes](https://github.com/runwayml/sdk-python/releases)
- [Changelog](https://github.com/runwayml/sdk-python/blob/main/CHANGELOG.md)
- [Commits](runwayml/sdk-python@v1.0.0...v5.13.0)

Updates `aiobotocore` to 3.8.0
- [Release notes](https://github.com/aio-libs/aiobotocore/releases)
- [Changelog](https://github.com/aio-libs/aiobotocore/blob/main/CHANGES.rst)
- [Commits](aio-libs/aiobotocore@2.7.0...3.8.0)

Updates `pillow` to 12.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.0...12.3.0)

Updates `pyarrow` to 25.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v14.0.0...apache-arrow-25.0.0)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 2.15.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: runwayml
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: aiobotocore
  dependency-version: 3.8.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: pillow
  dependency-version: 12.3.0
  dependency-type: direct:production
  dependency-group: python-deps
- dependency-name: pyarrow
  dependency-version: 25.0.0
  dependency-type: direct:development
  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 Jul 30, 2026
@dependabot
dependabot Bot requested a review from jeronimodeleon as a code owner July 30, 2026 05:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 30, 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