opentelemetry-lambda
opentelemetry-lambda copied to clipboard
Update asgiref requirement from ~=3.7 to ~=3.8 in /python/src/otel
Updates the requirements on asgiref to permit the latest version.
Changelog
Sourced from asgiref's changelog.
3.8.1 (2024-03-22)
- Fixes a regression in 3.8.0 affecting nested task cancellation inside sync_to_async.
3.8.0 (2024-03-20)
Adds support for Python 3.12.
Drops support for (end-of-life) Python 3.7.
Fixes task cancellation propagation to subtasks when using synchronous Django middleware.
Allows nesting
sync_to_asyncviaasyncio.wait_for.Corrects WSGI adapter handling of root path.
Handles case where
"client"isNonein WsgiToAsgi adapter.3.7.2 (2023-05-27)
- The type annotations for SyncToAsync and AsyncToSync have been changed to more accurately reflect the kind of callables they return.
3.7.1 (2023-05-24)
- On Python 3.10 and below, the version of the "typing_extensions" package is now constrained to be at least version 4 (as we depend on functionality in that version and above)
3.7.0 (2023-05-23)
Contextvars are now required for the implementation of
syncas Python 3.6 is now no longer a supported version.sync_to_async and async_to_sync now pass-through
Debug and Lifespan State extensions have resulted in a typing change for some request and response types. This change should be backwards-compatible.
asgirefframes will now be hidden in Django tracebacks by default.Raw performance and garbage collection improvements in Local, SyncToAsync, and AsyncToSync.
... (truncated)
Commits
e38d3c3Releasing 3.8.18769434Raise exception if exec_coro is done.852344eAdd tox.ini to MANIFEST.inf710647Fix a rST problem in the pathsend extension documentation4c28385Releasing 3.8.04209b6cCorrect WSGI adapter handling of root path.8cf847aUpdate error-on-send text in main spec8108512Move variable initialization in AsyncToSync from init to call (#440)6f02daaClarify send error behaviour more clearly0503c2cFix task cancellation propagation to subtasks when using sync middleware (#435)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)