⬆️ Update dependency configuration for py-common-lib to use a specific tag (v0.0.0)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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" }
|
||||||
|
|||||||
4
single-scripts/uv.lock
generated
4
single-scripts/uv.lock
generated
@@ -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" }]
|
||||||
|
|||||||
Reference in New Issue
Block a user