From 50d12922d13e8db95f19d024f1bc5318811a77a3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 24 Apr 2026 00:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20conf?= =?UTF-8?q?iguration=20for=20py-common-lib=20to=20use=20a=20specific=20tag?= =?UTF-8?q?=20(v0.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- single-scripts/hello.py | 2 +- single-scripts/pyproject.toml | 2 +- single-scripts/uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/single-scripts/hello.py b/single-scripts/hello.py index 46d78a3..4d1a700 100644 --- a/single-scripts/hello.py +++ b/single-scripts/hello.py @@ -5,7 +5,7 @@ # ] # # [tool.uv.sources] -# py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git" } +# py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git", tag = "v0.0.0" } # /// from py_common_lib import hello diff --git a/single-scripts/pyproject.toml b/single-scripts/pyproject.toml index 02b9821..79476fd 100644 --- a/single-scripts/pyproject.toml +++ b/single-scripts/pyproject.toml @@ -7,4 +7,4 @@ dependencies = [ ] [tool.uv.sources] -py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git" } +py-common-lib = { git = "https://git.hatter.ink/hatter/py-common-lib.git", tag = "v0.0.0" } diff --git a/single-scripts/uv.lock b/single-scripts/uv.lock index 48879e6..d7a6ee7 100644 --- a/single-scripts/uv.lock +++ b/single-scripts/uv.lock @@ -5,7 +5,7 @@ requires-python = ">=3.12" [[package]] name = "py-common-lib" version = "0.1.0" -source = { git = "https://git.hatter.ink/hatter/py-common-lib.git#fe9444f13e9413932849fa7a2eedc51b1e8252a6" } +source = { git = "https://git.hatter.ink/hatter/py-common-lib.git?tag=v0.0.0#fe9444f13e9413932849fa7a2eedc51b1e8252a6" } [[package]] name = "single-scripts" @@ -16,4 +16,4 @@ dependencies = [ ] [package.metadata] -requires-dist = [{ name = "py-common-lib", git = "https://git.hatter.ink/hatter/py-common-lib.git" }] +requires-dist = [{ name = "py-common-lib", git = "https://git.hatter.ink/hatter/py-common-lib.git?tag=v0.0.0" }]