Skip to content

chore(deps): update packages#6717

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/packages
Closed

chore(deps): update packages#6717
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/packages

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
packaging <26.0<26.3 age confidence
sphinx (changelog) <8.2<9.2 age confidence
types-setuptools (changelog) <71<83 age confidence
unleashclient (changelog) <6<7 age confidence
urllib3 (changelog) <1.27<2.8 age confidence

Release Notes

pypa/packaging (packaging)

v26.2

Compare Source

What's Changed

Fixes:

Documentation:

Internal:

New Contributors

Full Changelog: pypa/packaging@26.1...26.2

v26.1

Compare Source

Features:

Behavior adaptations:

Pylock (PEP 751) updates:

Fixes:

Performance:

Internal:

Documentation:

Benchmarks

Performance improvements since 26.0, from the new integrated benchmark suite:

uv run asv run 26.0..HEAD
Screenshot 2026-04-13 at 11 32 14 PM Screenshot 2026-04-13 at 11 32 43 PM

New Contributors

Full Changelog: pypa/packaging@26.0...26.1

v26.0

Compare Source

Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster.

What's Changed

Features:

Behavior adaptations:

  • PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter by @​notatallshaw in #​897
  • Handle PEP 440 edge case in SpecifierSet.filter by @​notatallshaw in #​942
  • Adjust arbitrary equality intersection preservation in SpecifierSet by @​notatallshaw in #​951
  • Return False instead of raising for .contains with invalid version by @​Liam-DeVoe in #​932
  • Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. by @​notatallshaw in #​954
  • Only try to parse as Version on certain marker keys, return False on unequal ordered comparsions by @​JP-Ellis in #​939

Fixes:

Performance:

Type annotations:

Internal:

New Contributors

Since last RC

Fixes:

Performance:

Documentaiton:

Full Changelog: pypa/packaging@26.0rc3...26.0

sphinx-doc/sphinx (sphinx)

v9.1.0

Compare Source

=====================================

Dependencies

  • #​14153: Drop Python 3.11 support.
  • #​12555: Drop Docutils 0.20 support.
    Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static
    assets from extensions to the build output.
    Patch by Jared Dillard

Bugs fixed

  • #​14189: autodoc: Fix duplicate :no-index-entry: for modules.
    Patch by Adam Turner
  • #​13713: Fix compatibility with MyST-Parser.
    Patch by Adam Turner
  • Fix tests for Python 3.15.
    Patch by Adam Turner
  • #​14089: autodoc: Fix default option parsing.
    Patch by Adam Turner
  • Remove incorrect static typing assertions.
    Patch by Adam Turner
  • #​14050: LaTeXTranslator fails to build documents using the "acronym"
    standard role.
    Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell.
    Patch by Tim Nordell
  • #​14228: LaTeX: Fix overrun footer for cases of merged vertical table cells.
    Patch by Tim Nordell
  • #​14207: Fix creating HTMLThemeFactory objects in third-party extensions.
    Patch by Adam Turner
  • #​3099: LaTeX: PDF build crashes if a code-block contains more than
    circa 1350 codelines (about 27 a4-sized pages at default pointsize).
    Patch by Jean-François B.
  • #​14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops.
    Patch by Jean-François B.
  • #​14089: autodoc: Improve support for non-weakreferencable objects.
    Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#​8854) of the documentation of
    literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>.
    Patch by Jean-François B.

v9.0.4: Sphinx 9.0.4

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/9.0.html

Bugs fixed

  • #​14143: Fix spurious build warnings when translators reorder references
    in strings, or use translated display text in references.
    Patch by Matt Wang.

v9.0.3: Sphinx 9.0.3

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/9.0.html

Bugs fixed

  • #​14142: autodoc: Restore some missing exports in sphinx.ext.autodoc.
    Patch by Adam Turner.

v9.0.2: Sphinx 9.0.2

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/9.0.html

Bugs fixed

  • #​14142: autodoc: Restore sphinx.ext.autodoc.mock.
    Patch by Adam Turner.

v9.0.1: Sphinx 9.0.1

Compare Source

Changelog: https://www.sphinx-doc.org/en/master/changes/9.0.html

Bugs fixed

  • #​13942: autodoc: Restore the mapping interface for options objects.
    Patch by Adam Turner.
  • #​13942: autodoc: Deprecate the mapping interface for options objects.
    Patch by Adam Turner.
  • #​13387: Update translations.

v9.0.0: Sphinx 9.0.0

Changelog: https://www.sphinx-doc.org/en/master/changes/9.0.html

Dependencies

Incompatible changes

  • #​13639: SphinxComponentRegistry.create_source_parser no longer
    has an app parameter, instead taking config and env.
    Patch by Adam Turner.
  • #​13679: Non-decodable characters in source files now raise an error.
    Such bytes have been replaced with '?' along with logging a warning
    since Sphinx 2.0.
    Patch by Adam Turner.
  • #​13751, #​14089: sphinx.ext.autodoc has been substantially rewritten,
    and there may be some incompatible changes in edge cases, especially when
    extensions interact with autodoc internals.
    The autodoc_use_legacy_class_based option has been added to
    use the legacy (pre-9.0) implementation of autodoc.
    Patches by Adam Turner.
  • #​13355: Don't include escaped title content in the search index.
    Patch by Will Lachance.

