~landscape/landscape-buildout-dependencies/+git/stripe-python:helenye-merge-req

Last commit made on 2025-07-18
Get this branch:
git clone -b helenye-merge-req https://git.launchpad.net/~landscape/landscape-buildout-dependencies/+git/stripe-python

Branch merges

Branch information

Recent commits

0821639... by Helen Ye <email address hidden>

Sync using template

1fcbb6f... by Helen Ye <email address hidden>

Update merge script rule to run on every PR

4c53c6d... by Abe Hanoka <email address hidden>

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/91a3eabd3dcc4d7f36dd8249e4777a90ef9b4305/src/requests/sessions.py#L538

1f4f42c... by Prathmesh Ranaut <email address hidden>

Bump version to 12.3.0

1b3c54c... by "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com>

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>

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>

Added lint ignore instruction for deprecated import (#1532)

44711b8... by Ramya Rao <email address hidden>

Link to the /changelog page instead of /upgrades (#1529)

a90ce5b... by David Brownman <email address hidden>

Revert "Fix freezing recursion"

This reverts commit 61d9e4d8ae0b6d44d30bd6ab9315b8cb45e56d22.

61d9e4d... by David Brownman <email address hidden>

Fix freezing recursion