chore(deps)(deps): bump the python-runtime group with 4 updates#207
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps)(deps): bump the python-runtime group with 4 updates#207dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-runtime group with 4 updates: [platformdirs](https://github.com/tox-dev/platformdirs), [litellm](https://github.com/BerriAI/litellm), [oracledb](https://github.com/oracle/python-oracledb) and [fastapi](https://github.com/fastapi/fastapi). Updates `platformdirs` from 4.10.0 to 4.10.1 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.10.0...4.10.1) Updates `litellm` from 1.92.0 to 1.93.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.92.0...v1.93.0) Updates `oracledb` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/oracle/python-oracledb/releases) - [Commits](oracle/python-oracledb@v4.0.1...v4.0.2) Updates `fastapi` from 0.139.0 to 0.139.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.139.0...0.139.2) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: litellm dependency-version: 1.93.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: oracledb dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Bumps the python-runtime group with 4 updates: platformdirs, litellm, oracledb and fastapi.
Updates
platformdirsfrom 4.10.0 to 4.10.1Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
2e74013Release 4.10.13076722📝 docs(changelog): rebuild against release history (#510)42751ce🚀 ci(release): towncrier changelog + publish on tag push (#509)d2e5756fix(windows): stop leaking ctypes pointer types on repeated calls (#507)4f52c4fbuild(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 in the all group (#506)f68e56fbuild(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 in the all group (#504)806560bbuild(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the all group (#502)795aac4[pre-commit.ci] pre-commit autoupdate (#503)99977a9[pre-commit.ci] pre-commit autoupdate (#500)4bd7bb3💰 Surface GitHub Sponsors + thanks.devUpdates
litellmfrom 1.92.0 to 1.93.0Release notes
Sourced from litellm's releases.
... (truncated)
Commits
052b5a2Merge pull request #33904 from BerriAI/litellm_models_listing_malformed_cost_...db190bafix(proxy): treat malformed cost-map token limits as absent on /v1/models3510494chore(release): backport #33853 and #33864 onto patch-1.93.0rc2 to complete t...2530e32chore(release): backport 11 staging PRs onto patch-1.93.0rc2 for the 1.93.0 s...b5cd431Merge pull request #33499 from BerriAI/litellm_backport_1930rc2fba058bMerge pull request #32956 from BerriAI/litellm_fix_lit3859_wif_bridge10d5804Merge pull request #32884 from BerriAI/litellm_internal_stagingd37ba79refactor(ui): convert projects page chart to shadcn/recharts (#32722)4baeb28chore: update Next.js build artifacts (2026-07-11 23:35 UTC, node v20.20.2) (...ca877c7refactor(ui): colocate the usage view, keeping the shared usage components (#...Updates
oracledbfrom 4.0.1 to 4.0.2Release notes
Sourced from oracledb's releases.
Commits
807750bPreparing to release python-oracledb 4.0.2.1c6683bFixed bug causing an exception to be raised when calling98777f4Correct test.274db39Tweaked release note.c542377Fixed bug where TIMESTAMP WITH TIME ZONE column data was converted incorrectlyb917422Fixed bug causing precision and scale to be incorrect for timestamps and65badc7Fixed bug when fetching NCHAR or NVARCHAR2 columns (#595).afc5445Fixed segfault when calling Connection.fetch_df_all() andc08edf6Fixed bug where callers waiting on ConnectionPool.acquire() would wait9c56a49Fixed bug where ConnectionPool.wait_timeout returned the value in secondsUpdates
fastapifrom 0.139.0 to 0.139.2Release notes
Sourced from fastapi's releases.
Commits
866b7a3🔖 Release version 0.139.2 (#16014)7b3effe📝 Update release notes7fe315c🐛 Refactor router route building to make it thread-safe, mainly relevant for ...c48e67b🔖 Release version 0.139.1 (#16012)2acc4fb📝 Update release noteseb75fd0🐛 Fix frontend fallback support for doted paths like/users/john.doe(#16011)9b8410b📝 Update release notese24d44c📝 Fix topic repository list not being displayed andskip_usersnot being ap...93b78f8📝 Update release notesb959b44📝 Update release notesDependabot 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