[PR #6745] [MERGED] fix(deps): update machine-learning #11325

Closed
opened 2026-02-05 14:37:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6745
Author: @renovate[bot]
Created: 1/30/2024
Status: Merged
Merged: 1/30/2024
Merged by: @mertalev

Base: mainHead: renovate/machine-learning


📝 Commits (1)

  • 4b75908 fix(deps): update machine-learning

📊 Changes

1 file changed (+172 additions, -160 deletions)

View changed files

📝 machine-learning/poetry.lock (+172 -160)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
huggingface-hub 0.20.2 -> 0.20.3 age adoption passing confidence
pydantic (changelog) 1.10.13 -> 1.10.14 age adoption passing confidence
ruff (source, changelog) 0.1.13 -> 0.1.14 age adoption passing confidence
tokenizers 0.15.0 -> 0.15.1 age adoption passing confidence
uvicorn (changelog) 0.26.0 -> 0.27.0 age adoption passing confidence

Release Notes

huggingface/huggingface_hub (huggingface-hub)

v0.20.3: 0.20.3 hot-fix: Fix HfFolder login when env variable not set

Compare Source

This patch release fixes an issue when retrieving the locally saved token using huggingface_hub.HfFolder.get_token. For the record, this is a "planned to be deprecated" method, in favor of huggingface_hub.get_token which is more robust and versatile. The issue came from a breaking change introduced in https://github.com/huggingface/huggingface_hub/pull/1895 meaning only 0.20.x is affected.

For more details, please refer to https://github.com/huggingface/huggingface_hub/pull/1966.

Full Changelog: https://github.com/huggingface/huggingface_hub/compare/v0.20.2...v0.20.3

pydantic/pydantic (pydantic)

v1.10.14: 2024-01-19

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic/compare/v1.10.13...v1.10.14

astral-sh/ruff (ruff)

v0.1.14

Compare Source

Preview features
  • [flake8-bugbear] Add fix for duplicate-value (B033) (#​9510)
  • [flake8-simplify] Implement enumerate-for-loop (SIM113) (#​7777)
  • [pygrep_hooks] Add fix for deprecated-log-warn (PGH002) (#​9519)
  • [pylint] Implement import-private-name (C2701) (#​5920)
  • [refurb] Implement regex-flag-alias with fix (FURB167) (#​9516)
  • [ruff] Add rule and fix to sort contents of __all__ (RUF022) (#​9474)
  • [tryceratops] Add fix for error-instead-of-exception (TRY400) (#​9520)
Rule changes
  • [flake8-pyi] Fix PYI047 false negatives on PEP-695 type aliases (#​9566)
  • [flake8-pyi] Fix PYI049 false negatives on call-based TypedDicts (#​9567)
  • [pylint] Exclude self and cls when counting method arguments (PLR0917) (#​9563)
CLI
  • --show-settings displays active settings in a far more readable format (#​9464)
  • Add --extension support to the formatter (#​9483)
Configuration
  • Ignore preview status for fixable and unfixable selectors (#​9538)
  • [pycodestyle] Use the configured tab size when expanding indents (#​9506)
Bug fixes
  • Recursively visit deferred AST nodes (#​9541)
  • Visit deferred lambdas before type definitions (#​9540)
  • [flake8-simplify] Avoid some more enumerate-for-loop false positives (SIM113) (#​9515)
  • [pandas-vet] Limit inplace diagnostics to methods that accept inplace (#​9495)
  • [pylint] Add the __prepare__ method to the list of recognized dunder method (#​9529)
  • [pylint] Ignore unnecessary dunder calls within dunder definitions (#​9496)
  • [refurb] Avoid bailing when reimplemented-operator is called on function (FURB118) (#​9556)
  • [ruff] Avoid treating named expressions as static keys (RUF011) (#​9494)
Documentation
  • Add instructions on using noqa with isort rules (#​9555)
  • Documentation update for URL giving 'page not found' (#​9565)
  • Fix admonition in dark mode (#​9502)
  • Update contributing docs to use cargo bench -p ruff_benchmark (#​9535)
  • Update emacs integration section to include emacs-ruff-format (#​9403)
  • [flake8-blind-except] Document exceptions to blind-except rule (#​9580)
huggingface/tokenizers (tokenizers)

v0.15.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/tokenizers/compare/v0.15.0...v0.15.1

encode/uvicorn (uvicorn)

v0.27.0

Compare Source

Added
  • Raise ClientDisconnect(IOError) on send() when client disconnected (#​2218) 19/01/24
  • Bump ASGI WebSocket spec version to 2.4 (#​2221) 20/01/24

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.


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

This PR has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/6745 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `renovate/machine-learning` --- ### 📝 Commits (1) - [`4b75908`](https://github.com/immich-app/immich/commit/4b7590833528efaded2e405e5e4022e7f4f9f6bf) fix(deps): update machine-learning ### 📊 Changes **1 file changed** (+172 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `machine-learning/poetry.lock` (+172 -160) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [huggingface-hub](https://togithub.com/huggingface/huggingface_hub) | `0.20.2` -> `0.20.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/huggingface-hub/0.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/huggingface-hub/0.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/huggingface-hub/0.20.2/0.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/huggingface-hub/0.20.2/0.20.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pydantic](https://togithub.com/pydantic/pydantic) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `1.10.13` -> `1.10.14` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/1.10.13/1.10.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ruff](https://docs.astral.sh/ruff) ([source](https://togithub.com/astral-sh/ruff), [changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `0.1.13` -> `0.1.14` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.1.13/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.1.13/0.1.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tokenizers](https://togithub.com/huggingface/tokenizers) | `0.15.0` -> `0.15.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/tokenizers/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/tokenizers/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/tokenizers/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/tokenizers/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [uvicorn](https://togithub.com/encode/uvicorn) ([changelog](https://togithub.com/encode/uvicorn/blob/master/CHANGELOG.md)) | `0.26.0` -> `0.27.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uvicorn/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uvicorn/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uvicorn/0.26.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uvicorn/0.26.0/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>huggingface/huggingface_hub (huggingface-hub)</summary> ### [`v0.20.3`](https://togithub.com/huggingface/huggingface_hub/releases/tag/v0.20.3): 0.20.3 hot-fix: Fix HfFolder login when env variable not set [Compare Source](https://togithub.com/huggingface/huggingface_hub/compare/v0.20.2...v0.20.3) This patch release fixes an issue when retrieving the locally saved token using `huggingface_hub.HfFolder.get_token`. For the record, this is a "planned to be deprecated" method, in favor of `huggingface_hub.get_token` which is more robust and versatile. The issue came from a breaking change introduced in [https://github.com/huggingface/huggingface_hub/pull/1895](https://togithub.com/huggingface/huggingface_hub/pull/1895) meaning only `0.20.x` is affected. For more details, please refer to [https://github.com/huggingface/huggingface_hub/pull/1966](https://togithub.com/huggingface/huggingface_hub/pull/1966). **Full Changelog**: https://github.com/huggingface/huggingface_hub/compare/v0.20.2...v0.20.3 </details> <details> <summary>pydantic/pydantic (pydantic)</summary> ### [`v1.10.14`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.14): 2024-01-19 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.13...v1.10.14) #### What's Changed - Update install.md by [@&#8203;dmontagu](https://togithub.com/dmontagu) in [https://github.com/pydantic/pydantic/pull/7690](https://togithub.com/pydantic/pydantic/pull/7690) - Fix ci to only deploy docs on release by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/7740](https://togithub.com/pydantic/pydantic/pull/7740) - Ubuntu fixes for V1 by [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/8540](https://togithub.com/pydantic/pydantic/pull/8540) and [https://github.com/pydantic/pydantic/pull/8587](https://togithub.com/pydantic/pydantic/pull/8587) - Fix `cached_property` handling in dataclasses when copied by [@&#8203;rdbisme](https://togithub.com/rdbisme) in [https://github.com/pydantic/pydantic/pull/8407](https://togithub.com/pydantic/pydantic/pull/8407) #### New Contributors - [@&#8203;rdbisme](https://togithub.com/rdbisme) made their first contribution in [https://github.com/pydantic/pydantic/pull/8407](https://togithub.com/pydantic/pydantic/pull/8407) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.13...v1.10.14 </details> <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.1.14`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0114) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.1.13...v0.1.14) ##### Preview features - \[`flake8-bugbear`] Add fix for `duplicate-value` (`B033`) ([#&#8203;9510](https://togithub.com/astral-sh/ruff/pull/9510)) - \[`flake8-simplify`] Implement `enumerate-for-loop` (`SIM113`) ([#&#8203;7777](https://togithub.com/astral-sh/ruff/pull/7777)) - \[`pygrep_hooks`] Add fix for `deprecated-log-warn` (`PGH002`) ([#&#8203;9519](https://togithub.com/astral-sh/ruff/pull/9519)) - \[`pylint`] Implement `import-private-name` (`C2701`) ([#&#8203;5920](https://togithub.com/astral-sh/ruff/pull/5920)) - \[`refurb`] Implement `regex-flag-alias` with fix (`FURB167`) ([#&#8203;9516](https://togithub.com/astral-sh/ruff/pull/9516)) - \[`ruff`] Add rule and fix to sort contents of `__all__` (`RUF022`) ([#&#8203;9474](https://togithub.com/astral-sh/ruff/pull/9474)) - \[`tryceratops`] Add fix for `error-instead-of-exception` (`TRY400`) ([#&#8203;9520](https://togithub.com/astral-sh/ruff/pull/9520)) ##### Rule changes - \[`flake8-pyi`] Fix `PYI047` false negatives on PEP-695 type aliases ([#&#8203;9566](https://togithub.com/astral-sh/ruff/pull/9566)) - \[`flake8-pyi`] Fix `PYI049` false negatives on call-based `TypedDict`s ([#&#8203;9567](https://togithub.com/astral-sh/ruff/pull/9567)) - \[`pylint`] Exclude `self` and `cls` when counting method arguments (`PLR0917`) ([#&#8203;9563](https://togithub.com/astral-sh/ruff/pull/9563)) ##### CLI - `--show-settings` displays active settings in a far more readable format ([#&#8203;9464](https://togithub.com/astral-sh/ruff/pull/9464)) - Add `--extension` support to the formatter ([#&#8203;9483](https://togithub.com/astral-sh/ruff/pull/9483)) ##### Configuration - Ignore preview status for fixable and unfixable selectors ([#&#8203;9538](https://togithub.com/astral-sh/ruff/pull/9538)) - \[`pycodestyle`] Use the configured tab size when expanding indents ([#&#8203;9506](https://togithub.com/astral-sh/ruff/pull/9506)) ##### Bug fixes - Recursively visit deferred AST nodes ([#&#8203;9541](https://togithub.com/astral-sh/ruff/pull/9541)) - Visit deferred lambdas before type definitions ([#&#8203;9540](https://togithub.com/astral-sh/ruff/pull/9540)) - \[`flake8-simplify`] Avoid some more `enumerate-for-loop` false positives (`SIM113`) ([#&#8203;9515](https://togithub.com/astral-sh/ruff/pull/9515)) - \[`pandas-vet`] Limit inplace diagnostics to methods that accept inplace ([#&#8203;9495](https://togithub.com/astral-sh/ruff/pull/9495)) - \[`pylint`] Add the `__prepare__` method to the list of recognized dunder method ([#&#8203;9529](https://togithub.com/astral-sh/ruff/pull/9529)) - \[`pylint`] Ignore unnecessary dunder calls within dunder definitions ([#&#8203;9496](https://togithub.com/astral-sh/ruff/pull/9496)) - \[`refurb`] Avoid bailing when `reimplemented-operator` is called on function (`FURB118`) ([#&#8203;9556](https://togithub.com/astral-sh/ruff/pull/9556)) - \[`ruff`] Avoid treating named expressions as static keys (`RUF011`) ([#&#8203;9494](https://togithub.com/astral-sh/ruff/pull/9494)) ##### Documentation - Add instructions on using `noqa` with isort rules ([#&#8203;9555](https://togithub.com/astral-sh/ruff/pull/9555)) - Documentation update for URL giving 'page not found' ([#&#8203;9565](https://togithub.com/astral-sh/ruff/pull/9565)) - Fix admonition in dark mode ([#&#8203;9502](https://togithub.com/astral-sh/ruff/pull/9502)) - Update contributing docs to use `cargo bench -p ruff_benchmark` ([#&#8203;9535](https://togithub.com/astral-sh/ruff/pull/9535)) - Update emacs integration section to include `emacs-ruff-format` ([#&#8203;9403](https://togithub.com/astral-sh/ruff/pull/9403)) - \[`flake8-blind-except`] Document exceptions to `blind-except` rule ([#&#8203;9580](https://togithub.com/astral-sh/ruff/pull/9580)) </details> <details> <summary>huggingface/tokenizers (tokenizers)</summary> ### [`v0.15.1`](https://togithub.com/huggingface/tokenizers/releases/tag/v0.15.1) [Compare Source](https://togithub.com/huggingface/tokenizers/compare/v0.15.0...v0.15.1) #### What's Changed - udpate to version = "0.15.1-dev0" by [@&#8203;ArthurZucker](https://togithub.com/ArthurZucker) in [https://github.com/huggingface/tokenizers/pull/1390](https://togithub.com/huggingface/tokenizers/pull/1390) - Derive `Clone` on `Tokenizer`, add `Encoding.into_tokens()` method by [@&#8203;epwalsh](https://togithub.com/epwalsh) in [https://github.com/huggingface/tokenizers/pull/1381](https://togithub.com/huggingface/tokenizers/pull/1381) - Stale bot. by [@&#8203;Narsil](https://togithub.com/Narsil) in [https://github.com/huggingface/tokenizers/pull/1404](https://togithub.com/huggingface/tokenizers/pull/1404) - Fix doc links in readme by [@&#8203;Pierrci](https://togithub.com/Pierrci) in [https://github.com/huggingface/tokenizers/pull/1367](https://togithub.com/huggingface/tokenizers/pull/1367) - Faster HF dataset iteration in docs by [@&#8203;mariosasko](https://togithub.com/mariosasko) in [https://github.com/huggingface/tokenizers/pull/1414](https://togithub.com/huggingface/tokenizers/pull/1414) - Add quick doc to byte_level.rs by [@&#8203;steventrouble](https://togithub.com/steventrouble) in [https://github.com/huggingface/tokenizers/pull/1420](https://togithub.com/huggingface/tokenizers/pull/1420) - Fix make bench. by [@&#8203;Narsil](https://togithub.com/Narsil) in [https://github.com/huggingface/tokenizers/pull/1428](https://togithub.com/huggingface/tokenizers/pull/1428) - Bump follow-redirects from 1.15.1 to 1.15.4 in /tokenizers/examples/unstable_wasm/www by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/huggingface/tokenizers/pull/1430](https://togithub.com/huggingface/tokenizers/pull/1430) - pyo3: update to 0.20 by [@&#8203;mikelui](https://togithub.com/mikelui) in [https://github.com/huggingface/tokenizers/pull/1386](https://togithub.com/huggingface/tokenizers/pull/1386) - Encode special tokens by [@&#8203;ArthurZucker](https://togithub.com/ArthurZucker) in [https://github.com/huggingface/tokenizers/pull/1437](https://togithub.com/huggingface/tokenizers/pull/1437) - Update release for python3.12 windows by [@&#8203;ArthurZucker](https://togithub.com/ArthurZucker) in [https://github.com/huggingface/tokenizers/pull/1438](https://togithub.com/huggingface/tokenizers/pull/1438) #### New Contributors - [@&#8203;steventrouble](https://togithub.com/steventrouble) made their first contribution in [https://github.com/huggingface/tokenizers/pull/1420](https://togithub.com/huggingface/tokenizers/pull/1420) **Full Changelog**: https://github.com/huggingface/tokenizers/compare/v0.15.0...v0.15.1 </details> <details> <summary>encode/uvicorn (uvicorn)</summary> ### [`v0.27.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0270---2024-01-20) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.26.0...0.27.0) ##### Added - Raise `ClientDisconnect(IOError)` on `send()` when client disconnected ([#&#8203;2218](https://togithub.com/encode/uvicorn/issues/2218)) 19/01/24 - Bump ASGI WebSocket spec version to 2.4 ([#&#8203;2221](https://togithub.com/encode/uvicorn/issues/2221)) 20/01/24 </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/immich-app/immich). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:37:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11325