diff --git a/pyproject.toml b/pyproject.toml index 2c1c5eb..eee4d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "pytest", - "genlayer-py>=0.12.1,<0.13.0", + "genlayer-py>=0.13.0,<0.17.0", "colorama>=0.4.6", "pyyaml", "python-dotenv"