Skip to content

Bump braintree to 4.33.*#13511

Merged
srittau merged 2 commits intopython:mainfrom
yangdanny97:braintree
Feb 18, 2025
Merged

Bump braintree to 4.33.*#13511
srittau merged 2 commits intopython:mainfrom
yangdanny97:braintree

Conversation

@yangdanny97
Copy link
Copy Markdown
Contributor

Generated stubs for the new graphql directory & added the other new APIs.

closes #13445

@github-actions

This comment has been minimized.

Copy link
Copy Markdown
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, one note about stubgen-generated re-exports below.

Comment on lines +3 to +14
from braintree.error_result import ErrorResult as ErrorResult
from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
from braintree.graphql import (
CreateCustomerSessionInput as CreateCustomerSessionInput,
CustomerRecommendations as CustomerRecommendations,
CustomerRecommendationsInput as CustomerRecommendationsInput,
CustomerRecommendationsPayload as CustomerRecommendationsPayload,
PaymentOptions as PaymentOptions,
UpdateCustomerSessionInput as UpdateCustomerSessionInput,
)
from braintree.successful_result import SuccessfulResult as SuccessfulResult
from braintree.util.graphql_client import GraphQLClient as GraphQLClient
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should re-export those imports. Same for the other non-__init__ files below.

@github-actions
Copy link
Copy Markdown
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit d547f02 into python:main Feb 18, 2025
@yangdanny97 yangdanny97 deleted the braintree branch March 7, 2025 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants