Clean-python

Latest version: v0.13.1

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

Scan your dependencies

Page 1 of 10

0.13.2

----------------------

- Nothing changed yet.

0.13.1

----------------------

- Allow self-signed certificates in CeleryRmqBroker.

0.13.0

----------------------

- Fixed synchronous usage of DomainEvent.

- Breaking change: the allowed values in `RequestQuery.order_by` should now be
specified using a literal type (for example `Literal["id", "-id"]`) instead of the
`enum` keyword argument. When using the `enum` keyword argument, an exception will be
raised. Upside of this is that the OpenAPI spec now correctly lists the options for `order_by`.

- Exceptions raised in validators of `RequestQuery` subclasses now result in a `BadRequest`
instead of an internal server error. This requires change: instances of `Depends(SomeQuery)`
must be replaced by `SomeQuery.depends()`.

0.12.7

----------------------

- Added nanoid submodule.

0.12.6

----------------------

- Add synchronous usage of DomainEvent.

0.12.5

----------------------

- Added ComparisonFilter and corresponding extensions to the sql and fastapi
modules. A ComparisonFilter does value comparisons like less than.

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.