Abstra

Latest version: v2.16.5

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

Scan your dependencies

Page 15 of 67

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.

2.0.19

- Fix: form editor autofill not working for dropdown and date widgets

2.0.18

- UI adjustments on the "Threads" screen

2.0.17

- add `match_thread` function for resuming a workflow from a Hook

2.0.16

- Fix: dropdown widget would show required error even when filled

2.0.15

- Fix PhoneInput and EmailInput poor performance when used in a ListInput schema

Page 15 of 67

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.