Skip to content

fix(deps): update python: non-major updates - #332

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-non-major
Open

fix(deps): update python: non-major updates#332
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-non-major

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change OpenSSF Age Confidence
fastapi (changelog) project.dependencies minor ==0.138.0==0.141.1 OpenSSF Scorecard age confidence
gliner project.dependencies patch ==0.2.27==0.2.28 OpenSSF Scorecard age confidence
gradio project.dependencies minor ==6.19.0==6.24.0 OpenSSF Scorecard age confidence
huggingface-hub project.dependencies minor ==1.20.1==1.28.0 OpenSSF Scorecard age confidence
onnxruntime project.dependencies minor ==1.27.0==1.29.0 age confidence
pre-commit dependency-groups patch ==4.6.0==4.6.2 OpenSSF Scorecard age confidence
prometheus-client project.dependencies minor ==0.25.0==0.26.0 OpenSSF Scorecard age confidence
pydantic-settings (changelog) project.dependencies minor ==2.14.2==2.15.0 OpenSSF Scorecard age confidence
ruff (source, changelog) dependency-groups minor ==0.15.19==0.16.3 OpenSSF Scorecard age confidence
ty (changelog) dependency-groups patch ==0.0.53==0.0.73 OpenSSF Scorecard age confidence
uvicorn (changelog) project.dependencies minor ==0.49.0==0.52.4 OpenSSF Scorecard age confidence

Release Notes

fastapi/fastapi (fastapi)

v0.141.1

Compare Source

Fixes
  • 🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #​16105 by @​tiangolo.
Docs

v0.141.0

Compare Source

Features
  • ✨ Add app.frontend(check_dir="auto"), to make local development more convenient with fastapi dev. PR #​16102 by @​tiangolo.

v0.140.13

Compare Source

Fixes
Docs

v0.140.12

Compare Source

Fixes

v0.140.11

Compare Source

v0.140.10

Compare Source

Fixes
Internal

v0.140.9

Compare Source

Fixes
  • 🐛 Fix exclude_defaults not propagated to dict keys and values in jsonable_encoder. PR #​16043 by @​MBGrao.
Internal

v0.140.8

Compare Source

Fixes

v0.140.7

Compare Source

Refactors
Internal

v0.140.6

Compare Source

Refactors
  • ⚡️ Avoid flattening dependencies for request parameters, mainly for OpenAPI. PR #​16073 by @​tiangolo.

v0.140.5

Compare Source

Refactors

v0.140.4

Compare Source

v0.140.3

Compare Source

Refactors

v0.140.2

Compare Source

Refactors
Internal

v0.140.1

Compare Source

Refactors
  • ♻️ Update the lru_cache limit for dependencies to account for large apps. PR #​16062 by @​tiangolo.

v0.140.0

Compare Source

Refactors
Docs
Internal

v0.139.2

Compare Source

Fixes
  • 🐛 Refactor router route building to make it thread-safe, mainly relevant for tests running in parallel threads (uncommon). PR #​16013 by @​tiangolo.

v0.139.1

Compare Source

Fixes
Docs
  • 📝 Fix topic repository list not being displayed and skip_users not being applied. PR #​15995 by @​YuriiMotov.
Translations
Internal

v0.139.0

Compare Source

Features
  • ✨ Support dependencies in app.frontend(), e.g. for automatic cookie authentication for the frontend. PR #​15908 by @​tiangolo.
Translations
Internal

v0.138.2

Compare Source

Refactors
  • ♻️ Make app.frontend() return 404 for methods other than GET or HEAD with no static file matches. PR #​15863 by @​tiangolo.
Internal

v0.138.1

Compare Source

Refactors
Internal
urchade/GLiNER (gliner)

v0.2.28

Compare Source

gradio-app/gradio (gradio)

v6.24.0

Compare Source

Features

v6.23.1

Compare Source

Fixes

v6.22.0

Compare Source

Features
  • #​13685 6302098 - gr.Workflow: auto-create input/output nodes for model nodes (as already happens for Space nodes), replace the "Input"/"Output" buttons with a single "Component" button whose direction is derived from wiring, rename "Data" to "Dataset", let node error messages be copied, and document the oauth_token parameter in the View API panel. Thanks @​abidlabs!
  • #​13688 321361f - Workflow: resizable nodes, full-screen image view, and webcam/mic capture. Thanks @​abidlabs!
  • #​13697 3ac9d5d - Fix release CI regressions for assets and bundles. Thanks @​abidlabs!
Fixes

v6.21.0

Compare Source

Features
Fixes

v6.20.0

Compare Source

Features
Fixes
huggingface/huggingface_hub (huggingface-hub)

v1.28.0: [v1.28.0] Hardware discovery and managed engine images for Inference Endpoints and more

Compare Source

🔎 Discover deployable hardware with hf endpoints hardware

Deploying an Inference Endpoint requires five hardware flags (--vendor, --region, --accelerator, --instance-type, --instance-size) whose valid values depend on each other, and until now there was no way to learn them from the CLI. The new hf endpoints hardware command lists the valid combinations along with the price per replica per hour and your namespace's accelerator quota, filtered by default to the hardware you can deploy on right now. The same data is available in the SDK via list_inference_endpoints_hardware(), which flattens the API response into InferenceEndpointHardware objects you can filter programmatically.

>>> hf endpoints hardware --vendor aws --region eu-west-1
VENDOR REGION    ACCELERATOR INSTANCE_TYPE INSTANCE_SIZE MEMORY_GB GPU_MEMORY_GB PRICE_PER_HOUR QUOTA STATUS
------ --------- ----------- ------------- ------------- --------- ------------- -------------- ----- ---------
aws    eu-west-1 cpu         intel-spr     x1                  2.0                        0.033 0/60  available
aws    eu-west-1 cpu         intel-spr     x2                  4.0                        0.067 0/60  available
aws    eu-west-1 gpu         nvidia-a10g   x1                 30.0            24            1.0 0/16  available
aws    eu-west-1 gpu         nvidia-t4     x1                 15.0            16            0.5 1/30  available

🚀 Managed engine images and multi-accelerator parallelism for Inference Endpoints

custom_image now accepts the engine-specific container types supported by

Note

PR body was truncated to here.

@renovate renovate Bot added lifecycle Update or deprecate something renovate labels Jul 12, 2026
@renovate
renovate Bot requested a review from freinold July 12, 2026 23:48
@renovate renovate Bot added lifecycle Update or deprecate something renovate labels Jul 12, 2026
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 9 times, most recently from b25108e to fba0f64 Compare July 22, 2026 18:41
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 15 times, most recently from 76a17a0 to 6380f52 Compare July 29, 2026 21:10
@renovate
renovate Bot force-pushed the renovate/python-non-major branch from 6380f52 to 356de3b Compare July 30, 2026 20:46
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 2 times, most recently from 588ee03 to f217ee7 Compare August 1, 2026 20:41
freinold
freinold previously approved these changes Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 9 times, most recently from 63eeeac to cd25ac4 Compare August 7, 2026 17:32
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 7 times, most recently from c27d413 to e684e54 Compare August 15, 2026 00:27
@renovate
renovate Bot force-pushed the renovate/python-non-major branch 2 times, most recently from 03b0009 to ce2ab6e Compare August 18, 2026 13:39
@renovate
renovate Bot force-pushed the renovate/python-non-major branch from ce2ab6e to 64d35fa Compare August 19, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lifecycle Update or deprecate something renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant