fix(deps): update machine-learning #16560
Merged
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.
This PR contains the following updates:
0.28.1
->0.29.1
2.32.9
->2.33.0
2.7.1
->2.8.0
2.8.1
42420f7
->614c869
14b4620
->68a8863
0.9.6
->0.9.7
0.9.9
(+1)Release Notes
huggingface/huggingface_hub (huggingface-hub)
v0.29.1
: [v0.29.1] Fix revision URL encoding inupload_large_folder
& Fix endpoint update state handling inInferenceEndpoint.wait()
Compare Source
This patch release includes two fixes:
Full Changelog: huggingface/huggingface_hub@v0.29.0...v0.29.1
v0.29.0
: [v0.29.0]: Introducing 4 new Inference Providers: Fireworks AI, Hyperbolic, Nebius AI Studio, and Novita 🔥Compare Source
We’re thrilled to announce the addition of three more outstanding serverless Inference Providers to the Hugging Face Hub: Fireworks AI, Hyperbolic, Nebius AI Studio, and Novita. These providers join our growing ecosystem, enhancing the breadth and capabilities of serverless inference directly on the Hub’s model pages. This release adds official support for these 3 providers, making it super easy to use a wide variety of models with your preferred providers.
See our announcement blog for more details: https://huggingface.co/blog/new-inference-providers.
Note that Black Forest Labs is not yet supported on the Hub. Once we announce it,
huggingface_hub 0.29.0
will automatically support it.⚡ Other Inference updates
base_url
if provided by @Wauplin in #2805extra_parameters
toextra_body
by @hanouticelina in #2821💔 Breaking changes
None.
🛠️ Small fixes and maintenance
😌 QoL improvements
🐛 Bug and typo fixes
HF_DEBUG
environment variable for debugging/reproducibility by @Wauplin in #2819🏗️ internal
Significant community contributions
The following contributors have made significant changes to the library over the last release:
locustio/locust (locust)
v2.33.0
Compare Source
Full Changelog
Fixed bugs:
v2.32.10
Compare Source
Full Changelog
Closed issues:
Merged pull requests:
pydantic/pydantic-settings (pydantic-settings)
v2.8.0
Compare Source
What's Changed
Any
inBaseSettings
signature to avoid mypy errors by @Viicos in https://github.com/pydantic/pydantic-settings/pull/529New Contributors
Full Changelog: pydantic/pydantic-settings@v2.7.1...v2.8.0
astral-sh/ruff (ruff)
v0.9.7
Compare Source
Preview features
__new__
methods as special function type for enforcing class method or static method rules (#13305)airflow
] Improve the internal logic to differentiate deprecated symbols (AIR303
) (#16013)refurb
] Manual timezone monkeypatching (FURB162
) (#16113)ruff
] Implicit class variable in dataclass (RUF045
) (#14349)ruff
] Skip singleton starred expressions forincorrectly-parenthesized-tuple-in-subscript
(RUF031
) (#16083)refurb
] Check for subclasses includes subscript expressions (FURB189
) (#16155)Rule changes
flake8-debugger
] Also flagsys.breakpointhook
andsys.__breakpointhook__
(T100
) (#16191)pycodestyle
] Exemptsite.addsitedir(...)
calls (E402
) (#16251)Formatter
Server
source.organizeImports.ruff
andsource.fixAll.ruff
code actions for a notebook cell (#16154)ruff.printDebugInformation
(#16215)ruff.printDebugInformation
(#16214)CLI
noqa
even when there are no diagnostics (#16178)extend
s (#15658)Bug fixes
flake8-comprehensions
] Handle trailing comma inC403
fix (#16110)flake8-pyi
] Avoid flaggingcustom-typevar-for-self
on metaclass methods (PYI019
) (#16141)pydocstyle
] Handle arguments with the same names as sections (D417
) (#16011)pylint
] Correct ordering of arguments in fix forif-stmt-min-max
(PLR1730
) (#16080)pylint
] Do not offer fix for raw strings (PLE251
) (#16132)pyupgrade
] Do not upgrade functionalTypedDicts
with private field names to the class-based syntax (UP013
) (#16219)pyupgrade
] Handle micro version numbers correctly (UP036
) (#16091)pyupgrade
] Unwrap unary expressions correctly (UP018
) (#15919)refurb
] Correctly handle lengths of literal strings inslice-to-remove-prefix-or-suffix
(FURB188
) (#16237)ruff
] SkipRUF001
diagnostics when visiting string type definitions (#16122)Documentation
source.*
code actions in Notebook (#16212)SECURITY.md
(#16224)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.