- Bumped FastAPI to 0.115.* so that pydantic models are directly supported to declare query parameters. This deprecates the `RequestQuery.depends()` syntax, use `Annotated[RequestQuery, Query()]` instead.
0.17.2
----------------------
- Fixed context forwarding to celery tasks in case Sentry is used.
0.17.1
----------------------
- Add filename to generate s3 download url
0.17.0
----------------------
- Added a `celery.CeleryConfig` with an `apply` method that properly sets up celery without making the tasks depending on the config. Also added integration tests that confirm the forwarding of context (tenant and correlation id).
0.16.5
----------------------
- Reverted urllib3 to 2.0.* because of other constraints.