Deprecated

  • 13627: Deprecate remaining public app attributes,
    including builder.app, env.app, events.app,
    and SphinxTransform.app.
    Patch by Adam Turner.
  • #​13637: Deprecate the set_application method
    of Parser objects.
    Patch by Adam Turner.
  • #​13644: Deprecate the Parser.config and env attributes.
    Patch by Adam Turner.
  • #​13665: Deprecate support for non-UTF 8 source encodings,
    scheduled for removal in Sphinx 10.
    Patch by Adam Turner.
  • #​13682: Deprecate sphinx.io.
    Sphinx no longer uses the sphinx.io classes,
    having replaced them with standard Python I/O.
    The entire sphinx.io module will be removed in Sphinx 10.
    Patch by Adam Turner.
  • #​13631: sphinx.environment.adapters.toctree.global_toctree_for_doc
    and sphinx.environment.BuildEnvironment.get_and_resolve_doctree
    will require a tags keyword argument from Sphinx 11.
    It may optionally be passed from Sphinx 9 onwards.
    Patch by Adam Turner.

Features added

  • #​13332: Add doctest_fail_fast option to exit after the first failed
    test.
    Patch by Till Hoffmann.
  • #​13439: linkcheck: Permit warning on every redirect with
    linkcheck_allowed_redirects = {}.
    Patch by Adam Turner and James Addison.
  • #​13497: Support C domain objects in the table of contents.
  • #​13500: LaTeX: add support for fontawesome6 package.
    Patch by Jean-François B.
  • #​13509: autodoc: Detect typing_extensions.overload
    and final decorators.
    Patch by Spencer Brown.
  • #​13535: html search: Update to the latest version of Snowball (v3.0.1).
    Patch by Adam Turner.
  • #​13647: LaTeX: allow more cases of table nesting.
    Patch by Jean-François B.
  • #​13657: LaTeX: support CSS3 length units.
    Patch by Jean-François B.
  • #​13684: intersphinx: Add a file-based cache for remote inventories.
    The location of the cache directory must not be relied upon externally,
    as it may change without notice or warning in future releases.
    Patch by Adam Turner.
  • #​13805: LaTeX: add support for fontawesome7 package.
    Patch by Jean-François B.
  • #​13508: autodoc: Initial support for PEP 695 type aliases.
    Patch by Martin Matouš, Jeremy Maitin-Shepard, and Adam Turner.
  • #​14023: Add the new mathjax_config_path option
    to load MathJax configuration from a file.
    Patch by Randolf Scholz and Adam Turner.
  • #​14046: linkcheck: Add the linkcheck_case_insensitive_urls option
    to allow case-insensitive URL comparison for specific URL patterns.
    This is useful for links to websites that normalise URL casing (e.g. GitHub)
    or case-insensitive servers.
    Patch by Fazeel Usmani and James Addison.
  • #​14075: autosummary: Provide more context in import exception stack traces.
    Patch by Philipp A.
  • #​13468: Add config options to sphinx.ext.duration.
    Patch by Erik Bedard and Adam Turner.
  • #​14022: Use MathJax v4 by default in the sphinx.ext.mathjax extension,
    from v3 previously.
    To keep using an older version, set the mathjax_path option.
    Also add the new mathjax4_config option to configure MathJax v4.
    Note that MathJax v3 is mostly compatible with MathJax v4, so existing
    mathjax3_config settings should not need to change.
    Patch by Matthias Geier.
  • #​14029: intersphinx: Fix error in format string interpolation.
    Patch by Matthieu de Cibeins.

Bugs fixed

  • #​13926: multiple py:type directives for the same canonical type no
    longer result in spurious duplicate object description warnings.
    Patch by Jeremy Maitin-Shepard.
  • #​1327: LaTeX: tables using longtable raise error if
    tabularcolumns specifies automatic widths
    (L, R, C, or J).
    Patch by Jean-François B.
  • #​3447: LaTeX: when assigning longtable class to table for PDF, it may render
    "horizontally" and overflow in right margin.
    Patch by Jean-François B.
  • #​8828: LaTeX: adding a footnote to a longtable cell causes table to occupy
    full width.
    Patch by Jean-François B.
  • #​11498: LaTeX: Table in cell fails to build if it has many rows.
    Patch by Jean-François B.
  • #​11515: LaTeX: longtable does not allow nested table.
    Patch by Jean-François B.
  • #​11973: LaTeX: links in table captions do not work in PDF

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner July 1, 2026 11:51

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 345abbc. Configure here.

Comment thread pyproject.toml
# So we pin this here to make our Lambda layer work with
# Lambda Function using Python 3.7+
"urllib3<1.27; python_version < '3.10'",
"urllib3<2.8; python_version < '3.10'",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urllib3 cap breaks botocore

High Severity

