Skip to content

Commit 7bfc844

Browse files
authored
[aws-xray-sdk] Update to 2.15.* (#14955)
1 parent 0d1f09d commit 7bfc844

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

stubs/aws-xray-sdk/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "2.14.*"
1+
version = "2.15.*"
22
upstream_repository = "https://github.com/aws/aws-xray-sdk-python"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .patch import patch as patch
2+
3+
__all__ = ["patch"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
def patch() -> None: ...

0 commit comments

Comments
 (0)