From de2d64838b832cbb67acfcfac266471226cde297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:17:34 +0000 Subject: [PATCH] build(deps): bump the compatible-updates group with 4 updates Bumps the compatible-updates group with 4 updates: [mpmath](https://github.com/mpmath/mpmath), [pydantic-core](https://github.com/pydantic/pydantic), [tokenizers](https://github.com/huggingface/tokenizers) and [uvicorn](https://github.com/Kludex/uvicorn). Updates `mpmath` from 1.3.0 to 1.4.1 - [Release notes](https://github.com/mpmath/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](https://github.com/mpmath/mpmath/compare/1.3.0...1.4.1) Updates `pydantic-core` from 2.46.4 to 2.47.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) Updates `tokenizers` from 0.22.2 to 0.23.1 - [Release notes](https://github.com/huggingface/tokenizers/releases) - [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md) - [Commits](https://github.com/huggingface/tokenizers/compare/v0.22.2...v0.23.1) Updates `uvicorn` from 0.51.0 to 0.52.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.51.0...0.52.0) --- updated-dependencies: - dependency-name: mpmath dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible-updates - dependency-name: pydantic-core dependency-version: 2.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible-updates - dependency-name: tokenizers dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible-updates - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible-updates ... Signed-off-by: dependabot[bot] --- desktop/runtime-constraints.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/runtime-constraints.txt b/desktop/runtime-constraints.txt index d564a7c..6c5df19 100644 --- a/desktop/runtime-constraints.txt +++ b/desktop/runtime-constraints.txt @@ -164,7 +164,7 @@ mdurl==0.1.2 # via markdown-it-py mmh3==5.2.1 # via chromadb -mpmath==1.3.0 +mpmath==1.4.1 # via sympy multidict==6.7.1 # via @@ -292,7 +292,7 @@ pydantic==2.13.4 # vidxp pydantic-ai-slim==2.20.0 # via vidxp -pydantic-core==2.46.4 +pydantic-core==2.47.0 # via pydantic pydantic-graph==2.20.0 # via pydantic-ai-slim @@ -400,7 +400,7 @@ threadpoolctl==3.6.0 # via scikit-learn tiktoken==0.13.0 # via pydantic-ai-slim -tokenizers==0.22.2 +tokenizers==0.23.1 # via # chromadb # faster-whisper @@ -478,7 +478,7 @@ urllib3==2.7.0 # via # kubernetes # requests -uvicorn==0.51.0 +uvicorn==0.52.0 # via # chromadb # streamlit