From 53d67c791743c07283c260d41a1edbb6a8e67f19 Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Thu, 8 Jun 2023 05:12:14 -0600 Subject: [PATCH] fix: Pin poetry-core to a PyPI release (#100) --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d09100..837fb26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,11 +34,7 @@ multi_line_output = 3 # Vertical Hanging Indent src_paths = "tap_gitlab" [build-system] -# Uncomment the pinned version in favor of the git URL once -# https://github.com/python-poetry/poetry-core/pull/257 is merged -# and a new poetry-core 1.0.x is released -# requires = ["poetry-core>=1.0.0"] -requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"] +requires = ["poetry-core==1.6.1"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts]