From 9a8a033297313b227e85b3ecd487174883b4d1ca Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 26 Apr 2026 20:48:54 +0200 Subject: [PATCH] relax anyio version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88343e6..7e47850 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and [`pydantic`](https://docs.pydantic.dev/). ```bash pip install divera247 # or, with uv: -uv add 'divera247' +uv add divera247 ``` ### Optional: WebSocket streaming diff --git a/pyproject.toml b/pyproject.toml index 020e002..3ebcb3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ ] requires-python = ">=3.13" dependencies = [ - "anyio>=4.13.0", + "anyio>=4.10,<5", "httpx>=0.28.1", "pydantic>=2.12.2", ]