Simpleboto

Latest version: v0.4.4

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

Scan your dependencies

Page 1 of 2

0.4.4

Fixed
- Issue with `cls.__getattribute__` as raised a `TypeError` due to `staticmethod` not being callable.
- Have changed this to `getattr(cls, <>)` and no longer errors.

0.4.3

Amended
- File compression no longer a required parameter for CREATE TABLE.

0.4.2

Fixed
- Manifest includes `.sql` files now; as was excluding the CREATE TABLE SQL query before, causing errors.

0.4.1

Fixed
- Issue with unpacking in typing hint (in Python version `3.10` and less); removed.

0.4.0

Added
- Added `AthenaClient` class with **CREATE TABLE** functionality.
- Also added `Schema` and `data_types` in order to create _schema_ which can be used as input for the **CREATE TABLE** functionality.
Amended
- Put the utility functions into a `Utils` class.
- Added new custom exceptions and changed previous ones to be more general.
- Updated old custom exceptions to the new format.

0.3.2

Fixed
- Error with `from typing import Self` import, so removed.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.