From 7d2e28c489ed850644e93f0bd03ad0b5fb5d52e4 Mon Sep 17 00:00:00 2001 From: mibe Date: Mon, 3 Jun 2024 09:20:39 +0100 Subject: [PATCH] Changed python-extension-common dependency string --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b30ccf..8f705df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pyexasol = "^0.25.0" importlib-resources = "^5.2.0" click = "^8.0.3" # TODO: replace with released version on release -python-extension-common = {git = "https://github.com/exasol/python-extension-common", branch = "main"} +python-extension-common = {git = "https://github.com/exasol/python-extension-common.git", branch = "main"} [tool.poetry.dev-dependencies] pytest = "^7.1"