Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update anyio to 4.3.0 #6937

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

This PR updates anyio from 4.2.0 to 4.3.0.

Changelog

4.3.0

-   Added support for the Python 3.12 `walk_up` keyword argument in `anyio.Path.relative_to()` (PR by Colin Taylor)

-   Fixed passing `total_tokens` to `anyio.CapacityLimiter()` as a keyword argument not working on the `trio` backend ([\515](https://github.com/agronholm/anyio/issues/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

 (PR by Ganden Schaffner)

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

-   Fixed documentation on how to provide your own typed attributes
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #7415

@pyup-bot pyup-bot closed this May 26, 2024
@Harmon758 Harmon758 deleted the pyup-update-anyio-4.2.0-to-4.3.0 branch May 26, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant