Skip to content

Update dependency anyio to v4.3.0

CKI CI Bot requested to merge renovate/anyio-4.x into main

This MR contains the following updates:

Package Update Change
anyio (changelog) minor ==4.2.0 -> ==4.3.0

All Renovate MRs are tracked by #227.


Release Notes

agronholm/anyio (anyio)

v4.3.0

Compare Source

  • Added support for the Python 3.12 walk_up keyword argument in anyio.Path.relative_to() (MR by Colin Taylor)

  • Fixed passing total_tokens to anyio.CapacityLimiter() as a keyword argument not working on the trio backend (#​515)

  • Fixed Process.aclose() not performing the minimum level of necessary cleanup when cancelled. Previously:

    • Cancellation of Process.aclose() could leak an orphan process
    • Cancellation of run_process() could very briefly leak an orphan process.
    • Cancellation of Process.aclose() or run_process() on Trio could leave standard streams unclosed

    (MR by Ganden Schaffner)

  • Fixed Process.stdin.aclose(), Process.stdout.aclose(), and Process.stderr.aclose() not including a checkpoint on asyncio (MR by Ganden Schaffner)

  • Fixed documentation on how to provide your own typed attributes


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, 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