Esmerald

Latest version: v3.7.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 19

2.5.0

Changed

- Upgraded internal dependencies.
- The internals for the middleware are now delegated to Starlette directly.
- Middlewares of Gateway and WebSocket Gateways are now delegated to Starlette.

Fixed

- Internals to be compliant with new version of Starlette.
- Building middleware stack for the `Middleware` object.
- Internal testing to reflect the new way of the `Include` to be compliant with the ASGI spec.

2.4.3

Fixed

- OpenAPI `contact` it was not parsing properly on transformation.
- Rename `include` attribute from `Param` (base) and call `include_in_schema`.
- Missing `nest_asyncio` dependency when using `esmerald shell`.

2.4.2

Changed

- Pin starlette version to `0.32.0.post1`

2.4.1

Fix

- Regression when performing a `model_dump` of pydantic models in the responses.
- Re-enable `orjson` for generic response parsing.

2.4.0

Changed

- Updated SwaggerUI version.
- Updated [responses](https://esmerald.dev/responses.md) with a `msgspec` response example.

Added

- Support for [payload](https://esmerald.dev/extras/request-data.md) as alternative to `data`. This aims
to make the process more intuitive and easy to implement. [199](https://github.com/dymmond/esmerald/pull/199).
- [Context](https://esmerald.dev/context.md) - The new context object for the [handlers](https://esmerald.dev/routing/handlers/).
- Support for [msgspec](https://esmerald.dev/msgspec.md) natively allowing to have more than just Pydantic.

!!! Note
Esmerald is not fully tight with Pydantic which means it's more flexible and extendible and allows more versatility.

Fixed

- Missing [Request](https://esmerald.dev/request.md) document.
- Removed the use of `random` for the secrets in favour of the `secrets` library instead.
- Contrib documentation updates regarding the Authorization headers.

2.3.1

Fixed

- `Middleware` as an independent ASGI app on an `Include` level.

!!! Warning
This was supposed to go in the release [2.3.0](230) but it was not merged on time to make the
release.

Page 9 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.