Skip to content

Commit

Permalink
Loosen dbus-fast pin to allow for dbus-fast 2.0 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 8, 2023
1 parent a377ce6 commit 20e5365
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

Changed
-------
* Changed ``dbus-fast`` dependency to include v2.x. Fixes #1415.

`0.21.0`_ (2023-09-02)
======================

Expand Down
69 changes: 36 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'", pyth
"winrt-Windows.Foundation" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Foundation.Collections" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Storage.Streams" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
dbus-fast = { version = "^1.83.0", markers = "platform_system == 'Linux'" }
dbus-fast = { version = ">=1.83.0, < 3", markers = "platform_system == 'Linux'" }

[tool.poetry.group.docs.dependencies]
Sphinx = "^5.1.1"
Expand Down

0 comments on commit 20e5365

Please sign in to comment.