Pydantic-dynamo

Latest version: v0.4.2

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

Scan your dependencies

Page 2 of 2

0.2.1

* Add implementation to support `AbstractAsyncContextManager` to `DynamoRepository`
* Supports `async with DynamoRepository(...) as repo:` usage
* Add implementation nto support `AbstractContextManager` to `SyncDynamoRepository`
* Supports `with SyncDynamoRepository(...) as repo:` usage

0.2.0

* Introduce `v2` `DynamoRepository`
* Adds dependency to `aioboto3` to support async/await operations for all repository functions
* Read operations return instances of `PartitionedContent` to support object versioning and easier updates
* Introduce `v2` `SyncDynamoRepository`
* Wraps the asynchronous `DynamoRepository` implementation to provide a synchronous API

0.1.5

The original release of this package that contained only V1 functionality.
Usage is documented in [v1.md](./docs/v1.md)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.