diff --git a/oid4vci/integration/pyproject.toml b/oid4vci/integration/pyproject.toml index 336ce4224..096af7e62 100644 --- a/oid4vci/integration/pyproject.toml +++ b/oid4vci/integration/pyproject.toml @@ -19,7 +19,7 @@ aiohttp = "^3.9.2" [tool.poetry.group.dev.dependencies] black = "^23.11.0" ruff = "^0.1.6" -controller = {git = "https://github.com/indicio-tech/acapy-minimal-example.git"} +acapy-controller = {git = "https://github.com/indicio-tech/acapy-minimal-example.git", python = ">=3.10,<4.0"} [tool.poetry.dev-dependencies]