From 2ab6b7064bd4ab7ca9d2c9aa1b92425eb5924de4 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 13 Aug 2026 00:20:53 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.46.* Release: https://pypi.org/pypi/braintree/4.46.0 Homepage: https://developer.paypal.com/braintree/docs/reference/overview Repository: https://github.com/braintree/braintree_python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/braintree Diff: https://github.com/braintree/braintree_python/compare/4.45.0...4.46.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `braintree/util/validation.py`. - 0 files included in typeshed's stubs have been deleted. - 8 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 333. - Total lines of Python code deleted: 47. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/braintree/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/braintree/METADATA.toml b/stubs/braintree/METADATA.toml index ff317f5b020a..62e3151a65d7 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.45.*" +version = "4.46.*" upstream-repository = "https://github.com/braintree/braintree_python"