Skip to content

chore(deps): Bump the minor-and-patch group in /backend with 4 updates - #55

Merged
AdamEXu merged 1 commit into
mainfrom
dependabot/pip/backend/minor-and-patch-a510ebc5ec
Sep 8, 2026
Merged

AdamEXu merged 1 commit into
mainfrom
dependabot/pip/backend/minor-and-patch-a510ebc5ec

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /backend with 4 updates: openai, google-auth, docling and ruff.

Updates openai from 3.6.0 to 3.8.0

Release notes

Sourced from openai's releases.

v3.8.0

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

v3.7.0

3.7.0 (2026-09-02)

Features

  • api: update usage APIs and documentation (#3779) (6f0da16)

Bug Fixes

  • avoid repeated numpy checks for embeddings (#3757) (b19c216)
Changelog

Sourced from openai's changelog.

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

3.7.0 (2026-09-02)

Features

  • api: update usage APIs and documentation (#3779) (6f0da16)

Bug Fixes

  • avoid repeated numpy checks for embeddings (#3757) (b19c216)
Commits

Updates google-auth from 2.57.0 to 2.57.1

Release notes

Sourced from google-auth's releases.

google-auth: v2.57.1

2.57.1 (2026-09-03)

Bug Fixes

  • auth: parse hostname for mTLS and PSC endpoint certificate rotation (#18147) (#18201) (b18bb4c)
Commits
  • 036f734 chore: release main (#18276)
  • a700117 chore(main): release google-shopping-merchant-loyaltycustomers 0.1.1 (#18283)
  • ffa6e54 fix: correct client version strings (#18282)
  • b3d76b9 chore(main): release google-shopping-merchant-loyaltycustomers 0.1.0 (#18278)
  • 492a0e3 feat(google/shopping/merchant/loyaltycustomers/v1): add google-shopping-merch...
  • b18bb4c fix(auth): parse hostname for mTLS and PSC endpoint certificate rotation (#18...
  • ad2ef26 chore: release main (#18221)
  • 182ff9f feat: add send and ack mutations Cloud Spanner Queues (#17728)
  • 2d8093e chore(spanner): use nam6 instance config for test_create_instance_partition (...
  • 7126a54 feat(bigtable): Rerouted DirectRow.commit to use mutate_row (#18191)
  • Additional commits viewable in compare view

Updates docling from 2.123.1 to 2.126.0

Release notes

Sourced from docling's releases.

v2.126.0

Feature

Fix

  • markdown: Preserve ordered list start numbers in conversion (#4138) (a4e9462)
  • docx: Inherit heading numId through the style basedOn chain (#3916) (#3917) (b2d333e)
  • ocr: Apply the deprecated force_full_page_ocr flag on assignment (#4082) (#4085) (cb39dc1)
  • markdown: Preserve hard line breaks (#4019) (1c2b794)
  • asciidoc: Gate image loading (#4156) (63d1808)

v2.125.0

Feature

  • Introduce min-version check for VLM engines (fixes chandra-ocr-v2 MLX) (#4150) (9876e73)

Fix

  • vlm: Handle tables labeled as forms by Chandra (#4135) (d6a6de4)
  • html: Parse tables and captions inside tags (#4050) (70eb711)
  • ebcdic: Require record names to be unique (#4126) (a72a3c1)
  • asciidoc: Preserve ordered lists and literal blocks (#4118) (c09ddfa)
  • webvtt: Keep cue text in order after a multi-line span (#4105) (397bd4e)
  • Enable CUDA for RapidOCR ONNX Runtime (#4103) (97bdf30)
  • uspto: Accept CRLF patent headers (#4111) (355bb21)
  • pptx: Keep EMF/WMF pictures instead of dropping them (#4089) (19ea044)
  • cli: Propagate service flags to AsrPipelineOptions (#4003) (3abb87a)

v2.124.0

Feature

Fix

  • service_client: Handle Retry-After HTTP-date with unknown timezone (#3786) (3bba8da)
  • Silence transformers generation-config deprecation warning and add max_new_tokens CLI overrides (#4115) (01fc722)
  • Drop the UTF-8 BOM when decoding webvtt, markdown and asciidoc (#4109) (4e34e7b)
Changelog

Sourced from docling's changelog.

v2.126.0 - 2026-09-04

Feature

Fix

  • markdown: Preserve ordered list start numbers in conversion (#4138) (a4e9462)
  • docx: Inherit heading numId through the style basedOn chain (#3916) (#3917) (b2d333e)
  • ocr: Apply the deprecated force_full_page_ocr flag on assignment (#4082) (#4085) (cb39dc1)
  • markdown: Preserve hard line breaks (#4019) (1c2b794)
  • asciidoc: Gate image loading (#4156) (63d1808)

v2.125.0 - 2026-09-03

Feature

  • Introduce min-version check for VLM engines (fixes chandra-ocr-v2 MLX) (#4150) (9876e73)

Fix

  • vlm: Handle tables labeled as forms by Chandra (#4135) (d6a6de4)
  • html: Parse tables and captions inside tags (#4050) (70eb711)
  • ebcdic: Require record names to be unique (#4126) (a72a3c1)
  • asciidoc: Preserve ordered lists and literal blocks (#4118) (c09ddfa)
  • webvtt: Keep cue text in order after a multi-line span (#4105) (397bd4e)
  • Enable CUDA for RapidOCR ONNX Runtime (#4103) (97bdf30)
  • uspto: Accept CRLF patent headers (#4111) (355bb21)
  • pptx: Keep EMF/WMF pictures instead of dropping them (#4089) (19ea044)
  • cli: Propagate service flags to AsrPipelineOptions (#4003) (3abb87a)

v2.124.0 - 2026-08-31

Feature

Fix

  • service_client: Handle Retry-After HTTP-date with unknown timezone (#3786) (3bba8da)
  • Silence transformers generation-config deprecation warning and add max_new_tokens CLI overrides (#4115) (01fc722)
  • Drop the UTF-8 BOM when decoding webvtt, markdown and asciidoc (#4109) (4e34e7b)
Commits
  • 8071466 chore: bump version to 2.126.0 [skip ci]
  • a4e9462 fix(markdown): preserve ordered list start numbers in conversion (#4138)
  • b2d333e fix(docx): inherit heading numId through the style basedOn chain (#3916) (#3917)
  • 1c96dd3 feat: add native pdf pipeline (#3979)
  • cf38d90 feat(jats): preserve external hyperlinks (#4029)
  • cb39dc1 fix(ocr): apply the deprecated force_full_page_ocr flag on assignment (#4082)...
  • 1c2b794 fix(markdown): preserve hard line breaks (#4019)
  • 63d1808 fix(asciidoc): gate image loading (#4156)
  • 554b10a feat(iwork): complete the parsing of Apple Pages documents (#4062)
  • deb45fb chore: bump version to 2.125.0 [skip ci]
  • Additional commits viewable in compare view

Updates ruff from 0.16.5 to 0.16.6

Release notes

Sourced from ruff's releases.

0.16.6

Release Notes

Released on 2026-09-03.

Preview features

  • Move pytest-fixture-autouse to the restriction category (#28219)
  • [flake8-pytest-style] Add an autofix for PT020 (#27993)
  • [flake8-tidy-imports] Prevent fix loop between TID254 and TID255 (#28262)
  • [isort] Exclude pragma comments from line length calculation (I001) (#27313)

Bug fixes

  • Validate unary expressions when parsing (#28233)
  • [flake8-async, pylint] Recognize builtins.open (ASYNC230, PLW1514) (#28021)
  • [flake8-bugbear] Fix panic on match subjects (B031) (#27781)
  • [flake8-datetimez] Reject tzinfo=None for datetime bounds (DTZ901) (#28022)
  • [flake8-pytest-style] Avoid duplicate PT017 diagnostics (#27918)
  • [ruff] Remove lint.external hint for Ruff-specific suppressions (RUF102) (#27923)

Rule changes

  • [flake8-use-pathlib] Add display-only fix for os.listdir (PTH208) (#28027)

Documentation

  • Add another example and glob reference for lint.per-file-ignores (#28106)
  • Add duplicate work guidance (#28229)
  • [flake8-async] Document thread offloading (ASYNC240) (#28008)
  • [pyupgrade] Clarify default encoding argument handling (UP012) (#27315)

Other changes

  • Allow unary plus in match patterns on Python 3.15 (#28231)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.6

Released on 2026-09-03.

Preview features

  • Move pytest-fixture-autouse to the restriction category (#28219)
  • [flake8-pytest-style] Add an autofix for PT020 (#27993)
  • [flake8-tidy-imports] Prevent fix loop between TID254 and TID255 (#28262)
  • [isort] Exclude pragma comments from line length calculation (I001) (#27313)

Bug fixes

  • Validate unary expressions when parsing (#28233)
  • [flake8-async, pylint] Recognize builtins.open (ASYNC230, PLW1514) (#28021)
  • [flake8-bugbear] Fix panic on match subjects (B031) (#27781)
  • [flake8-datetimez] Reject tzinfo=None for datetime bounds (DTZ901) (#28022)
  • [flake8-pytest-style] Avoid duplicate PT017 diagnostics (#27918)
  • [ruff] Remove lint.external hint for Ruff-specific suppressions (RUF102) (#27923)

Rule changes

  • [flake8-use-pathlib] Add display-only fix for os.listdir (PTH208) (#28027)

Documentation

  • Add another example and glob reference for lint.per-file-ignores (#28106)
  • Add duplicate work guidance (#28229)
  • [flake8-async] Document thread offloading (ASYNC240) (#28008)
  • [pyupgrade] Clarify default encoding argument handling (UP012) (#27315)

Other changes

  • Allow unary plus in match patterns on Python 3.15 (#28231)

Contributors

Commits

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 minor-and-patch group in /backend with 4 updates: [openai](https://github.com/openai/openai-python), [google-auth](https://github.com/googleapis/google-cloud-python), [docling](https://github.com/docling-project/docling) and [ruff](https://github.com/astral-sh/ruff).


Updates `openai` from 3.6.0 to 3.8.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@v3.6.0...v3.8.0)

Updates `google-auth` from 2.57.0 to 2.57.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-auth-v2.57.0...google-auth-v2.57.1)

Updates `docling` from 2.123.1 to 2.126.0
- [Release notes](https://github.com/docling-project/docling/releases)
- [Changelog](https://github.com/docling-project/docling/blob/main/CHANGELOG.md)
- [Commits](docling-project/docling@v2.123.1...v2.126.0)

Updates `ruff` from 0.16.5 to 0.16.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.16.5...0.16.6)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-auth
  dependency-version: 2.57.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: docling
  dependency-version: 2.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from AdamEXu as a code owner September 8, 2026 13:35
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: backend, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@AdamEXu
AdamEXu merged commit 4b22491 into main Sep 8, 2026
6 checks passed
@AdamEXu
AdamEXu deleted the dependabot/pip/backend/minor-and-patch-a510ebc5ec branch September 8, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant