We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702ec3e commit bc248e8Copy full SHA for bc248e8
pyproject.toml
@@ -8,7 +8,7 @@ dynamic = ["readme", "version"]
8
description = "Controller Area Network interface module for Python"
9
authors = [{ name = "python-can contributors" }]
10
dependencies = [
11
- "wrapt~=1.10",
+ "wrapt >= 1.10, < 3",
12
"packaging >= 23.1",
13
"typing_extensions>=3.10.0.0",
14
]
0 commit comments