Lilya

Latest version: v0.12.11

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

Scan your dependencies

Page 4 of 10

0.11.5

Not secure
Added

- `RequestContextMiddleware` added allowing request objects being used without a context of a request
without explicitly declaring it inside handlers.

Changed

- Allow multiple directories in `StaticFiles`. This enables providing overwrites/defaults.

0.11.4

Not secure
Added

- `GlobalContextMiddleware` the new middleware that allows you to have `g` object across the
request lifecycle and set global variables to be accessed through that same lifecycle.
- The [g](https://lilya.dev/context#the-g-object) definition and declaration.

Changed

- Remove hard dependency of `dymmond-settings`.

0.11.3

Not secure
Changed

- Lilya middleware for Authentication refactored to allow backends to be passed as parameter.

Fixed

- Ensure encoders used for `apply_structure` have at least `encode` and `is_type_structure`.
The remaining methods are ensured by `EncodeProtocol` check.

0.11.2

Not secure
Changed

- Encoders saved on responses are ensured to be instances and not classes.

Fixed

- Crash when passing string to is_type_structure (e.g. string annotations).
- Fix Encoder type in responses.

0.11.1

Not secure
Added

- `__encode__` flag to all native encoders.

Fixed

- `StructureEncoder` __type__ was pointing to the wrong structures.

0.11.0

Not secure
Changed

- Enhanced encoders:
- `ENCODER_TYPES` is now a context-variable.
- New encoders for datetime and date.
- Former `json_encoder` is now exported via public API as `json_encode`. The old name is still available in `_internal`.
- New method `apply_structure`, which allows input parsing.
- `make_response` does not support encoders as class anymore only as instance.

Fixed

- `typing_extensions` errors on python >= 3.10.
- Address deprecation warnings in tests.
- Fix encoders applied after simplifying response.

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.