> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v2026.9.2.1

> Relaxed version constraints on uvicorn and pydantic

## Looser Pins, Easier Resolves

Patch release. The exact pins on `uvicorn` and `pydantic` were friction for anyone trying to install Bindu alongside other packages — pydantic in particular sits in the middle of half the Python ecosystem, and pinning it to a specific point release forced unrelated downgrades. This release relaxes both.

***

## What Changed

* `uvicorn`: `0.34.1` → `>=0.35` (in main dependencies and the `[core]` extra)
* `pydantic`: exact version → `>=2.11.7`

You now pick up newer uvicorn bug fixes and security patches automatically, and pydantic resolves cleanly against most ecosystem packages.

***

## Migration

```bash theme={null}
uv sync
```

No code changes required. No breaking changes.
