Msgpack-asgi

Latest version: v1.1.0

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

Scan your dependencies

1.1.0

Added

- Support custom encoding/decoding implementation via the `packb=...` and `unpackb=...` optional parameters, allowing the use of alternative msgpack libraries. (Pull 20)

Fixed

- Properly re-write request `Content-Type` to `application/json`. (Pull 24)

1.0.0

_First production/stable release._

Changed

- Switch to private module naming. Components should now be imported from the root package, e.g. `from msgpack_asgi import MessagePackMiddleware`. (Pull 5)

Fixed

- Add missing `MANIFEST.in`. (Pull 4)

0.1.0

Initial release.

Added

- Add the `MessagePackMiddleware` ASGI middleware.
- Add the `MessagePackResponse` ASGI response class.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.