diff --git a/pyproject.toml b/pyproject.toml index 950698d0..55c959ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "six>=1.9.0", "psutil", "packaging", - "testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git@2.0.1", + "testgres.os_ops>=2.0.1,<3.0.0", ] [project.urls] diff --git a/tests/requirements.txt b/tests/requirements.txt index 380adb8c..ed3b1715 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,4 +3,4 @@ pytest pytest-xdist psycopg2 six -git+https://github.com/postgrespro/testgres.os_ops.git@2.0.1 +testgres.os_ops>=2.0.1,<3.0.0