For Python versions below 3.10, the aws dependency group now allows urllib3 up to 2.x (&lt;2.8) instead of the previous 1.x ceiling (&lt;1.27). Botocore still requires urllib3 below 1.27 on those runtimes, and the same file still documents that Lambda layers must respect botocore’s urllib3 limits.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 345abbc. Configure here.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Codecov Results 📊

89957 passed | ❌ 29 failed | ⏭️ 6297 skipped | Total: 96283 | Pass Rate: 93.43% | Execution Time: 315m 33s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -33
Passed Tests 📉 -61
Failed Tests 📈 +29
Skipped Tests 📉 -1

➕ New Tests (29)

View new tests
  • test_basic_no_exception
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_basic_exception
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_init_error
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_timeout_error
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_timeout_error_scope_modified
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as integer]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as float]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as string]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as bool]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as list of dicts]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as dict]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_non_dict_event[event as empty list]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_request_data
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_trace_continuation
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_headers[no headers]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_headers[none headers]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_headers[empty string headers]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_headers[empty dict headers]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_headers[empty list headers]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_span_origin
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_traces_sampler_has_correct_sampling_context
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_error_has_new_trace_context[RaiseErrorPerformanceEnabled]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_error_has_new_trace_context[RaiseErrorPerformanceDisabled]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_span_streaming_no_error
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_span_streaming_error
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_span_streaming_trace_continuation
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_span_streaming_request_attributes
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_error_has_existing_trace_context[RaiseErrorPerformanceEnabled]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing
  • test_error_has_existing_trace_context[RaiseErrorPerformanceDisabled]
    • File: tests.integrations.aws_lambda.test_aws_lambda
    • Status: ❌ Failing

❌ Failed Tests

test_basic_no_exception

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:116: in test_basic_no_exception
    (transaction_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_basic_exception

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:156: in test_basic_exception
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_init_error

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:195: in test_init_error
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_timeout_error

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:210: in test_timeout_error
    (error_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_timeout_error_scope_modified

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:231: in test_timeout_error_scope_modified
    (error_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_non_dict_event[event as integer]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as float]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as string]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as bool]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as list of dicts]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as dict]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_non_dict_event[event as empty list]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:321: in test_non_dict_event
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_request_data

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:390: in test_request_data
    (transaction_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_trace_continuation

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:424: in test_trace_continuation
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_headers[no headers]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:457: in test_headers
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_headers[none headers]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:457: in test_headers
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_headers[empty string headers]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:457: in test_headers
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_headers[empty dict headers]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:457: in test_headers
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_headers[empty list headers]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:457: in test_headers
    (error_event, _) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_span_origin

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:471: in test_span_origin
    (transaction_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_traces_sampler_has_correct_sampling_context

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: KeyError: 'body'

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:489: in test_traces_sampler_has_correct_sampling_context
    sampling_context_data = json.loads(response_payload["body"])[
E   KeyError: 'body'

test_error_has_new_trace_context[RaiseErrorPerformanceEnabled]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:511: in test_error_has_new_trace_context
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_error_has_new_trace_context[RaiseErrorPerformanceDisabled]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:513: in test_error_has_new_trace_context
    (error_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

test_span_streaming_no_error

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: assert 0 == 1 + where 0 = len([])

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:547: in test_span_streaming_no_error
    assert len(segment_spans) == 1
E   assert 0 == 1
E    +  where 0 = len([])

test_span_streaming_error

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: assert 0 == 1 + where 0 = len([])

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:586: in test_span_streaming_error
    assert len(envelopes) == 1
E   assert 0 == 1
E    +  where 0 = len([])

test_span_streaming_trace_continuation

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: assert 0 == 1 + where 0 = len([])

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:647: in test_span_streaming_trace_continuation
    assert len(envelopes) == 1
E   assert 0 == 1
E    +  where 0 = len([])

test_span_streaming_request_attributes

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: assert 0 == 1 + where 0 = len([])

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:686: in test_span_streaming_request_attributes
    assert len(segment_spans) == 1
E   assert 0 == 1
E    +  where 0 = len([])

test_error_has_existing_trace_context[RaiseErrorPerformanceEnabled]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 2, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:738: in test_error_has_existing_trace_context
    (error_event, transaction_event) = envelopes
E   ValueError: not enough values to unpack (expected 2, got 0)

test_error_has_existing_trace_context[RaiseErrorPerformanceDisabled]

File: tests.integrations.aws_lambda.test_aws_lambda
Suite: py3.8-aws_lambda
Error: ValueError: not enough values to unpack (expected 1, got 0)

Stack Trace
tests/integrations/aws_lambda/test_aws_lambda.py:740: in test_error_has_existing_trace_context
    (error_event,) = envelopes
E   ValueError: not enough values to unpack (expected 1, got 0)

✅ Patch coverage is 100.00%. Project has 2437 uncovered lines.
✅ Project coverage is 89.77%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    89.77%    89.77%        —%
==========================================
  Files          192       192         —
  Lines        23819     23819         —
  Branches      8222      8222         —
==========================================
+ Hits         21382     21382         —
- Misses        2437      2437         —
- Partials      1347      1348        +1

Generated by Codecov Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant