Skip to content

fix(deps): update all dependencies#531

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#531
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v6.0.1v6.0.2 age confidence
actions/upload-artifact action major v6.0.0v7.0.0 age confidence
certifi dependencies minor 2026.1.42026.2.25 age confidence
cgr.dev/chainguard/python final digest 66a97fcaf9f881
cgr.dev/chainguard/python stage digest 2ea83e2171a608
cryptography (changelog) dependencies patch 46.0.346.0.6 age confidence
fastapi (changelog) dependencies minor ^0.128.0^0.135.0 age confidence
github/codeql-action action minor v4.31.9v4.35.1 age confidence
ortelius/workflow-toolkit action digest a111f833c9c2b5
oxsecurity/megalinter action minor v9.3.0v9.4.0 age confidence
peter-evans/create-pull-request action minor v8.0.0v8.1.0 age confidence
pyjwt dependencies minor 2.10.12.12.1 age confidence
requests (changelog) dependencies minor 2.32.52.33.0 age confidence
sqlalchemy (changelog) dependencies patch 2.0.452.0.48 age confidence
step-security/harden-runner action minor v2.14.0v2.16.0 age confidence
uvicorn (changelog) dependencies minor ^0.40.0^0.42.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

certifi/python-certifi (certifi)

v2026.2.25

Compare Source

pyca/cryptography (cryptography)

v46.0.6

Compare Source

v46.0.5

Compare Source

v46.0.4

Compare Source

fastapi/fastapi (fastapi)

v0.135.2

Compare Source

Upgrades
Docs
Translations
Internal

v0.135.1

Compare Source

Fixes
  • 🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack. PR #​15038 by @​tiangolo.
Docs
Internal

v0.135.0

Compare Source

Features

v0.134.0

Compare Source

Features
  • ✨ Add support for streaming JSON Lines and binary data with yield. PR #​15022 by @​tiangolo.
    • This also upgrades Starlette from >=0.40.0 to >=0.46.0, as it's needed to properly unrwap and re-raise exceptions from exception groups.
    • New docs: Stream JSON Lines.
    • And new docs: Stream Data.
Docs
Internal

v0.133.1

Compare Source

Features
Internal

v0.133.0

Compare Source

v0.132.1

Compare Source

Refactors
Internal

v0.132.0

Compare Source

Breaking Changes
  • 🔒️ Add strict_content_type checking for JSON requests. PR #​14978 by @​tiangolo.
    • Now FastAPI checks, by default, that JSON requests have a Content-Type header with a valid JSON value, like application/json, and rejects requests that don't.
    • If the clients for your app don't send a valid Content-Type header you can disable this with strict_content_type=False.
    • Check the new docs: Strict Content-Type Checking.
Internal

v0.131.0

Compare Source

Breaking Changes

v0.130.0

Compare Source

Features

v0.129.2

Compare Source

Internal

v0.129.1

Compare Source

Fixes
  • ♻️ Fix JSON Schema for bytes, use "contentMediaType": "application/octet-stream" instead of "format": "binary". PR #​14953 by @​tiangolo.
Docs
Translations
Internal

v0.129.0

Compare Source

Breaking Changes
Refactors
Docs
Internal

v0.128.8

Compare Source

Docs
Internal

v0.128.7

Compare Source

Features
Refactors
  • ♻️ Simplify reading files in memory, do it sequentially instead of (fake) parallel. PR #​14884 by @​tiangolo.
Docs
Internal

v0.128.6

Compare Source

Fixes
Translations
Internal

v0.128.5

Compare Source

Refactors
  • ♻️ Refactor and simplify Pydantic v2 (and v1) compatibility internal utils. PR #​14862 by @​tiangolo.
Internal
  • ✅ Add inline snapshot tests for OpenAPI before changes from Pydantic v2. PR #​14864 by @​tiangolo.

v0.128.4

Compare Source

Refactors
  • ♻️ Refactor internals, simplify Pydantic v2/v1 utils, create_model_field, better types for lenient_issubclass. PR #​14860 by @​tiangolo.
  • ♻️ Simplify internals, remove Pydantic v1 only logic, no longer needed. PR #​14857 by @​tiangolo.
  • ♻️ Refactor internals, cleanup unneeded Pydantic v1 specific logic. PR #​14856 by @​tiangolo.
Translations
Internal

v0.128.3

Compare Source

Refactors
  • ♻️ Re-implement on_event in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR #​14851 by @​tiangolo.
Upgrades
  • ⬆️ Upgrade Starlette supported version range to starlette>=0.40.0,<1.0.0. PR #​14853 by @​tiangolo.
Translations
Internal
  • 👷 Run tests with Starlette from git. PR #​14849 by @​tiangolo.
  • 👷 Run tests with lower bound uv sync, upgrade fastapi[all] minimum dependencies: ujson >=5.8.0, orjson >=3.9.3. PR #​14846 by @​tiangolo.

v0.128.2

Compare Source

Features
Fixes
Docs
Translations
Internal

v0.128.1

Compare Source

Features
  • ✨ Add viewport meta tag to improve Swagger UI on mobile devices. PR #​14777 by @​Joab0.
  • 🚸 Improve error message for invalid query parameter type annotations. PR #​14479 by @​retwish.
Fixes
Refactors
Docs
Translations
Internal

Configuration

📅 Schedule: Branch creation - "every 1 hours every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from abf6283 to f93a589 Compare January 18, 2026 01:33
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from 2fa5ba1 to 2b96df1 Compare January 28, 2026 00:51
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from aadc46c to 02aa092 Compare February 4, 2026 22:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9045d3d to 8bef986 Compare February 6, 2026 01:41
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f7cfa2c to 8167f25 Compare February 12, 2026 15:06
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Feb 12, 2026
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from d3fdd53 to 0efb1ba Compare February 20, 2026 00:58
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from 20ee98f to d880c2d Compare February 27, 2026 01:35
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 423a7d4 to 1aa2422 Compare March 1, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants