Releases: veryfi/veryfi-python
Releases · veryfi/veryfi-python
4.0.1 Support python 3.12
What's Changed
- Python deprecation by @manycoding in #45
- BREAKING -
api_version
parameter removed fromClient
. Client usesv8
.
Full Changelog: 3.4.2...4.0.1
3.4.1 New tags methods
What's Changed
- Add multiple tags function by @alejouribesanchez in #43
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- Update README.md by @manycoding in #37
- Add public receipt by @manycoding in #38
- Pin pydantic version by @manycoding in #40
- Add tag function by @alejouribesanchez in #41
- Update User-Agent by @alejouribesanchez in #42
Full Changelog: 3.3...3.4.0
Add parameters to get documents, drop python 3.6
3.2.1
W9
Added support for w9 tax forms processing:
- process_w9_document_url
- process_w9_document
What's Changed
- Install deps in update-docs workflow by @hoanhan101 in #32
- Add sdk functions to extract w9 documents by @HassankSalim in #33
New Contributors
- @HassankSalim made their first contribution in #33
Full Changelog: 3.1.0...3.2.0
Add support for operations with line items
This release adds support for operations with line items:
- Retrieve all line items for a document.
- Retrieve a line item for existing document by ID.
- Add a new line item on an existing document.
- Update an existing line item on an existing document.
- Delete all line items on an existing document.
- Delete an existing line item on an existing document.
V8 API
Switched to V8 version, more details https://www.veryfi.com/latest/api-version-8-beta/