stripe / stripe-python

Python library for the Stripe API.
https://stripe.com
MIT License
1.64k stars 418 forks source link

Do not share single RequestorOptions between APIRequestor instances #1365

Closed akx closed 1 week ago

akx commented 1 month ago

Given RequestorOptions is internally mutable, it's probably not the intent that a single RequestorOptions is shared between all APIRequestors that aren't explicitly passed one.

akx commented 1 week ago

cc @xavdid-stripe :)