Skip to content

Bump the prod-deps group across 1 directory with 7 updates#1399

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-672e527e45
Closed

Bump the prod-deps group across 1 directory with 7 updates#1399
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-672e527e45

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps the prod-deps group with 7 updates in the / directory:

Package From To
fastapi 0.121.3 0.122.0
anthropic 0.74.1 0.75.0
google-genai 1.51.0 1.52.0
mistralai 1.6.0 1.9.11
boto3 1.41.0 1.41.3
huggingface-hub 0.34.6 1.1.5
openai 1.109.1 2.8.1

Updates fastapi from 0.121.3 to 0.122.0

Release notes

Sourced from fastapi's releases.

0.122.0

Fixes

Internal

Commits
  • 5b0625d 🔖 Release version 0.122.0
  • 8732c53 📝 Updates release notes
  • a4ef97a 📝 Update release notes
  • 51ad909 🐛 Use 401 status code in security classes when credentials are missing (#13...
  • e2354a0 📝 Update release notes
  • cc66dee 📝 Update release notes
  • ecfb752 📝 Update release notes
  • 8b18522 📝 Update release notes
  • a2395e0 📝 Update release notes
  • c7d05a9 📝 Update release notes
  • Additional commits viewable in compare view

Updates anthropic from 0.74.1 to 0.75.0

Release notes

Sourced from anthropic's releases.

v0.75.0

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

Changelog

Sourced from anthropic's changelog.

0.75.0 (2025-11-24)

Full Changelog: v0.74.1...v0.75.0

Features

  • api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)

Bug Fixes

Chores

Commits
  • 2eb9415 release: 0.75.0
  • c243fb4 fix(internal): small fixes
  • 115665e chore: fix lint issues
  • 9843a8e feat(api): adds support for Claude Opus 4.5, Effort, Advance Tool Use Feature...
  • See full diff in compare view

Updates google-genai from 1.51.0 to 1.52.0

Release notes

Sourced from google-genai's releases.

v1.52.0

1.52.0 (2025-11-21)

Features

  • Add support for configuring resource scope when using base_url (a3e0859)

Bug Fixes

  • TypeError: issubclass() arg 1 must be a class when usingList[str] for contents (c624d7e)
  • Create new aiohttp Client Session if loop is closed (1dc35ea)
Changelog

Sourced from google-genai's changelog.

1.52.0 (2025-11-21)

Features

  • Add support for configuring resource scope when using base_url (a3e0859)

Bug Fixes

  • TypeError: issubclass() arg 1 must be a class when usingList[str] for contents (c624d7e)
  • Create new aiohttp Client Session if loop is closed (1dc35ea)
