Skip to content

chore(deps): bump the minor-and-patch group in /nlp-service with 3 updates - #223

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/nlp-service/minor-and-patch-c5da22c47d
Open

chore(deps): bump the minor-and-patch group in /nlp-service with 3 updates#223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/nlp-service/minor-and-patch-c5da22c47d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /nlp-service with 3 updates: pydantic, google-genai and spacy.

Updates pydantic from 2.13.4 to 2.13.5

Release notes

Sourced from pydantic's releases.

v2.13.5 (2026-08-28)

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Changelog

Sourced from pydantic's changelog.

v2.13.5 (2026-08-28)

GitHub release

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Commits
  • 001dea0 Bump pypa/gh-action-pypi-publish action to v1.14.2
  • 558379f Bump twine to v7.0.0
  • 2cfd5d3 Do not check for docs build
  • a735bee Fix more Clippy lints
  • 7eed4a1 Fix Clippy 0.1.95 warnings
  • b353bbb Prepare release v2.13.5
  • 63d2ccc Count validated model fields once in smart unions
  • a53ec2e Speed up PyPy CI tests
  • d65e0f9 Workaround circular import error in Mypy
  • 47a6dbf Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer
  • Additional commits viewable in compare view

Updates google-genai from 2.19.0 to 2.22.0

Release notes

Sourced from google-genai's releases.

v2.22.0

2.22.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (660001a)

v2.21.0

2.21.0 (2026-08-31)

Features

  • Add destination parameter to client.files.download to support streaming downloads to disk or file-like objects (fcf9e3f)
  • Add support for the audio/webm MIME type. (67ec3d7)
  • Add translation_config SDK support for GEAP. (ff153a7)
  • Add Video Understanding support to the Interactions API (2cc99a9)

Bug Fixes

  • Expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (df0ab55)

v2.20.0

2.20.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (4a80954)
  • Add environment files support and scotty file download helper (3074263)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (ef39c40)
Changelog

Sourced from google-genai's changelog.

2.22.0 (2026-09-02)

Features

  • Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions (660001a)

2.21.0 (2026-08-31)

Features

  • Add destination parameter to client.files.download to support streaming downloads to disk or file-like objects (fcf9e3f)
  • Add support for the audio/webm MIME type. (67ec3d7)
  • Add translation_config SDK support for GEAP. (ff153a7)
  • Add Video Understanding support to the Interactions API (2cc99a9)

Bug Fixes

  • Expose ProcessingCallStep and ProcessingResultStep in Interactions SDK (df0ab55)

2.20.0 (2026-08-25)

Features

  • Add AudioTranscriptionConfigMode (4a80954)
  • Add environment files support and scotty file download helper (3074263)
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum (ef39c40)
Commits
  • 0ec3d8a chore(main): release 2.22.0 (#2933)
  • 660001a feat: Add Gemini 3.8 Flash model to SDKs and update Flash model descriptions
  • db7c600 chore: docs
  • 5d90c7e test: run live module integration tests against both backends
  • 56d8dec test: add API-mode live module integration tests
  • ca2b081 chore(main): release 2.21.0 (#2918)
  • 67ec3d7 feat: Add support for the audio/webm MIME type.
  • ab41ae3 chore: internal
  • ff153a7 feat: Add translation_config SDK support for GEAP.
  • df0ab55 fix: expose ProcessingCallStep and ProcessingResultStep in Interactions SDK
  • Additional commits viewable in compare view

Updates spacy from 3.8.15 to 3.8.16

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 /nlp-service with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [google-genai](https://github.com/googleapis/python-genai) and [spacy](https://github.com/explosion/spaCy).


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

Updates `google-genai` from 2.19.0 to 2.22.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@v2.19.0...v2.22.0)

Updates `spacy` from 3.8.15 to 3.8.16
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Changelog](https://github.com/explosion/spaCy/blob/master/RELEASE_NOTES.md)
- [Commits](explosion/spaCy@release-v3.8.15...release-v3.8.16)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: google-genai
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: spacy
  dependency-version: 3.8.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Sep 7, 2026
@dependabot
dependabot Bot requested a review from tuirk as a code owner September 7, 2026 09:18
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 7, 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