⬆️ Update dependency configuration for py-common-lib to use a specific tag (v0.0.0)

This commit is contained in:
2026-04-24 00:00:29 +08:00
parent 173f2cef23
commit 50d12922d1
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
# ] # ]
# #
# [tool.uv.sources] # [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 from py_common_lib import hello

View File

@@ -7,4 +7,4 @@ dependencies = [
] ]
[tool.uv.sources] [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" }

View File

@@ -5,7 +5,7 @@ requires-python = ">=3.12"
[[package]] [[package]]
name = "py-common-lib" name = "py-common-lib"
version = "0.1.0" 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]] [[package]]
name = "single-scripts" name = "single-scripts"
@@ -16,4 +16,4 @@ dependencies = [
] ]
[package.metadata] [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" }]