diff --git a/pyproject.toml b/pyproject.toml index 427b98d..846a910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ keywords = ["python"] license = {file = "LICENSE"} dependencies = [ - "ubcpdk==2.2.1", + "ubcpdk==2.2.2", ] readme = "README.md" requires-python = ">=3.10"