Path to this page:
Subject: CVS commit: pkgsrc/finance/py-stripe
From: Adam Ciarcinski
Date: 2024-02-21 14:11:19
Message id: 20240221131119.96FB2F9F4@cvs.NetBSD.org
Log Message:
py-stripe: updated to 8.3.0
8.3.0 - 2024-02-15
* Update generated code
* Add support for `networks` on `Card`, `PaymentMethod.CreateParamsCard`, \
`PaymentMethod.ModifyParamsCard`, and `Token.CreateParamsCard`
* Add support for new value `no_voec` on enums \
`Checkout.Session.CustomerDetails.TaxId.type`, `Invoice.CustomerTaxId.type`, \
`Tax.Calculation.CustomerDetails.TaxId.type`, \
`Tax.Transaction.CustomerDetails.TaxId.type`, and `TaxId.type`
* Add support for new value `no_voec` on enums \
`Customer.CreateParams.tax_id_data[].type`, \
`Invoice.UpcomingLinesParams.customer_details.tax_ids[].type`, \
`Invoice.UpcomingParams.customer_details.tax_ids[].type`, and \
`Tax.Calculation.CreateParams.customer_details.tax_ids[].type`
* Add support for new value \
`financial_connections.account.refreshed_ownership` on enum `Event.type`
* Add support for `display_brand` on `PaymentMethod.card`
* Add support for new value \
`financial_connections.account.refreshed_ownership` on enums \
`WebhookEndpoint.CreateParams.enabled_events[]` and \
`WebhookEndpoint.UpdateParams.enabled_events[]`
* Remove broken child methods
* Bugfix: remove support for `CreditNoteLineItem.list`, \
`CustomerCashBalanceTransaction.list`, and \
`CustomerCashBalanceTransaction.retrieve`. These methods were included in the \
library unintentionally and never functioned.
* Improve types in _http_client.py
Files: