From eacbef0c0ae0e8233e6ff770d56e55eaa4dd9869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:35:50 +0000 Subject: [PATCH] Update psutil requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v6.0.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9033bd..b275e56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Topic :: System :: Systems Administration", ] dependencies = [ - "psutil>=6.0.0,<7.0.0", + "psutil>=6.0.0,<8.0.0", "fastapi>=0.115.0,<1.0.0", "uvicorn[standard]>=0.34.0,<1.0.0", "httpx>=0.28.0,<1.0.0", diff --git a/requirements.txt b/requirements.txt index 21c169a..c8520fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Install: pip install -r requirements.txt # Process management and system monitoring -psutil>=6.0.0,<7.0.0 +psutil>=6.0.0,<8.0.0 # Ollama-compatible proxy (FastAPI + async HTTP) fastapi>=0.115.0,<1.0.0