diff --git a/qase-pytest/pyproject.toml b/qase-pytest/pyproject.toml index 488b6fc6..7c758966 100644 --- a/qase-pytest/pyproject.toml +++ b/qase-pytest/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "qase-pytest" -version = "6.0.0" +version = "6.0.0b1" description = "Qase Pytest Plugin for Qase TestOps and Qase Report" readme = "README.md" keywords = ["qase", "pytest", "plugin", "testops", "report", "qase reporting", "test observability"] @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "qase-python-commons>=3.0.0, <3.1.0", + "qase-python-commons~=3.0.2b1", "pytest>=7.4.4", "filelock~=3.12.2", "more_itertools", @@ -105,4 +105,4 @@ exclude_also = [ "@(abc\\.)?abstractmethod", ] -ignore_errors = false \ No newline at end of file +ignore_errors = false