Starlite

Latest version: v1.51.16

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

Scan your dependencies

Page 4 of 32

2.4.5

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Scalar](https://scalar.com/), [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

Bugfixes

* Fix validation of empty payload data with default values by peterschutt in https://github.com/litestar-org/litestar/pull/2903
* Support for returning `Response[None]` with a `204` status code from a handler by peterschutt in https://github.com/litestar-org/litestar/pull/2915
* Fix error message of `get_logger_placeholder()` by cbscsm in https://github.com/litestar-org/litestar/pull/2919

New Contributors
* ashm-tech made their first contribution in https://github.com/litestar-org/litestar/pull/2918
* wer153 made their first contribution in https://github.com/litestar-org/litestar/pull/2920
* cbscsm made their first contribution in https://github.com/litestar-org/litestar/pull/2919

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.4...v2.4.5

2.4.4

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Scalar](https://scalar.com/), [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

🎉 New Contributors 🎉
* elliotwaite made their first contribution in https://github.com/litestar-org/litestar/pull/2882

What's Changed

Bugfixes 🐛
* DTOs: Support non-valid identifiers as serialization names by peterschutt in https://github.com/litestar-org/litestar/pull/2850
* DTOs: Fix regression signature validation for DTO validated types by peterschutt in https://github.com/litestar-org/litestar/pull/2854
* OpenAPI: Fix regression in components schema key names by peterschutt in https://github.com/litestar-org/litestar/pull/2841
* OpenAPI: Fix regression in handling of routes with multiple handlers by guacs in https://github.com/litestar-org/litestar/pull/2864
* OpenAPI: Fix schema generation for nested models by peterschutt in https://github.com/litestar-org/litestar/pull/2869

Documentation updates 📚
* Name the static files handler by guacs in https://github.com/litestar-org/litestar/pull/2871
* Ensure ``csrf_input`` doesn't get escaped by guacs in https://github.com/litestar-org/litestar/pull/2872
* Sponsors update by JacobCoffee in https://github.com/litestar-org/litestar/pull/2865
* Fix ``headers`` type annotations in docs by elliotwaite in https://github.com/litestar-org/litestar/pull/2882
* Fix ``run_in_background`` usage in channels documentation by euri10 in https://github.com/litestar-org/litestar/pull/288

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.3...v2.4.4

2.4.3

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Scalar](https://scalar.com/), [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

🎉 New Contributors 🎉
* hzhou0 made their first contribution in https://github.com/litestar-org/litestar/pull/2818
* WilliamStam made their first contribution in https://github.com/litestar-org/litestar/pull/2724

What's Changed

Fixes 🔧
* Fix OpenAPI schema for ``Literal | None`` unions (2812) by hzhou0 in https://github.com/litestar-org/litestar/pull/2818
* Fix advanced-alchemy 0.6.0 compatibility issue with ``touch_updated_timestamp`` by cofin in 2843


**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.2...v2.4.3

2.4.2

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

* Fix OpenAPI handling of parameters with duplicated names by peterschutt in https://github.com/litestar-org/litestar/pull/2788
* Fix late failure where `DTOData` is used without a DTO by peterschutt in https://github.com/litestar-org/litestar/pull/2789
* Correctly propagate camelCase names on OpenAPI schema by peterschutt in https://github.com/litestar-org/litestar/pull/2800
* Fix error handling in event handler stream by peterschutt in https://github.com/litestar-org/litestar/pull/2810 and https://github.com/litestar-org/litestar/pull/2814
* Fix OpenAPI schema for pydantic computed fields by peterschutt in https://github.com/litestar-org/litestar/pull/2797

New Contributors
* elliot-hall made their first contribution in https://github.com/litestar-org/litestar/pull/2796

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.1...v2.4.2

2.4.1

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

Bugfixes 🐛
* Fix circular import when importing from `litestar.security.jwt` by peterschutt in https://github.com/litestar-org/litestar/pull/2784
* Raise config error when generator dependencies are cached by peterschutt in https://github.com/litestar-org/litestar/pull/2780


**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.4.0...v2.4.1

2.4.0

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous


What's Changed

- View the [Litestar Release Notes](https://docs.litestar.dev/2/release-notes/changelog.html#2.4.0)

🎉 New Contributors 🎉
* leejayhsu made their first contribution in https://github.com/litestar-org/litestar/pull/2639
* mbeijen made their first contribution in https://github.com/litestar-org/litestar/pull/2633
* baoliay2008 made their first contribution in https://github.com/litestar-org/litestar/pull/2670
* jdglaser made their first contribution in https://github.com/litestar-org/litestar/pull/2676
* hunterjsb made their first contribution in https://github.com/litestar-org/litestar/pull/2710
* cesarmg1980 made their first contribution in https://github.com/litestar-org/litestar/pull/2749
* marcuslimdw made their first contribution in https://github.com/litestar-org/litestar/pull/2757

Bugfixes 🐛

* Fix `HTTPException` handling during concurrent dependency resolving by smithk86 in https://github.com/litestar-org/litestar/pull/2596
* Fix CLI plugin commands not showing up in command list by peterschutt in https://github.com/litestar-org/litestar/pull/2441
* Fix OpenAPI examples format by guacs in https://github.com/litestar-org/litestar/pull/2660
* Fix OpenAPI schemas incorrectly flagged as duplicates by chris-telemetry in https://github.com/litestar-org/litestar/pull/2475
* Fix OpenAPI schema generation partially broken since litestar version 2.3.0 by Alc-Alc in 2648
* Fix Pydantic URL type support in OpenAPI and serialization by provinzkraut in https://github.com/litestar-org/litestar/pull/2701
* Fix incorrect `ValidationException` message when multiple errors were encountered by peterschutt in https://github.com/litestar-org/litestar/pull/2716
* Fix missing `write-only` mark in `dto_field()` signature by floxay in https://github.com/litestar-org/litestar/pull/2684
* Fix DTO renaming renames all fields of the same name in nested DTOs by provinzkraut in https://github.com/litestar-org/litestar/pull/2764
* Fix handling of DTO objects nested in mappings by peterschutt in https://github.com/litestar-org/litestar/pull/2775
* Fix inconsistent sequence union parameter errors by peterschutt in https://github.com/litestar-org/litestar/pull/2776
* Fix `Unexpected ASGI message 'websocket.close', after sending 'websocket.close'` in channels WebSocket handlers by peterschutt in https://github.com/litestar-org/litestar/pull/2691


Features 🔧
* Add `server_lifespan` hook by cofin in https://github.com/litestar-org/litestar/pull/2658
* Add `template_str` for rendering from strings by JacobCoffee in https://github.com/litestar-org/litestar/pull/2689
* Deprecate `litestar.contrib.piccolo` by cofin in https://github.com/litestar-org/litestar/pull/2704
* Improve ASGI extension interface by provinzkraut in https://github.com/litestar-org/litestar/pull/2756
* Support nested DTO field renaming by provinzkraut in https://github.com/litestar-org/litestar/pull/2764

Other Changes
* Expose `advanced-alchemy` at `litestar.plugins.sqlalchemy` by cofin in https://github.com/litestar-org/litestar/pull/2654
* Move `contrib.jwt` to `security.jwt` by cofin in https://github.com/litestar-org/litestar/pull/2646
* Correctly raise `WebSocketDisconnect` in `WebSocket.receive()` by peterschutt in https://github.com/litestar-org/litestar/pull/2690

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.3.2...v2.4.0

Page 4 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.