From 3578980d1c4c3be8d6b3369bc40927c19f54cc56 Mon Sep 17 00:00:00 2001 From: "mendral-app[bot]" <233154221+mendral-app[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:13:03 -0700 Subject: [PATCH] =?UTF-8?q?chore(deps):=20weekly=20safe=20pypi=20updates?= =?UTF-8?q?=20=C2=B7=203=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - websockets: relax <16.0.0 → <17.0.0 - asgi-correlation-id: remove <5.0.0 upper bound - llama-index-llms-mistralai: relax <0.10.0 → <0.11.0 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d88e2a..e9e0e56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pyyaml>=6.0.0", "requests>=2.32.3", "tomli>=2.0.2", - "websockets<16.0.0", + "websockets<17.0.0", "attrs>=21.3.0", "httpx>=0.27.0", "mcp>=1.9.4", @@ -72,7 +72,7 @@ llamaindex = [ "llama-index-llms-deepseek>=0.1.1", "llama-index-llms-google-genai>=0.1.13", "llama-index-llms-groq>=0.3.1", - "llama-index-llms-mistralai>=0.4.0,<0.10.0", + "llama-index-llms-mistralai>=0.4.0,<0.11.0", "llama-index-llms-openai>=0.3.42", "opentelemetry-instrumentation-llamaindex>=0.40.7", ] @@ -137,7 +137,7 @@ packages = ["src/blaxel"] [dependency-groups] dev = [ "nest-asyncio>=1.6.0", - "asgi-correlation-id>=4.3.4,<5.0.0", + "asgi-correlation-id>=4.3.4", "fastapi>=0.115.12", "pdoc3>=0.11.5", "python-dotenv>=1.1.0",