Merge to beta - #1872
Closed
jar-stripe wants to merge 10 commits into
Closed
Conversation
…6b4eebe (#1857) Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
* Add cloud provider event parsing methods to StripeClient * add missing methods & tests * fix lint * use f-strings * PR feedback * PR feedback
* setting up claude code plugin hints * moved the hint code to utils, shouldn't be so prominent * moved tests someplace more appropriate * more gracefully isolating hint parse behavior
Committed-By-Agent: claude # Conflicts: # CHANGELOG.md # VERSION # pyproject.toml # stripe/__init__.py # stripe/_account.py # stripe/_account_service.py # stripe/_api_version.py # stripe/_card.py # stripe/_charge.py # stripe/_confirmation_token.py # stripe/_coupon.py # stripe/_dispute.py # stripe/_event.py # stripe/_invoice.py # stripe/_invoice_line_item.py # stripe/_object_classes.py # stripe/_payment_attempt_record.py # stripe/_payment_intent.py # stripe/_payment_link.py # stripe/_payment_method.py # stripe/_payment_method_configuration.py # stripe/_payment_record.py # stripe/_quote.py # stripe/_setup_intent.py # stripe/_subscription.py # stripe/_subscription_schedule.py # stripe/_version.py # stripe/checkout/_session.py # stripe/events/_v2_core_account_link_returned_event.py # stripe/financial_connections/__init__.py # stripe/financial_connections/_account.py # stripe/financial_connections/_authorization.py # stripe/financial_connections/_session.py # stripe/issuing/_dispute.py # stripe/params/__init__.py # stripe/params/_account_link_create_params.py # stripe/params/_account_session_create_params.py # stripe/params/_account_update_params.py # stripe/params/_confirmation_token_create_params.py # stripe/params/_customer_list_payment_methods_params.py # stripe/params/_customer_payment_method_list_params.py # stripe/params/_invoice_create_params.py # stripe/params/_invoice_create_preview_params.py # stripe/params/_invoice_modify_params.py # stripe/params/_invoice_update_params.py # stripe/params/_payment_intent_confirm_params.py # stripe/params/_payment_intent_create_params.py # stripe/params/_payment_intent_modify_params.py # stripe/params/_payment_intent_update_params.py # stripe/params/_payment_link_create_params.py # stripe/params/_payment_link_modify_params.py # stripe/params/_payment_link_update_params.py # stripe/params/_payment_method_configuration_create_params.py # stripe/params/_payment_method_configuration_modify_params.py # stripe/params/_payment_method_configuration_update_params.py # stripe/params/_payment_method_create_params.py # stripe/params/_payment_method_list_params.py # stripe/params/_quote_list_params.py # stripe/params/_setup_intent_confirm_params.py # stripe/params/_setup_intent_create_params.py # stripe/params/_setup_intent_modify_params.py # stripe/params/_setup_intent_update_params.py # stripe/params/_subscription_create_params.py # stripe/params/_subscription_modify_params.py # stripe/params/_subscription_schedule_modify_params.py # stripe/params/_subscription_schedule_update_params.py # stripe/params/_subscription_update_params.py # stripe/params/_webhook_endpoint_create_params.py # stripe/params/_webhook_endpoint_modify_params.py # stripe/params/_webhook_endpoint_update_params.py # stripe/params/checkout/_session_create_params.py # stripe/params/financial_connections/__init__.py # stripe/params/financial_connections/_account_refresh_account_params.py # stripe/params/financial_connections/_account_refresh_params.py # stripe/params/financial_connections/_session_create_params.py # stripe/params/tax/__init__.py # stripe/params/tax/_registration_create_params.py # stripe/params/test_helpers/_confirmation_token_create_params.py # stripe/params/v2/core/_account_link_create_params.py # stripe/reserve/_hold.py # stripe/reserve/_plan.py # stripe/reserve/_release.py # stripe/tax/_calculation.py # stripe/tax/_calculation_line_item.py # stripe/tax/_registration.py # stripe/tax/_transaction.py # stripe/v2/core/_account.py # stripe/v2/core/_account_link.py
jar-stripe
requested review from
justiny-stripe
and removed request for
a team
August 10, 2026 15:53
jar-stripe
enabled auto-merge
August 10, 2026 15:53
Member
|
duplicate of #1870, but my CI is passing |
auto-merge was automatically disabled
August 10, 2026 17:18
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
Routine merge of master changes into the beta release channel.
What?
Merged master into beta using sdk-codegen's automerge tooling (
tools/automerge/python-beta.yaml). Manual resolution forstripe/__init__.py: kept beta-specificadd_beta_version()function alongside master's new_emit_claude_code_hint()call.See Also
Changelog
No user-facing changes (merge only).