Skip to content

Bump matrix-nio from 0.25.2 to 0.26.0 - #126

Merged
PenguinBoi12 merged 1 commit into
mainfrom
dependabot/pip/matrix-nio-0.26.0
Aug 1, 2026
Merged

Bump matrix-nio from 0.25.2 to 0.26.0#126
PenguinBoi12 merged 1 commit into
mainfrom
dependabot/pip/matrix-nio-0.26.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps matrix-nio from 0.25.2 to 0.26.0.

Changelog

Sourced from matrix-nio's changelog.

[0.26.0] - 2026-07-23

Breaking Changes

  • [#555] Replace libolm/python-olm with vodozemac for end-to-end encryption
    • The e2e extra now depends on vodozemac instead of python-olm, and libolm is no longer required as a system dependency.
    • Existing encryption stores are migrated automatically on load. Stores created with a libolm pickle version older than 4 (roughly, pre-December 2021) can only be migrated if the optional python-olm >= 3.2.7 package is installed at upgrade time; without it, those pickles cannot be read.
    • hmac-sha256 is no longer offered as a SAS message authentication code; only hkdf-hmac-sha256 is supported.
    • Account.remove_one_time_keys() has been removed, as it is no longer supported by the underlying library.
  • [#558] Drop support for end-of-life python3.8 and python3.9; the minimum supported version is now python3.10

Features

  • [#540] Add unread_thread_notifications to SyncResponse

Bug Fixes

  • [#531] Fix get_openid_token, the endpoint needs an empty JSON body
  • [#542] Fix print for FileResponse when download is saved to file

Miscellaneous Tasks

  • [#558] Adopt uv for project management, apply pyupgrade and linting, and bump dependencies
  • [#556] Unpin dependencies

#555: matrix-nio/matrix-nio#555 #558: matrix-nio/matrix-nio#558 #540: matrix-nio/matrix-nio#540 #531: matrix-nio/matrix-nio#531 #542: matrix-nio/matrix-nio#542 #556: matrix-nio/matrix-nio#556

Commits
  • 331c93e Publish 0.26.0
  • d737cc3 Use uv for project management, remove old python versions, pyupgrade, linting...
  • 71a1c80 Replace olm with vodozemac (#555)
  • 13e77bb Unpin dependencies (#556)
  • eeace59 Fix print for FileResponse when download is saved to file (#542)
  • f1c927a Add unread_thread_notifications to SyncResponse (#540)
  • 37be73e Fix get_openid_token, the endpoint needs an empty json in the body (#531)
  • See full diff 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 [matrix-nio](https://github.com/matrix-nio/matrix-nio) from 0.25.2 to 0.26.0.
- [Changelog](https://github.com/matrix-nio/matrix-nio/blob/main/CHANGELOG.md)
- [Commits](matrix-nio/matrix-nio@0.25.2...0.26.0)

---
updated-dependencies:
- dependency-name: matrix-nio
  dependency-version: 0.26.0
  dependency-type: direct:production
  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 1, 2026
@PenguinBoi12
PenguinBoi12 merged commit 2544258 into main Aug 1, 2026
4 checks passed
@PenguinBoi12
PenguinBoi12 deleted the dependabot/pip/matrix-nio-0.26.0 branch August 1, 2026 17:38
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant