Skip to content

Bump the prod-deps group across 1 directory with 2 updates#1488

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

Bump the prod-deps group across 1 directory with 2 updates#1488
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-380c0176ac

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Updates the requirements on together and uvicorn to permit the latest version.
Updates together to 2.1.1

Release notes

Sourced from together's releases.

v2.1.1

2.1.1 (2026-02-12)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (9c17a0c)
  • cli: handle None model.type in 'together models list' sort (94bd7cc)

Chores

  • internal: fix lint error on Python 3.14 (c66238c)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website 📚 Read the docs 🙋 Reach out for help or questions

Changelog

Sourced from together's changelog.

2.1.1 (2026-02-12)

Full Changelog: v2.1.0...v2.1.1

Bug Fixes

  • cli: handle None model.type in 'together models list' sort (9c17a0c)

Chores

  • internal: fix lint error on Python 3.14 (c66238c)

2.1.0 (2026-02-10)

Full Changelog: v2.0.0...v2.1.0

Features

  • cli: improve error messages for endpoint creation failures (#230) (0285a69)
  • jig support for multi deployment (d1165fd)

Bug Fixes

  • cli: fine-tuning retrieve now renders data instead of schema (#250) (52cde25)
  • jig: lint errors (07f4d34)
  • jig: migrate old state files properly and be even more defensive about parsing deploy errors (92ef79b)
  • jig: pyright does not handle isinstance type narrowing in ternary expressions. also fix migration logic (bf5267f)
  • remove hardcoded API key from image example (#254) (8f2c60c)

Chores

  • internal: bump dependencies (c9678ff)
  • Update descriptions for jig queue methods and properties (23be158)

2.0.0 (2026-02-04)

Full Changelog: v2.0.0-alpha.20...v2.0.0

Features

  • api: Publish 2.0 Stable (213f5c1)

2.0.0-alpha.20 (2026-02-04)

Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.20

Features

... (truncated)

Commits
  • 163d9a8 release: 2.1.1
  • 5a31dae Update CHANGELOG.md
  • 6699707 release: 2.1.1
  • 9c17a0c fix(cli): handle None model.type in 'together models list' sort
  • 94bd7cc fix(cli): handle None model.type in 'together models list' sort
  • c66238c chore(internal): fix lint error on Python 3.14
  • 19bc823 codegen metadata
  • f270535 release: 2.1.0 (#246)
  • 8f2c60c fix: remove hardcoded API key from image example (#254)
  • 0285a69 feat(cli): improve error messages for endpoint creation failures (#230)
  • Additional commits viewable in compare view

Updates uvicorn to 0.41.0

Release notes

Sourced from uvicorn's releases.

Version 0.41.0

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

New Contributors


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

Changelog

Sourced from uvicorn's changelog.

0.41.0 (February 16, 2026)

Added

  • Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • Add socket path to scope["server"] (#2561)

Changed

  • Rename LifespanOn.error_occured to error_occurred (#2776)

Fixed

  • Ignore permission denied errors in watchfiles reloader (#2817)
  • Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • Reduce the log level of 'request limit exceeded' messages (#2788)

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)

0.38.0 (October 18, 2025)

Added

  • Support Python 3.14 (#2723)

0.37.0 (September 23, 2025)

Added

  • Add --timeout-worker-healthcheck option (#2711)
  • Add os.PathLike[str] type to ssl_ca_certs (#2676)

0.36.1 (September 23, 2025)

Fixed

  • Raise an exception when calling removed Config.setup_event_loop() (#2709)

0.36.0 (September 20, 2025)

... (truncated)

Commits
  • 9283c0f Version 0.41.0 (#2821)
  • a01a33e Add --limit-max-requests-jitter to stagger worker restarts (#2707)
  • 2ce65bd Ignore permission denied errors in watchfiles reloader (#2817)
  • 654f2ed Ensure lifespan shutdown runs when should_exit is set during startup (#2812)
  • a03d9f6 Reduce the log level of 'request limit exceeded' messages (#2788)
  • e377de4 Add socket path to scope["server"] (#2561)
  • 0779f7f Poll for readiness in test_multiprocess_health_check and run_server (#2816)
  • 7e9ce2c Poll for PID changes in test_multiprocess_sighup instead of fixed sleep (#2...
  • 99f0d87 Fix grep warning in scripts/sync-version (#2807)
  • 7ae2e63 chore(deps): bump the python-packages group with 18 updates (#2801)
  • 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

Updates the requirements on [together](https://github.com/togethercomputer/together-py) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.

Updates `together` to 2.1.1
- [Release notes](https://github.com/togethercomputer/together-py/releases)
- [Changelog](https://github.com/togethercomputer/together-py/blob/main/CHANGELOG.md)
- [Commits](togethercomputer/together-py@v2.0.0-alpha.1...v2.1.1)

Updates `uvicorn` to 0.41.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.41.0)

---
updated-dependencies:
- dependency-name: together
  dependency-version: 2.1.1
  dependency-type: direct:production
  dependency-group: prod-deps
- dependency-name: uvicorn
  dependency-version: 0.41.0
  dependency-type: direct:production
  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 Feb 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 16, 2026 23:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 16, 2026
@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 Feb 18, 2026

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

@dependabot dependabot Bot closed this Feb 18, 2026
@dependabot dependabot Bot deleted the dependabot/pip/prod-deps-380c0176ac branch February 18, 2026 16:55
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 18, 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.

0 participants