From 7fcc3daf57052bdbab36c72c27807bec96cf1ecd Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Sun, 25 Jan 2026 12:57:25 +0300 Subject: [PATCH] os_ops v2.0.1 [pypi] is used --- pyproject.toml | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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