From 5044fe623d06bb3bf51df6bb5e84cc8de3543e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:53:53 +0000 Subject: [PATCH] Bump uv from 0.2.11 to 0.8.6 Bumps [uv](https://github.com/astral-sh/uv) from 0.2.11 to 0.8.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.2.11...0.8.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4ff4582b..a54aad0b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ textual==0.65.1 # Framework for building Text User Interfaces (TUIs) loguru==0.7.2 # Delightful logging library pydantic==2.7.2 # Data validation and settings management using Python type hints tomli==2.0.1 # TOML parser (often used for configuration, built-in in Python 3.11+) -uv==0.2.11 # Extremely fast Python package installer and resolver (Rust-based) +uv==0.8.6 # Extremely fast Python package installer and resolver (Rust-based) # Emerging / Specific Use Cases weaviate-client==4.6.0 # Client for Weaviate vector database