chore(deps): update dependency trio to ^0.34.0 - #256
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/trio-0.x
branch
2 times, most recently
from
July 13, 2026 12:45
e1d73e7 to
854ed69
Compare
renovate
Bot
force-pushed
the
renovate/trio-0.x
branch
from
July 20, 2026 21:50
854ed69 to
72b6d7f
Compare
renovate
Bot
force-pushed
the
renovate/trio-0.x
branch
from
August 11, 2026 00:57
72b6d7f to
ab884db
Compare
renovate
Bot
force-pushed
the
renovate/trio-0.x
branch
from
September 3, 2026 15:11
ab884db to
cf636a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.32.0→^0.34.0Release Notes
python-trio/trio (trio)
v0.34.0Compare Source
Full Changelog: python-trio/trio@v0.33.0...v0.34.0
Features
MemoryChannelStatisticsnow has apeak_buffer_usedfield, which reports the largest number of items that have ever been in the channel's buffer at once. This makes it easier to pick a sensiblemax_buffer_sizebased on data from a real run, instead of guessing. (#1723)Bugfixes
Nursery.start()now preserves the__cause__and__context__of exceptions raised beforetask_status.started()is called. (#3261)run_process: thestdoutpipe check now correctly says "stdout" instead of "stdin". (#3409)trio.Path.as_uri()on Python 3.14+ to avoid the deprecatedpathlib.PurePath.as_uri()path. (#3460)trio.to_thread.run_syncworkers leaking spawner'sContextonpy314t+free-threaded builds. (#3472)Deprecations and removals
Trying to use absolute deadlines on a
trio.CancelScopeconstructed with a relative deadline now raises, after being deprecated since Trio 0.27.0.To switch a cancel scope from being relative to absolute, replace the
trio.CancelScopeobject instead of trying to mutate it. (#3403)v0.33.0Compare Source
Full Changelog: python-trio/trio@v0.32.0...v0.33.0
Bugfixes
"android"sys.platform. (#3357)Deprecations and removals
trio.testing.RaisesGroupandtrio.testing.Matcherhave been deprecated. Pytest alternativespytest.RaisesGroupandpytest.RaisesExc(respectively) are considered correct replacement. (#3326)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.