Simplesingletable

Latest version: v4.0.2

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

Scan your dependencies

Page 3 of 4

2.3.0

Added

* Added a new "extras" sub-package; added new Singleton resource models for storing / retrieving things that should only
be in the database once, like application configuration.
* Added a "use_case_examples" top-level folder with examples of various features and access patterns; currently includes
a single script for the Singleton objects.

2.2.0

Added

* All resource types now support overriding the default gsitype sk value (`updated_at.isoformat()`) via the
method `db_get_gsitypesk` to enable alternative access patterns on the `gsitype` index.

2.1.0

Added

* Added `delete_existing` method for non-versioned resources.

2.0.0

Changed

* Breaking change; switched to the full class name by default for the custom resource identifier, rather than just the
extracted capital letters.

1.6.0

Added

* Add `resource_config` ClassVar to begin exposing configuration of resources.

Changed

* Renamed models and memory class for consistent casing convention; left backwards compatible names in place as well.

1.5.1

Fixed

* Pinned `pydantic` to a minimum working version.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.