[aws-xray-sdk] Update to 2.15.* (#14955)

This commit is contained in:
Semyon Moroz
2025-10-31 19:16:32 +04:00
committed by GitHub
parent 0d1f09dc2e
commit 7bfc84416b
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.14.*"
version = "2.15.*"
upstream_repository = "https://github.com/aws/aws-xray-sdk-python"
@@ -0,0 +1,3 @@
from .patch import patch as patch
__all__ = ["patch"]
@@ -0,0 +1 @@
def patch() -> None: ...