Commits
  • 4b5720a chore(main): release 1.52.0 (#1727)
  • a3e0859 feat: Add support for configuring resource scope when using base_url
  • c624d7e fix: TypeError: issubclass() arg 1 must be a class when usingList[str] fo...
  • 1dc35ea fix: Create new aiohttp Client Session if loop is closed
  • d501382 chore: Update reference docs for 1.51.0 release.
  • See full diff in compare view

Updates mistralai from 1.6.0 to 1.9.11

Release notes

Sourced from mistralai's releases.

python - v1.9.11 - 2025-10-02 15:52:34

Generated by Speakeasy CLI

2025-10-02 15:52:34

Changes

Based on:

Generated

  • [python v1.9.11] .

Releases

Publishing Completed

python - v1.9.10 - 2025-09-02 07:43:34

Generated by Speakeasy CLI

2025-09-02 07:02:26

Changes

Based on:

Generated

  • [python v1.9.10] .

Releases

Publishing Completed

python - v1.9.9 - 2025-08-26 17:40:00

Generated by Speakeasy CLI

2025-08-26 17:34:05

Changes

Based on:

Generated

  • [python v1.9.9] .

Releases

Publishing Completed

python - v1.9.8 - 2025-08-25 16:29:24

Generated by Speakeasy CLI

2025-08-25 14:54:06

Changes

... (truncated)

Changelog

Sourced from mistralai's changelog.

2024-08-07 14:25:13

Changes

Based on:

Generated

  • [python v1.0.0] .

Releases

2024-08-08 18:12:16

Changes

Based on:

Generated

  • [python v1.0.1] .

Releases

2024-08-20 08:36:28

Changes

Based on:

Generated

  • [python v1.0.2] .

Releases

2024-08-29 09:09:05

Changes

Based on:

Generated

  • [python v1.0.3] .

Releases

2024-09-13 16:21:24

Changes

Based on:

Generated

  • [python v1.1.0] .

Releases

... (truncated)

Commits
  • 992b0cb ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.606.10 (#277)
  • 824187d Update Speakeasy SDKs to version 1.606.10 (#275)
  • 2bdff9f Merge pull request #271 from mistralai/speakeasy-sdk-regen-1756796562
  • d985faa Skip flaky remote MCP server example
  • 3784b47 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.2
  • 806e91d ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.2 (#268)
  • 049014b Fix: update base azure sdk file to include OCR (#267)
  • 16d470c chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.9.8 (#266)
  • 9357abe Merge pull request #265 from mistralai/speakeasy-sdk-regen-1755678497
  • a0c4bac ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.2
  • Additional commits viewable in compare view

Updates boto3 from 1.41.0 to 1.41.3

Commits
  • 15cb8f1 Merge branch 'release-1.41.3'
  • 2ca97db Bumping version to 1.41.3
  • ca21815 Add changelog entries from botocore
  • 0391236 Merge pull request #4663 from boto/dependabot/github_actions/actions/checkout...
  • e011acb Bump actions/checkout from 5.0.0 to 6.0.0
  • 4904cf2 Merge branch 'release-1.41.2'
  • 76b347e Merge branch 'release-1.41.2' into develop
  • 5fc9822 Bumping version to 1.41.2
  • c529f4b Add changelog entries from botocore
  • 921b1b9 Merge branch 'release-1.41.1'
  • Additional commits viewable in compare view

Updates huggingface-hub from 0.34.6 to 1.1.5

Release notes

Sourced from huggingface-hub's releases.

[v1.1.5] Welcoming OVHcloud AI Endpoints as a new Inference Provider & More

⚡️ New Inference Provider: OVHcloud AI Endpoints

OVHcloud AI Endpoints is now an official Inference Provider on Hugging Face! 🎉 OVHcloud delivers fast, production ready inference on secure, sovereign, fully 🇪🇺 European infrastructure - combining advanced features with competitive pricing.

import os
from huggingface_hub import InferenceClient
client = InferenceClient(
api_key=os.environ["HF_TOKEN"],
)
completion = client.chat.completions.create(
model="openai/gpt-oss-20b:ovhcloud",
messages=[
{
"role": "user",
"content": "What is the capital of France?"
}
],
)
print(completion.choices[0].message)

More snippets examples in the provider documentation 👉 here.

QoL Improvements

Installing the CLI is now much faster, thanks to @​Boulaouaney for adding support for uv, bringing faster package installation.

  • Add uv support to installation scripts for faster package installation in #3486 by @​Boulaouaney

Bug Fixes

This release also includes the following bug fixes:

[v1.1.4] Paginated results in list_user_access

Full Changelog: huggingface/huggingface_hub@v1.1.3...v1.1.4

[v1.1.3] Avoid HTTP 429 on downloads + fix missing arguments in download API

... (truncated)

Commits
  • fdc1169 Release: v1.1.5
  • 63523b2 [Inference] fix zero shot classification output parsing (#3561)
  • c9d0870 [CLI] Respect HF_DEBUG environment variable (#3562)
  • 1fb0107 [Collections] Add collections to collections by slug id (#3551)
  • 6d13ec9 Add OVHcloud AI Endpoints as an Inference Provder (#3541)
  • c899264 Release: v1.1.4
  • eeb0e73 Paginated results in list_user_access (#3535)
  • 5b7f672 Release: v1.1.3
  • e1162cd Avoid redundant call to the Xet connection info URL (#3534)
  • 4f94171 Pass through additional arguments from HfApi download utils (#3531)
  • Additional commits viewable in compare view

Updates openai from 1.109.1 to 2.8.1

Release notes

Sourced from openai's releases.

v2.8.1

2.8.1 (2025-11-17)

Full Changelog: v2.8.0...v2.8.1

Bug Fixes

  • api: align types of input items / output items for typescript (64c9fb3)

v2.8.0

2.8.0 (2025-11-13)

Full Changelog: v2.7.2...v2.8.0

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (c7bd234)

v2.7.2

2.7.2 (2025-11-10)

Full Changelog: v2.7.1...v2.7.2

Bug Fixes

  • compat with Python 3.14 (15a7ec8)

Chores

  • package: drop Python 3.8 support (afc14f2)

v2.7.1

2.7.1 (2025-11-04)

Full Changelog: v2.7.0...v2.7.1

Bug Fixes

  • api: fix nullability of logprobs (373b7f6)

v2.7.0

2.7.0 (2025-11-03)

Full Changelog: v2.6.1...v2.7.0

... (truncated)

Changelog

Sourced from openai's changelog.

2.8.1 (2025-11-17)

Full Changelog: v2.8.0...v2.8.1

Bug Fixes

  • api: align types of input items / output items for typescript (64c9fb3)

2.8.0 (2025-11-13)

Full Changelog: v2.7.2...v2.8.0

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (c7bd234)

2.7.2 (2025-11-10)

Full Changelog: v2.7.1...v2.7.2

Bug Fixes

  • compat with Python 3.14 (15a7ec8)

Chores

  • package: drop Python 3.8 support (afc14f2)

2.7.1 (2025-11-04)

Full Changelog: v2.7.0...v2.7.1

Bug Fixes

  • api: fix nullability of logprobs (373b7f6)

2.7.0 (2025-11-03)

Full Changelog: v2.6.1...v2.7.0

Features

  • api: Realtime API token_limits, Hybrid searching ranking options (5b43992)
  • api: remove InputAudio from ResponseInputContent (bd70a33)

... (truncated)

Commits
  • 41ee03f release: 2.8.1
  • f0f0ccc fix(api): align types of input items / output items for typescript
  • 9b8c7e3 release: 2.8.0
  • ac534dc feat(api): gpt 5.1
  • 139b376 codegen metadata
  • 22317c6 fix(compat): update signatures of model_dump and model_dump_json for Pyda...
  • 650be39 release: 2.7.2
  • 080587b fix: compat with Python 3.14
  • 3f52ac8 chore(package): drop Python 3.8 support
  • 6574bcd release: 2.7.1
  • 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 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 prod-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.121.3` | `0.122.0` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.74.1` | `0.75.0` |
| [google-genai](https://github.com/googleapis/python-genai) | `1.51.0` | `1.52.0` |
| [mistralai](https://github.com/mistralai/client-python) | `1.6.0` | `1.9.11` |
| [boto3](https://github.com/boto/boto3) | `1.41.0` | `1.41.3` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.34.6` | `1.1.5` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.8.1` |



Updates `fastapi` from 0.121.3 to 0.122.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.121.3...0.122.0)

Updates `anthropic` from 0.74.1 to 0.75.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.74.1...v0.75.0)

Updates `google-genai` from 1.51.0 to 1.52.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.51.0...v1.52.0)

Updates `mistralai` from 1.6.0 to 1.9.11
- [Release notes](https://github.com/mistralai/client-python/releases)
- [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md)
- [Commits](mistralai/client-python@v1.6.0...v1.9.11)

Updates `boto3` from 1.41.0 to 1.41.3
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.41.0...1.41.3)

Updates `huggingface-hub` from 0.34.6 to 1.1.5
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.34.6...v1.1.5)

Updates `openai` from 1.109.1 to 2.8.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.109.1...v2.8.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.122.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: anthropic
  dependency-version: 0.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: google-genai
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: mistralai
  dependency-version: 1.9.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: boto3
  dependency-version: 1.41.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: huggingface-hub
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: openai
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-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 Nov 24, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 24, 2025 23:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 24, 2025
@github-actions
Copy link
Copy Markdown

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 2, 2025

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

@dependabot dependabot Bot closed this Dec 2, 2025
@dependabot dependabot Bot deleted the dependabot/pip/prod-deps-672e527e45 branch December 2, 2025 02:11
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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