* Non-function (object instances) dependencies not supporting dependency overrides in testing
4.4.1
Added
* Python 3.13 to CI
4.4.0
Added
* Support for [webhooks](https://fastapi.tiangolo.com/advanced/openapi-webhooks/) in swagger * Automatic generation of versioned routes and webhooks upon the first request to Cadwyn. Notice that if you were using some of cadwyn's internal interfaces, this might break your code. If it did, make an issue and let's discuss your use case
4.3.1
Fixed
* Removed typer from main dependencies
4.3.0
Changed
* Migrated from poetry to uv (Contributed by bastienpo) * Removed CLI and Uvicorn dependencies from Cadwyn installations by default. Added a `standard` extras group to mirror FastAPI (Contributed by bastienpo)