Skip to content

chore(deps): update dependency asgiref to v3.3.4

renovate requested to merge renovate/asgiref-3.x into main

This MR contains the following updates:

Package Update Change
asgiref (changelog) patch ==3.3.2 -> ==3.3.4

Release Notes

django/asgiref

v3.3.4

Compare Source

  • The async_to_sync type error is now a warning due the high false negative rate when trying to detect coroutine-returning callables in Python.

v3.3.3

Compare Source

  • The sync conversion functions now correctly detect functools.partial and other wrappers around async functions on earlier Python releases.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports