Dyntastic

Latest version: v0.15.0

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

Scan your dependencies

Page 4 of 4

0.4.1

- Fixed serialization of dynamo types when using Pydantic aliases

0.4.0

- Fixed compatibility with Pydantic aliases

0.3.0

- Added support for nested attribute conditions and update expressions
- Fixed bug where `refresh()` would cause nested Pydantic models to be
converted to dictionaries instead of loaded into their models
- Added Pydantic aliases (models will all be dumped using pydantic's
`by_alias=True` flag).

0.2.0

**BREAKING**: Accessing attributes after calling `update(..., refresh=False)`
will trigger a ValueError. Read below for more information.

- Added built in safety for unrefreshed instances after an update. Any
attribute accesses on an instance that was updated with `refresh=False`
will raise a ValueError. This can be fixed by calling `refresh()` to get
the most up-to-date data of the item, or by calling `ignore_unrefreshed()`
to explicitly opt-in to using stale data.

0.1.0

- Initial release

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.