Abstra

Latest version: v2.15.0

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

Scan your dependencies

Page 13 of 66

2.2.1

- Reword unset get data linter rule.

2.2.0

- Add notifications feature to Forms

2.1.2

- Internal Updates: lock mechanism

2.1.1

- Fix unset version of Pydantic library in requirements.txt

2.1.0

- Improve stages's initial example code

2.0.20

**Before**

python
from abstra.tables import select

select("users", where={"organization_id": None}) raise error since there was no support for None


**After**

python
from abstra.tables import select

select("users", where={"organization_id": None}) SELECT * FROM users WHERE organization_id IS NULL


This same release also adds support for `None` values in `insert` and `update` methods.

Page 13 of 66

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.