Dyntastic

Latest version: v0.17.0

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

Scan your dependencies

Page 4 of 5

0.6.0

- Added support for `__table_name__` being a `Callable[[], str]` to allow
dynamic table name
- Added support for batch reads and writes
- Fixed `consistent_read` behavior for `safe_get` (previously was always set to
`True`)

0.5.0

- Added support for multiple subclasses within one table (`get_model` function)

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.

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.