Ntropy-sdk

Latest version: v5.1.3

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

Scan your dependencies

Page 1 of 5

5.1.3

- Fix `extra_kwargs` handling for bank statements `wait_for_results`

5.1.2

- Fix `extra_kwargs` handling for batches `wait_for_results`

5.1.1

- Webhooks list no longer requires cursor/limit

5.1.0

- Add `AsyncSDK` and corresponding async methods

5.0.2

- Add `transaction_ids` to recurring groups
- Add progress to `sdk.batches.wait_for_result`

5.0.1

- Integration with v3 version of the api
- API resources are under `SDK` and consistently organized into `create`, `get`, `list` and `delete`.
python
sdk.transactions.create(...)
sdk.account_holders.create(...)

- Auto-pagination is now supported for listing resources
python
for txn in sdk.transactions.list().auto_paginate():
...

- Request ID integration for easier debugging
- Easier session lifecycle management through `SDK(session=http_session)`
- Added support for new resources: `webhooks`
- Added support for missing resources: `account_holders`, `entities`, `rules`, `categories`

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.