Skip to content

chore(deps): bump the all-dependencies group with 3 updates#52

Merged
tiadams merged 1 commit intomainfrom
dependabot/uv/all-dependencies-c815124f75
Feb 6, 2026
Merged

chore(deps): bump the all-dependencies group with 3 updates#52
tiadams merged 1 commit intomainfrom
dependabot/uv/all-dependencies-c815124f75

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps the all-dependencies group with 3 updates: google-cloud-aiplatform, google-genai and numpy.

Updates google-cloud-aiplatform from 1.135.0 to 1.136.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.136.0

1.136.0 (2026-02-04)

Features

  • Add fps to message VideoMetadata (157381a)
  • Add agent_card to agent engine spec (d685d81)
  • Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus (157381a)
  • Update data types from discovery doc. (a5748fd)

Bug Fixes

  • Support custom credentials in RAG.upload_file (66c4d85), closes #4986
  • Test fix internal (1bbf7bb)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.136.0 (2026-02-04)

Features

  • Add fps to message VideoMetadata (157381a)
  • Add agent_card to agent engine spec (d685d81)
  • Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus (157381a)
  • Update data types from discovery doc. (a5748fd)

Bug Fixes

  • Support custom credentials in RAG.upload_file (66c4d85), closes #4986
  • Test fix internal (1bbf7bb)
Commits
  • 94b9149 chore(main): release 1.136.0 (#6299)
  • 42b09a0 No public description
  • a5748fd feat: Update data types from discovery doc.
  • 157381a Copybara import of the project:
  • 8ec57f4 chore: Resolve mypy errors in prompts and datasets modules
  • d8cc50d chore: Resolve remaining agent engines mypy errors
  • 20843df chore: Resolve all evals mypy errors
  • 66c4d85 fix: support custom credentials in RAG.upload_file
  • d685d81 feat: add agent_card to agent engine spec
  • 3c9128c chore: make sure memory service is setup in streaming_agent_run_with_response
  • Additional commits viewable in compare view

Updates google-genai from 1.60.0 to 1.62.0

Release notes

Sourced from google-genai's releases.

v1.62.0

1.62.0 (2026-02-04)

Features

Bug Fixes

  • Add error handling for live and live music APIs (1148276), closes #668

v1.61.0

1.61.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (a0240d9)
  • Add registerFiles for you can use gcs files with mldev. (965395b)
  • Support distillation tuning (9e49d71)
  • Support OSS Tuning in GenAI SDK (51748a7)

Bug Fixes

  • Add metadata in batch inlined response (08c47aa)
Changelog

Sourced from google-genai's changelog.

1.62.0 (2026-02-04)

Features

  • Update data types from discovery doc. (089ba97)

Bug Fixes

  • Add error handling for live and live music APIs (1148276), closes #668

1.61.0 (2026-01-30)

Features

  • Add include_input query parameter to Get Interaction endpoint. (a0240d9)
  • Add registerFiles for you can use gcs files with mldev. (965395b)
  • Support distillation tuning (9e49d71)
  • Support OSS Tuning in GenAI SDK (51748a7)

Bug Fixes

  • Add metadata in batch inlined response (08c47aa)
Commits
  • 544d8fe chore(main): release 1.62.0 (#2015)
  • 7e9db9e No public description
  • 089ba97 feat: Update data types from discovery doc.
  • 9ba67c6 chore: Ensure context7.json is in repo root
  • 4c511c6 chore: Add proof-of-ownership for context7
  • 1148276 fix: add error handling for live and live music APIs
  • 1632005 chore: Support root object conversion for Go SDK. Add response-level root obj...
  • 08311c6 chore: sync interactions
  • 2639363 chore(main): release 1.61.0 (#1994)
  • 08c47aa fix: Add metadata in batch inlined response
  • Additional commits viewable in compare view

Updates numpy from 2.4.1 to 2.4.2

Release notes

Sourced from numpy's releases.

2.4.2 (Feb 1, 2026)

NumPy 2.4.2 Release Notes

The NumPy 2.4.2 is a patch release that fixes bugs discovered after the 2.4.1 release. Highlights are:

  • Fixes memory leaks
  • Updates OpenBLAS to fix hangs

This release supports Python versions 3.11-3.14

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Daniel Tang +
  • Joren Hammudoglu
  • Kumar Aditya
  • Matti Picus
  • Nathan Goldbaum
  • Ralf Gommers
  • Sebastian Berg
  • Vikram Kumar +

Pull requests merged

A total of 12 pull requests were merged for this release.

  • #30629: MAINT: Prepare 2.4.x for further development
  • #30636: TYP: arange: accept datetime strings
  • #30657: MAINT: avoid possible race condition by not touching os.environ...
  • #30700: BUG: validate contraction axes in tensordot (#30521)
  • #30701: DOC: __array_namespace__info__: set_module not __module__ (#30679)
  • #30702: BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
  • #30703: TST: fix limited API example in tests for latest Cython
  • #30709: BUG: Fix some bugs found via valgrind (#30680)
  • #30712: MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
  • #30713: BUG: Fixup the quantile promotion fixup
  • #30736: BUG: fix thread safety of array_getbuffer (#30667)
  • #30737: backport scipy-openblas version change
Commits
  • c81c49f Merge pull request #30757 from charris/prepare-2.4.2
  • b3ae9c5 REL: Prepare for the NumPy 2.4.2 release
  • 9de8984 Merge pull request #30737 from mattip/scipy-openblas-backport
  • b7be329 backport scipy-openblas version change
  • 7ff9863 Merge pull request #30736 from charris/backport-30667
  • 431fffb MAINT: Skip tests that require buffer.
  • 127235f BUG: fix thread safety of array_getbuffer (#30667)
  • 18bdb2e Merge pull request #30713 from charris/backport-30710
  • 41dd751 Merge pull request #30712 from charris/backport-30705
  • 7a278da BUG: Fixup the quantile promotion fixup
  • 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 all-dependencies group with 3 updates: [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform), [google-genai](https://github.com/googleapis/python-genai) and [numpy](https://github.com/numpy/numpy).


Updates `google-cloud-aiplatform` from 1.135.0 to 1.136.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.135.0...v1.136.0)

Updates `google-genai` from 1.60.0 to 1.62.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.60.0...v1.62.0)

Updates `numpy` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.4.1...v2.4.2)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.136.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google-genai
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: numpy
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 5, 2026
@tiadams tiadams merged commit 5c362b0 into main Feb 6, 2026
3 checks passed
@tiadams tiadams deleted the dependabot/uv/all-dependencies-c815124f75 branch February 6, 2026 14:34
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant