Update aws-xray-sdk to 2.12.* (#10005)

Release: https://pypi.org/pypi/aws-xray-sdk/2.12.0
Homepage: https://github.com/aws/aws-xray-sdk-python
Diff: https://github.com/aws/aws-xray-sdk-python/compare/2.11.0...2.12.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 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/async_recorder.py`, `aws_xray_sdk/core/context.py`, `aws_xray_sdk/core/patcher.py`, `aws_xray_sdk/core/recorder.py`, `aws_xray_sdk/version.py`.
 - Total lines of Python code added: 148.
 - Total lines of Python code deleted: 132.

Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
github-actions[bot]
2023-04-04 12:10:07 +01:00
committed by GitHub
parent 4d9ca511c0
commit 8949dd62fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
version = "2.11.*"
version = "2.12.*"
[tool.stubtest]
ignore_missing_stub = true

View File

@@ -15,7 +15,7 @@ MISSING_SEGMENT_MSG: str
CXT_MISSING_STRATEGY_KEY: str
class Context:
def __init__(self, context_missing: str = "RUNTIME_ERROR") -> None: ...
def __init__(self, context_missing: str = "LOG_ERROR") -> None: ...
def put_segment(self, segment: Segment) -> None: ...
def end_segment(self, end_time: time.struct_time | None = None) -> None: ...
def put_subsegment(self, subsegment: Subsegment) -> None: ...