diff --git a/pyproject.toml b/pyproject.toml index e36b50ad0..e125ea84f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["readme", "version"] description = "Controller Area Network interface module for Python" authors = [{ name = "python-can contributors" }] dependencies = [ - "wrapt~=1.10", + "wrapt >= 1.10, < 3", "packaging >= 23.1", "typing_extensions>=3.10.0.0", ]