deps(deps): bump the python-production group across 1 directory with 7 updates#60
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps): bump the python-production group across 1 directory with 7 updates#60dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…7 updates Updates the requirements on [litellm](https://github.com/BerriAI/litellm), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [python-multipart](https://github.com/Kludex/python-multipart), [sse-starlette](https://github.com/sysid/sse-starlette), [tenacity](https://github.com/jd/tenacity), [uvicorn](https://github.com/Kludex/uvicorn) and [watchdog](https://github.com/gorakhargosh/watchdog) to permit the latest version. Updates `litellm` to 1.84.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@1.84.0-dev.1...v1.84.0) Updates `pydantic-settings` to 2.14.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.1) Updates `python-multipart` to 0.0.28 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.27...0.0.28) Updates `sse-starlette` to 3.4.4 - [Release notes](https://github.com/sysid/sse-starlette/releases) - [Commits](sysid/sse-starlette@v3.4.1...v3.4.4) Updates `tenacity` to 9.1.4 - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.5.0...9.1.4) Updates `uvicorn` to 0.47.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.46.0...0.47.0) Updates `watchdog` to 6.0.0 - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](gorakhargosh/watchdog@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.84.0 dependency-type: direct:production dependency-group: python-production - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production dependency-group: python-production - dependency-name: python-multipart dependency-version: 0.0.28 dependency-type: direct:production dependency-group: python-production - dependency-name: sse-starlette dependency-version: 3.4.4 dependency-type: direct:production dependency-group: python-production - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production dependency-group: python-production - dependency-name: uvicorn dependency-version: 0.47.0 dependency-type: direct:production dependency-group: python-production - dependency-name: watchdog dependency-version: 6.0.0 dependency-type: direct:production dependency-group: python-production ... 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 litellm, pydantic-settings, python-multipart, sse-starlette, tenacity, uvicorn and watchdog to permit the latest version.
Updates
litellmto 1.84.0Commits
e1fc955Merge pull request #27909 from BerriAI/backport/27908-litellm_1.84.0rc2fcd63b0uv lock0f741fcbump: version 0.4.71 → 0.4.72321d576Merge pull request #27904 from BerriAI/backport/27878-litellm_1.84.0rc2fe18665Merge remote-tracking branch 'origin/litellm_1.84.0rc2' into backport/27878-l...087003eMerge pull request #27903 from BerriAI/backport/27892-litellm_1.84.0rc2d35d2a7fix: harden /key/update authorization checks (#27878)b2c93b1fix: block SSRF fields in RAG ingest vector_store configfdb55abfix: block client-side pricing injection via request body08ea016Merge pull request #27902 from BerriAI/litellm_/eager-euler-fd3639Updates
pydantic-settingsto 2.14.1Release notes
Sourced from pydantic-settings's releases.
Commits
e95c30bPrepare release 2.14.1 (#859)0c87345Fix field namedclsconflicting with classmethod parameter (#858)7bd0072Bump the python-packages group with 2 updates (#856)b03e573Bump the github-actions group with 3 updates (#853)eaa3b43Bump the python-packages group with 5 updates (#854)9f95615Bump the python-packages group with 4 updates (#850)Updates
python-multipartto 0.0.28Release notes
Sourced from python-multipart's releases.
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
7d8d28bVersion 0.0.28 (#284)b0dd125Cap multipart boundary length at 256 bytes (#282)d1b5739Speed up partial-boundary tail scan viabytes.find(#281)09cb8c3Make the long_boundary benchmark dominated by the patched code path (#280)a6467c9Revert "Switch CodSpeed benchmarks to walltime mode" (#279)9a96900Switch CodSpeed benchmarks to walltime mode (#278)1fc7a62Make benchmark coverage trigger the partial-boundary fallback (#277)03df045Add CodSpeed benchmark suite for parser hot paths (#276)79a7c61Bump the python-packages group with 3 updates (#273)bd29332Bump the github-actions group with 5 updates (#274)Updates
sse-starletteto 3.4.4Release notes
Sourced from sse-starlette's releases.
Commits
e093395Bump version to 3.4.4a6799e1new release workflowd033a97Bump version to 3.4.36a34c6aMerge pull request #186 from sysid/dependabot/uv/urllib3-2.7.0e0be426chore(deps): bump urllib3 from 2.6.3 to 2.7.0d8d43abMerge pull request #185 from sysid/dependabot/uv/granian-2.7.45854ac0chore(deps): bump granian from 2.6.0 to 2.7.41d56ff3Bump version to 3.4.28387e11update pyproject.tomlUpdates
tenacityto 9.1.4Release notes
Sourced from tenacity's releases.
Commits
d4e868dFixretry()annotations with asyncsleep=function (#555)24415ebsupport async sleep for sync fn (#551)3bf33b4chore: drop Python 3.9 support (EOL) (#552)7027da3chore(deps): bump the github-actions group with 2 updates (#550)21ae7d0docs: fix syntax error in wait_chain docstring example (#548)ef12c9echore(deps): bump actions/checkout in the github-actions group (#547)c35a4b3chore(deps): bump the github-actions group with 2 updates (#545)e792bbaci: fix mypy (#546)0f55245ci: remove reno requirements (#542)815c34ffeat(wait): addwait_exceptionstrategy (#541)Updates
uvicornto 0.47.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
479a2c0Version 0.47.0 (#2937)89347fdAdd 7-day cooldown for dependency resolution via uv exclude-newer (#2936)767315bDrop unused contents/actions permissions from zizmor workflow (#2935)f25ee43chore(deps): bump urllib3 from 2.6.3 to 2.7.0 (#2933)8782666Fix typo indocs/deployment/index.md. (#2932)ad5ff87Treatfd=0as a valid file descriptor with reload/workers (#2927)6761b2cRemove Hugging Face sponsor block from docs (#2923)438f648Surface sponsors on welcome page and sidebar (#2921)10ddc6dAddssl_context_factoryfor customSSLContextconfiguration (#2920)b499bc4Eagerly import the ASGI app in the parent process (#2919)Updates
watchdogto 6.0.0Release notes
Sourced from watchdog's releases.
Changelog
Sourced from watchdog's changelog.
... (truncated)
Commits
76c091dVersion 6.0.058386d8Fixes, and clean-up (#1084)db698a5fix: reading inotify file descriptor after closing it. (#1081)73d5612[docs] Add typing info to quick start (#1082)d774fecdocs: Update README Badges (#1083)6b74737docs: funding3d1b888[inotify] Use ofselect.poll()instead of deprecatedselect.select()(#1078)6a4f1cfBump the versionad6df50Version 5.0.359650f8fix: polish #1070Dependabot 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