Skip to content

chore(deps): bump the version-all group with 4 updates #9350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

Bumps the version-all group with 4 updates: litellm, runloop-api-client, google-cloud-aiplatform and boto3-stubs.

Updates litellm from 1.73.0 to 1.73.1

Release notes

Sourced from litellm's releases.

v1.73.1-nightly

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.73.0.rc.1...v1.73.1-nightly

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.73.1-nightly

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
</tr></table> 

... (truncated)

Commits

Updates runloop-api-client from 0.44.0 to 0.45.0

Release notes

Sourced from runloop-api-client's releases.

v0.45.0

0.45.0 (2025-06-24)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

  • tests: skip some failing tests on the latest python versions (27007c0)
Changelog

Sourced from runloop-api-client's changelog.

0.45.0 (2025-06-24)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

  • tests: skip some failing tests on the latest python versions (27007c0)
Commits
  • 105c4ca Merge pull request #604 from runloopai/release-please--branches--main--change...
  • 1b7350d release: 0.45.0
  • 382b901 feat(api): api update
  • 27007c0 chore(tests): skip some failing tests on the latest python versions
  • 3f896cf feat(api): api update
  • 9bb3abf feat(api): api update
  • See full diff in compare view

Updates google-cloud-aiplatform from 1.98.0 to 1.99.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.99.0

1.99.0 (2025-06-24)

Features

  • [vertexai] Added concise option name to OpenModel.list_deploy_options() (9a0eec6)
  • Add resource usage assessment for batch prediction. (f63e436)
  • Add support for ADK memory service to AdkApp template (733fddd)
  • GenAI SDK client - Add automatic candidate naming and creation timestamp to evaluation dataset metadata (e8897e7)
  • GenAI SDK client - Add support for OpenAI data format for evals (f8f66f1)
  • GenAI SDK client - Adding client-based SDKs for Agent Engine (7b51d9e)

Documentation

  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (beae2e3)
  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (cdee7c2)
  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (9b0beae)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.99.0 (2025-06-24)

Features

  • [vertexai] Added concise option name to OpenModel.list_deploy_options() (9a0eec6)
  • Add resource usage assessment for batch prediction. (f63e436)
  • Add support for ADK memory service to AdkApp template (733fddd)
  • GenAI SDK client - Add automatic candidate naming and creation timestamp to evaluation dataset metadata (e8897e7)
  • GenAI SDK client - Add support for OpenAI data format for evals (f8f66f1)
  • GenAI SDK client - Adding client-based SDKs for Agent Engine (7b51d9e)

Documentation

  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (beae2e3)
  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (cdee7c2)
  • Add deprecation notice to readme for Generative AI submodules: vertexai.generative_models, vertexai.language_models, vertexai.vision_models, vertexai.tuning, vertexai.caching (9b0beae)
Commits
  • 6a7a451 chore(main): release 1.99.0 (#5457)
  • 733fddd feat: Add support for ADK memory service to AdkApp template
  • beae2e3 docs: add deprecation notice to readme for Generative AI submodules: vertexai...
  • cdee7c2 docs: add deprecation notice to readme for Generative AI submodules: vertexai...
  • 9b0beae docs: add deprecation notice to readme for Generative AI submodules: vertexai...
  • 9a0eec6 feat: [vertexai] Added concise option name to OpenModel.list_deploy_options()
  • 7b51d9e feat: GenAI SDK client - Adding client-based SDKs for Agent Engine
  • 1c60ee2 chore: Enable replay tests for Vertex SDK GenAI client
  • f63e436 feat: Add resource usage assessment for batch prediction.
  • e8897e7 feat: GenAI SDK client - Add automatic candidate naming and creation timestam...
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.38.42 to 1.38.43

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 version-all group with 4 updates: [litellm](https://github.com/BerriAI/litellm), [runloop-api-client](https://github.com/runloopai/api-client-python), [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).


Updates `litellm` from 1.73.0 to 1.73.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](https://github.com/BerriAI/litellm/commits)

Updates `runloop-api-client` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/runloopai/api-client-python/releases)
- [Changelog](https://github.com/runloopai/api-client-python/blob/main/CHANGELOG.md)
- [Commits](runloopai/api-client-python@v0.44.0...v0.45.0)

Updates `google-cloud-aiplatform` from 1.98.0 to 1.99.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.98.0...v1.99.0)

Updates `boto3-stubs` from 1.38.42 to 1.38.43
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: litellm
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-all
- dependency-name: runloop-api-client
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-all
- dependency-name: boto3-stubs
  dependency-version: 1.38.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 25, 2025
@dependabot dependabot bot deleted the dependabot/pip/version-all-258ae7c6f5 branch June 25, 2025 17:58
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