From 4c906c112b4ee2e2a7275294f91d67680a63807c Mon Sep 17 00:00:00 2001 From: Kai Schlamp Date: Tue, 8 Oct 2024 15:14:20 +0000 Subject: [PATCH] Use correct git tag of dependency --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f1ef575..781c4df4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3754,4 +3754,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "ea776325104409136f488253effe323658bbb02a28874b857cb308da5d9573f8" +content-hash = "a7c11504ecc0bbf8aa169ba674f70f326b6eca617dadac8d07e8ef51394ae522" diff --git a/pyproject.toml b/pyproject.toml index f95c23e6..dbe7f0ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" [tool.poetry.dependencies] -adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", rev = "0.8.0" } +adit-radis-shared = { git = "https://github.com/openradx/adit-radis-shared.git", tag = "0.8.0" } adrf = "^0.1.4" aiofiles = "^24.1.0" asyncinotify = "^4.0.1"