From 6f3ab5ee4df654d8c4205c400959c5fce289cbcb Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 30 Oct 2025 00:16:10 +0000 Subject: [PATCH] [stubsabot] Bump aws-xray-sdk to 2.15.* Release: https://pypi.org/pypi/aws-xray-sdk/2.15.0 Homepage: https://github.com/aws/aws-xray-sdk-python Repository: https://github.com/aws/aws-xray-sdk-python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/aws-xray-sdk Diff: https://github.com/aws/aws-xray-sdk-python/compare/2.14.0...2.15.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `aws_xray_sdk/ext/psycopg/__init__.py`, `aws_xray_sdk/ext/psycopg/patch.py`, `tests/ext/psycopg/__init__.py`. - 0 files included in typeshed's stubs have been deleted. - 5 files included in typeshed's stubs have been modified or renamed: `aws_xray_sdk/core/context.py`, `aws_xray_sdk/core/patcher.py`, `aws_xray_sdk/core/sampling/local/sampling_rule.py`, `aws_xray_sdk/core/utils/conversion.py`, `aws_xray_sdk/version.py`. - Total lines of Python code added: 210. - Total lines of Python code deleted: 8. 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/aws-xray-sdk/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/aws-xray-sdk/METADATA.toml b/stubs/aws-xray-sdk/METADATA.toml index 67550f9adbcf..9dc0897df2d1 100644 --- a/stubs/aws-xray-sdk/METADATA.toml +++ b/stubs/aws-xray-sdk/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.14.*" +version = "2.15.*" upstream_repository = "https://github.com/aws/aws-xray-sdk-python"