Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 8, 2025

This PR contains the following updates:

Package Change Age Confidence
asgiref (changelog) ==3.7.2 -> ==3.10.0 age confidence

Release Notes

django/asgiref (asgiref)

v3.10.0

Compare Source

  • Added AsyncSingleThreadContext context manager to ensure multiple AsyncToSync
    invocations use the same thread. (#​511)

v3.9.2

Compare Source

  • Adds support for Python 3.14.

  • Fixes wsgi.errors file descriptor in WsgiToAsgi adapter.

v3.9.1

Compare Source

  • Fixed deletion of Local values affecting other contexts. (#​523)

  • Skip CPython specific garbage collection test on pypy. (#​521)

v3.9.0

Compare Source

  • Adds support for Python 3.13.

  • Drops support for (end-of-life) Python 3.8.

  • Fixes an error with conflicting kwargs between AsyncToSync and the wrapped
    function. (#​471)

  • Fixes Local isolation between asyncio Tasks. (#​478)

  • Fixes a reference cycle in Local (#​508)

  • Fixes a deadlock in CurrentThreadExecutor with nested async_to_sync →
    sync_to_async → async_to_sync → create_task calls. (#​494)

  • The ApplicationCommunicator testing utility will now return the task result
    if it's already completed on send_input and receive_nothing. You may need to
    catch (e.g.) the asyncio.exceptions.CancelledError if sending messages to
    already finished consumers in your tests. (#​505)

v3.8.1

Compare Source

  • Fixes a regression in 3.8.0 affecting nested task cancellation inside
    sync_to_async.

v3.8.0

Compare Source

  • 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_async via asyncio.wait_for.

  • Corrects WSGI adapter handling of root path.

  • Handles case where "client" is None in WsgiToAsgi adapter.


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 8, 2025

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