Ntropy-sdk

Latest version: v5.0.2

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

Scan your dependencies

Page 1 of 5

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`

4.20.0

- Added ability to specify account holder information to bank statements via `sdk.add_bank_statement`.

4.19.0

- Added `google_maps_url` and `apple_maps_url` to the structured location.
- Improved bank statements waiting statuses and default file naming
- Removed deprecated `mcc` property
- Updated bank_statements to match new API definition
- Fixed pydantic version to 1.x

4.18.0

- Reverted some small changes that introduced latency issues in small batches

4.17.0

- Improved support for single transaction batches

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.