Skip to content

Commit bc248e8

Browse files
Allow wrapt 2.x (#1980)
1 parent 702ec3e commit bc248e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["readme", "version"]
88
description = "Controller Area Network interface module for Python"
99
authors = [{ name = "python-can contributors" }]
1010
dependencies = [
11-
"wrapt~=1.10",
11+
"wrapt >= 1.10, < 3",
1212
"packaging >= 23.1",
1313
"typing_extensions>=3.10.0.0",
1414
]

0 commit comments

Comments
 (0)