Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

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

Package From To
termcolor 3.2.0 3.3.0
fastapi 0.125.0 0.128.0
together 1.5.33 1.5.34
mistralai 1.9.11 1.10.0
boto3 1.42.12 1.42.18
llama-api-client 0.5.0 0.6.0
openai 2.13.0 2.14.0
uvicorn 0.38.0 0.40.0

Updates termcolor from 3.2.0 to 3.3.0

Release notes

Sourced from termcolor's releases.

Release 3.3.0

Added

Fixed

  • can_colorize: Expect fileno() to raise OSError, as documented (#126) @​hugovk
Commits

Updates fastapi from 0.125.0 to 0.128.0

Release notes

Sourced from fastapi's releases.

0.128.0

Breaking Changes

Internal

0.127.1

Refactors

Docs

Translations

Internal

0.127.0

Breaking Changes

Translations

  • 🔧 Add LLM prompt file for Korean, generated from the existing translations. PR #14546 by @​tiangolo.
  • 🔧 Add LLM prompt file for Japanese, generated from the existing translations. PR #14545 by @​tiangolo.

Internal

0.126.0

Upgrades

  • ➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's pydantic.v1. PR #14575 by @​tiangolo.

... (truncated)

Commits

Updates together from 1.5.33 to 1.5.34

Release notes

Sourced from together's releases.

v1.5.34

What's Changed

New Contributors

Full Changelog: togethercomputer/together-python@v.1.5.33...v1.5.34

Commits

Updates mistralai from 1.9.11 to 1.10.0

Release notes

Sourced from mistralai's releases.

python - v1.10.0 - 2025-12-17 09:33:36

Generated by Speakeasy CLI

mistralai 1.10.0

SDK Changes Detected:

  • mistral.beta.libraries.create(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.documents.get(): response Changed Breaking ⚠️
  • mistral.models.list():
    • response.data.[].[base].capabilities Changed
    • error.status[422] Removed Breaking ⚠️
  • mistral.files.list():
    • request.include_total Added
    • response.total Changed Breaking ⚠️
  • mistral.beta.conversations.start():
    • request Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.delete():
    • request.org_id Changed
    • response.share_with_uuid Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.update_or_create():
    • request.org_id Changed
    • response.share_with_uuid Changed Breaking ⚠️
  • mistral.beta.conversations.append():
    • request.inputs.[array].[].[tool_execution_entry].name Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.list(): response.data.[].share_with_uuid Changed Breaking ⚠️
  • mistral.beta.conversations.restart():
    • request Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.documents.update():
    • request.attributes Added
    • response Changed Breaking ⚠️
  • mistral.beta.libraries.documents.upload(): response Changed Breaking ⚠️
  • mistral.beta.libraries.documents.list():
    • request.filters_attributes Added
    • response.data.[] Changed Breaking ⚠️
  • mistral.beta.libraries.update(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.delete(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.get(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.conversations.get_history(): response.entries.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.list(): response.data.[].owner_id Changed Breaking ⚠️
  • mistral.models.retrieve(): response.[base].capabilities Changed
  • mistral.agents.complete(): request.metadata Added
  • mistral.beta.agents.get():
    • request.agent_version Added
    • response Changed
  • mistral.beta.agents.list():
    • request Changed
    • response.[] Changed
  • mistral.beta.agents.update_version(): response Changed
  • mistral.beta.agents.delete(): Added

... (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

Updates boto3 from 1.42.12 to 1.42.18

Commits
  • 83130e5 Merge branch 'release-1.42.18'
  • 56a53e6 Bumping version to 1.42.18
  • 960d57e Add changelog entries from botocore
  • 9a88f84 Merge branch 'release-1.42.17'
  • c302093 Merge branch 'release-1.42.17' into develop
  • 850e57e Bumping version to 1.42.17
  • 7fdd80a Add changelog entries from botocore
  • 663b0db Merge branch 'release-1.42.16'
  • 770ca10 Merge branch 'release-1.42.16' into develop
  • 251caad Bumping version to 1.42.16
  • Additional commits viewable in compare view

Updates llama-api-client from 0.5.0 to 0.6.0

Release notes

Sourced from llama-api-client's releases.

v0.6.0

0.6.0 (2025-12-18)

Full Changelog: v0.5.0...v0.6.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (cb29768)
  • compat with Python 3.14 (009ca0d)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (eb03850)
  • ensure streams are always closed (4b8f9b7)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (aab06ad)
  • use async_to_httpx_files in patch method (7a5d301)

Chores

  • add missing docstrings (edaf4a2)
  • bump httpx-aiohttp version to 0.1.9 (29874b0)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (8c1ce31)
  • docs: use environment variables for authentication in code snippets (e04fade)
  • internal/tests: avoid race condition with implicit client cleanup (1b7f280)
  • internal: add missing files argument to base client (9223e75)
  • internal: codegen related update (3b9a132)
  • internal: detect missing future annotations with ruff (b4cccf1)
  • internal: grammar fix (it's -> its) (46f738d)
  • package: drop Python 3.8 support (785c446)
  • speedup initial import (cc25ae3)
  • update lockfile (2b01e25)
Changelog

Sourced from llama-api-client's changelog.

0.6.0 (2025-12-18)

Full Changelog: v0.5.0...v0.6.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (cb29768)
  • compat with Python 3.14 (009ca0d)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (eb03850)
  • ensure streams are always closed (4b8f9b7)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (aab06ad)
  • use async_to_httpx_files in patch method (7a5d301)

Chores

  • add missing docstrings (edaf4a2)
  • bump httpx-aiohttp version to 0.1.9 (29874b0)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (8c1ce31)
  • docs: use environment variables for authentication in code snippets (e04fade)
  • internal/tests: avoid race condition with implicit client cleanup (1b7f280)
  • internal: add missing files argument to base client (9223e75)
  • internal: codegen related update (3b9a132)
  • internal: detect missing future annotations with ruff (b4cccf1)
  • internal: grammar fix (it's -> its) (46f738d)
  • package: drop Python 3.8 support (785c446)
  • speedup initial import (cc25ae3)
  • update lockfile (2b01e25)
Commits
  • f8a97e1 release: 0.6.0
  • 57c1537 feat(api): manual updates
  • 1dc16d5 feat(api): manual updates
  • 07e3439 feat(api): manual updates
  • e933e48 fix: use async_to_httpx_files in patch method
  • 74b17e5 chore: speedup initial import
  • b96c6c0 chore(internal): add missing files argument to base client
  • 1fcaa48 chore: add missing docstrings
  • e655fb1 fix(types): allow pyright to infer TypedDict types within SequenceNotStr
  • 18f909c chore(docs): use environment variables for authentication in code snippets
  • Additional commits viewable in compare view

Updates openai from 2.13.0 to 2.14.0

Release notes

Sourced from openai's releases.

v2.14.0

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)
Changelog

Sourced from openai's changelog.

2.14.0 (2025-12-19)

Full Changelog: v2.13.0...v2.14.0

Features

  • api: slugs for new audio models; make all model params accept strings (e517792)

Bug Fixes

  • use async_to_httpx_files in patch method (a6af9ee)

Chores

  • internal: add --fix argument to lint script (93107ef)
Commits
  • d3e6321 release: 2.14.0
  • 4547f1a codegen metadata
  • a3c27a2 chore(internal): add --fix argument to lint script
  • 51c6885 feat(api): slugs for new audio models; make all model params accept strings
  • 62699d9 fix: use async_to_httpx_files in patch method
  • 20af6aa codegen metadata
  • See full diff in compare view

Updates uvicorn from 0.38.0 to 0.40.0

Release notes

Sourced from uvicorn's releases.

Version 0.40.0

What's Changed

Full Changelog: Kludex/uvicorn@0.39.0...0.40.0

Version 0.39.0

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.38.0...0.39.0

Changelog

Sourced from uvicorn's changelog.

0.40.0 (December 21, 2025)

Remove

  • Drop support for Python 3.9 (#2772)

0.39.0 (December 21, 2025)

Fixed

  • Send close frame on ASGI return for WebSockets (#2769)
  • Explicitly start ASGI run with empty context (#2742)
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 prod-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [termcolor](https://github.com/termcolor/termcolor) | `3.2.0` | `3.3.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.125.0` | `0.128.0` |
| [together](https://github.com/togethercomputer/together-python) | `1.5.33` | `1.5.34` |
| [mistralai](https://github.com/mistralai/client-python) | `1.9.11` | `1.10.0` |
| [boto3](https://github.com/boto/boto3) | `1.42.12` | `1.42.18` |
| [llama-api-client](https://github.com/meta-llama/llama-api-python) | `0.5.0` | `0.6.0` |
| [openai](https://github.com/openai/openai-python) | `2.13.0` | `2.14.0` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.40.0` |



Updates `termcolor` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](termcolor/termcolor@3.2.0...3.3.0)

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

Updates `together` from 1.5.33 to 1.5.34
- [Release notes](https://github.com/togethercomputer/together-python/releases)
- [Commits](togethercomputer/together-python@v.1.5.33...v1.5.34)

Updates `mistralai` from 1.9.11 to 1.10.0
- [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.9.11...v1.10.0)

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

Updates `llama-api-client` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/meta-llama/llama-api-python/releases)
- [Changelog](https://github.com/meta-llama/llama-api-python/blob/main/CHANGELOG.md)
- [Commits](meta-llama/llama-api-python@v0.5.0...v0.6.0)

Updates `openai` from 2.13.0 to 2.14.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@v2.13.0...v2.14.0)

Updates `uvicorn` from 0.38.0 to 0.40.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.38.0...0.40.0)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: fastapi
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: together
  dependency-version: 1.5.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: mistralai
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: boto3
  dependency-version: 1.42.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: llama-api-client
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: openai
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: uvicorn
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Dec 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2025 23:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 29, 2025
@github-actions
Copy link

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

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

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/pip/prod-deps-78f8ab9501 branch January 5, 2026 23:16
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2026
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.

1 participant