0821639... by Helen Ye <email address hidden> on 2025-07-18 Sync using template
1fcbb6f... by Helen Ye <email address hidden> on 2025-07-18 Update merge script rule to run on every PR
4c53c6d... by Abe Hanoka <email address hidden> on 2025-07-11 Fix timeout type hint in RequestsClient (#1537)
The `RequestsClient`'s `__init__` method incorrectly typed the `timeout` parameter as `int`. The underlying `requests` library accepts a float for a total timeout or a `(connect_timeout, read_timeout)` tuple.
This commit updates the type hint to `Union[float, Tuple[float, float]]` to accurately reflect the timeout in the requests library.
https:/ /github. com/psf/ requests/ blob/91a3eabd3d cc4d7f36dd8249e 4777a90ef9b4305 /src/requests/ sessions. py#L538
1f4f42c... by Prathmesh Ranaut <email address hidden> on 2025-07-01 Bump version to 12.3.0
1b3c54c... by "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> on 2025-07-01 Update generated code (#1526)
* Update generated code for v1789 and 2025-05-28.basil
* Update generated code for v1789 and 2025-05-28.basil
* Update generated code for v1796 and 2025-05-28.basil
* Update generated code for v1800 and 2025-05-28.basil
* Removed generated deprecated method
* Ignore deprecated import
* Update generated code for v1819 and 2025-06-30.basil
* Update generated code for v1819 and 2025-06-30.basil
---------
Co-authored-by: Stripe OpenAPI <105521251+ stripe- openapi[ bot]@users. noreply. github. com> Co-authored-by: Prathmesh Ranaut <email address hidden> Co-authored-by: prathmesh-stripe <email address hidden>
42c1bd0... by Ramya Rao <email address hidden> on 2025-06-30 Fix the link to releases page from readme (#1534)
* Fix the link to releases page from readme
* Simplify text
14780e0... by prathmesh-stripe <email address hidden> on 2025-06-26 Added lint ignore instruction for deprecated import (#1532)
44711b8... by Ramya Rao <email address hidden> on 2025-06-25 Link to the /changelog page instead of /upgrades (#1529)
a90ce5b... by David Brownman <email address hidden> on 2025-06-24 Revert "Fix freezing recursion"
This reverts commit 61d9e4d8ae0b6d4 4d30bd6ab9315b8 cb45e56d22.
61d9e4d... by David Brownman <email address hidden> on 2025-06-24 Fix freezing recursion