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