Skip to content

Bump trio from 0.33.0 to 0.34.0 - #2490

Merged
sobolevn merged 1 commit into
masterfrom
dependabot/pip/trio-0.34.0
Aug 18, 2026
Merged

Bump trio from 0.33.0 to 0.34.0#2490
sobolevn merged 1 commit into
masterfrom
dependabot/pip/trio-0.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps trio from 0.33.0 to 0.34.0.

Release notes

Sourced from trio's releases.

v0.34.0

Full Changelog: python-trio/trio@v0.33.0...v0.34.0

Features

  • MemoryChannelStatistics now has a peak_buffer_used field, 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 sensible max_buffer_size based on data from a real run, instead of guessing. (python-trio/trio#1723)
  • Support Python 3.15, as of beta 4. Things may still change and so this support may break in the future. (python-trio/trio#3456)

Bugfixes

  • Nursery.start() now preserves the __cause__ and __context__ of exceptions raised before task_status.started() is called. (python-trio/trio#3261)
  • Fixed incorrect error message in run_process: the stdout pipe check now correctly says "stdout" instead of "stdin". (python-trio/trio#3409)
  • Fixed trio.Path.as_uri() on Python 3.14+ to avoid the deprecated pathlib.PurePath.as_uri() path. (python-trio/trio#3460)
  • Fixed trio.to_thread.run_sync workers leaking spawner's Context on py314t+ free-threaded builds. (python-trio/trio#3472)

Deprecations and removals

  • Trying to use absolute deadlines on a trio.CancelScope constructed 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.CancelScope object instead of trying to mutate it. (python-trio/trio#3403)

Commits
  • b3fd421 Bump version to 0.34.0
  • a443d4e Track max buffer usage in memory channel statistics (#3474)
  • 38b34b4 [pre-commit.ci] pre-commit autoupdate (#3490)
  • ca69fa8 Run GC on PyPy more for test_worker_thread_context_not_leaked (#3479)
  • 46c39db Bump dependencies from commit 3349ac (#3487)
  • 3349aca Add zizmor as gh action (#3482)
  • 1858c7f Fix Path.as_uri on Python 3.14 (#3460)
  • 72abfa5 Merge pull request #3485 from python-trio/pre-commit-ci-update-config
  • 8250ab9 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 3817a61 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trio](https://github.com/python-trio/trio) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: trio
  dependency-version: 0.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 18, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 22 untouched benchmarks


Comparing dependabot/pip/trio-0.34.0 (7ccb033) with master (b87b0cd)

Open in CodSpeed

@sobolevn
sobolevn merged commit 2ff8516 into master Aug 18, 2026
24 checks passed
@sobolevn
sobolevn deleted the dependabot/pip/trio-0.34.0 branch August 18, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

1 participant