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", ]