-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
20 lines (19 loc) · 1.78 KB
/
pyproject.toml
File metadata and controls
20 lines (19 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "akoya"
description = "Akoya product APIs for data access. Default servers are set for the Akoya sandbox environment. Akoya APIs include the following updates: - v2.4.0 - Added Tax product - v2.3.0 - Removed erroneous `accountId` query param from Taxlots endpoint - Added TaxLots endpoint - v2.2.2 - Added mode query parameter to Account Information, Balances, Investments, and Transactions to support standard mode. - Edited callouts for Account Holder endpoint - v2.2.1 - Fixed typo in `accountIds` query parameter for `/accounts-info`, `/balances`, `/accounts` - Added security method for `Account holder information` to bear token. Missing method defaulted to basic auth. - Added examples and descriptions to some schemas - Added HTTP status `429` FDX error `1207`. - v2.2 Additions - Added optional `x-akoya-interaction-type` header to all endpoints to specify if a request is part of a batch process - Update of tags to organize endpoints by Akoya product - `206` response added to `/accounts-info`, `/balances`, `/accounts` - v2.1 New Statements product and Customers product updated with additional endpoint, `Account holder information`. - v2.0 Launch of Akoya products: Account Info, Balances, Investments, Transactions, Payments, Customers."
version = "2.4.0"
dependencies = ["apimatic-core~=0.2.0, >= 0.2.20", "apimatic-core-interfaces~=0.1.0, >= 0.1.5", "apimatic-requests-client-adapter~=0.1.0, >= 0.1.6"]
requires-python = ">=3.7"
[[project.authors]]
name = "API Support"
email = "questions@akoya.com"
[project.optional-dependencies]
testutils = ["pytest>=7.2.2"]
[tool]
[tool.setuptools]
[tool.setuptools.packages]
[tool.setuptools.packages.find]
exclude = ["tests", "tests.*"]