Skip to content

Commit

Permalink
Loosen dbus-fast pin to allow for dbus-fast 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 8, 2023
1 parent a377ce6 commit 78c44d3
Showing 1 changed file with 1 addition and 1 deletion.
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 78c44d3

Please sign in to comment.