Skip to content

Commit

Permalink
Pin to latest API version (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe authored Aug 14, 2023
1 parent bf43e1d commit b18c34e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stripe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
# Andrew Metcalf <andrew@stripe.com>

# Configuration variables
from stripe.api_version import _ApiVersion

api_key = None
client_id = None
api_base = "https://api.stripe.com"
connect_api_base = "https://connect.stripe.com"
upload_api_base = "https://files.stripe.com"
api_version = None
api_version = _ApiVersion.CURRENT
verify_ssl_certs = True
proxy = None
default_http_client = None
Expand Down

0 comments on commit b18c34e

Please sign in to comment.