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" }]