Bump the backend-deps group across 1 directory with 6 updates - #13
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the backend-deps group across 1 directory with 6 updates#13dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [fastapi[standard]](https://github.com/fastapi/fastapi), [uvicorn[standard]](https://github.com/Kludex/uvicorn), [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy), [celery[redis]](https://github.com/celery/celery), [boto3](https://github.com/boto/boto3) and [openai](https://github.com/openai/openai-python) to permit the latest version. Updates `fastapi[standard]` to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.0...0.141.1) Updates `uvicorn[standard]` to 0.52.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.30.0...0.52.0) Updates `sqlalchemy[asyncio]` to 2.0.51 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `celery[redis]` to 5.6.3 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](celery/celery@v5.4.0...v5.6.3) Updates `boto3` from 1.43.55 to 1.43.59 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.55...1.43.59) Updates `openai` from 2.48.0 to 2.50.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.48.0...v2.50.0) --- updated-dependencies: - dependency-name: fastapi[standard] dependency-version: 0.141.1 dependency-type: direct:production dependency-group: backend-deps - dependency-name: uvicorn[standard] dependency-version: 0.52.0 dependency-type: direct:production dependency-group: backend-deps - dependency-name: sqlalchemy[asyncio] dependency-version: 2.0.51 dependency-type: direct:production dependency-group: backend-deps - dependency-name: celery[redis] dependency-version: 5.6.3 dependency-type: direct:production dependency-group: backend-deps - dependency-name: boto3 dependency-version: 1.43.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on fastapi[standard], uvicorn[standard], sqlalchemy[asyncio], celery[redis], boto3 and openai to permit the latest version.
Updates
fastapi[standard]to 0.141.1Release notes
Sourced from fastapi[standard]'s releases.
Commits
95f8322🔖 Release version 0.141.1 (#16106)f137944📝 Update release notesd623544🐛 Fix support for background tasks and headers from dependencies in `app.fron...1d211b9📝 Update release notes8a1f876📝 DocumentFASTAPI_ENVin FastAPI CLI guide (#16104)c7e7b65🔖 Release version 0.141.0 (#16103)6bceb84📝 Update release notes5429fed✨ Addapp.frontend(check_dir="auto"), to make local development more conven...628663f🔖 Release version 0.140.13 (#16096)0b54fd0📝 Update release notesUpdates
uvicorn[standard]to 0.52.0Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
... (truncated)
Commits
8f1b884Version 0.52.0 (#3044)f6833dbAdd experimental zttp HTTP/1.1 protocol (#2979)d26c85cPrepare compatibility with websockets 17.0. (#3036)7e11cc6Clarify how limit_concurrency and backlog differ (#3029)e4d0b05Version 0.51.0 (#3028)944e43dRemove colorama from the standard extra (#3027)2e78770Restart workers with overlap on SIGHUP for near-zero-downtime reloads (#3025)a1b570cVersion 0.50.2 (#3022)83c7da7Require websockets>=13.0 for the default sansio implementation (#3021)b4d0116Version 0.50.1 (#3020)Updates
sqlalchemy[asyncio]to 2.0.51Release notes
Sourced from sqlalchemy[asyncio]'s releases.
... (truncated)
Commits
Updates
celery[redis]to 5.6.3Release notes
Sourced from celery[redis]'s releases.
... (truncated)
Changelog
Sourced from celery[redis]'s changelog.
... (truncated)
Commits
3f4d8d7Prepare for release: v5.6.3 (#10221)a989e8cfix: clear the timer while catch the exception (#10218)d06de5fChore(deps): Bump nick-fields/retry from 3 to 4 (#10213)c3c19c3Fix: prioritize request ignore_result over task definition (#10184)d23be53Remove outdated autoreloader section from extending docs (#10154)ada2da7docs: fix duplicated word in bootsteps comment\n\nSigned-off-by: Rohan Santho...f45f62bAdd compression header to message protocol docs (#10156)9a27092docs: clarify after_return behavior for retried tasks (#10192)6ee6230Fix#9722 friendly status errors for CLI (#10190)a9a2d4c[pre-commit.ci] pre-commit autoupdate (#10186)Updates
boto3from 1.43.55 to 1.43.59Commits
5595e62Merge branch 'release-1.43.59'998b96aBumping version to 1.43.59199f2c0Add changelog entries from botocorea712c79Bump https://github.com/astral-sh/ruff-pre-commit (#4822)132103cBump actions/setup-python in the github-actions group (#4821)acd59afMerge branch 'release-1.43.58'8ffad17Merge branch 'release-1.43.58' into develop73cef5cBumping version to 1.43.58256b73cAdd changelog entries from botocore7b06b40Merge branch 'release-1.43.57'Updates
openaifrom 2.48.0 to 2.50.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
4f40426release: 2.50.092594f1fix(audio): restore transcription keyword overload59ed1dcfeat(api): transcription model updates6ba31bcrelease: 2.49.0 (#3539)90483adtest: support a hermetic local API reference (#3542)d4c151dfeat: require Python 3.10 and automate version reviews (#3537)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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