stale-waitress-56895
07/07/2025, 6:00 PM"microsoft-python-type-stubs @ git+<https://github.com/microsoft/python-type-stubs.git>"
rather than relying on this, I would like to publish these packages to my own repo and then refer to that package directly.stale-waitress-56895
07/07/2025, 6:00 PMstale-waitress-56895
07/07/2025, 6:00 PMpython_requirement(
name="type-stubs",
resolve="repos",
requirements=[
"microsoft-python-type-stubs @ git+<https://github.com/microsoft/python-type-stubs.git>"
],
)
python_distribution(
name="microsoft-python-type-stubs",
dependencies=[":type-stubs"],
provides=python_artifact(
name="microsoft-python-type-stubs",
version="1.0.0",
),
repositories=[
"<https://europe-west4-python.pkg.dev/xxxxxxxx>",
],
)
but don't think it's the right waystale-waitress-56895
07/07/2025, 6:01 PMFailed to generate lockfile for python-default: UV lock failed: Using CPython 3.12.5
error: Package `microsoft-python-type-stubs` attempted to resolve via URL: git+<https://github.com/microsoft/python-type-stubs.git>. URL dependencies must be expressed as direct requirements or constraints. Consider adding `microsoft-python-type-stubs @ git+<https://github.com/microsoft/python-type-stubs.git>` to your dependencies or constraints file.
ā Failed to generate lockfile for python-default
stale-waitress-56895
07/07/2025, 6:01 PMfast-nail-55400
07/07/2025, 6:34 PMfast-nail-55400
07/07/2025, 6:36 PMfast-nail-55400
07/07/2025, 6:36 PMstale-waitress-56895
07/07/2025, 6:37 PMstale-waitress-56895
07/07/2025, 6:38 PMstale-waitress-56895
07/07/2025, 6:38 PMfast-nail-55400
07/07/2025, 6:38 PMstale-waitress-56895
07/07/2025, 6:39 PMfast-nail-55400
07/07/2025, 6:39 PMstale-waitress-56895
07/07/2025, 6:39 PMstale-waitress-56895
07/07/2025, 6:39 PMmirror_python_dependency(
name="microsoft_python_type_stubs",
source="microsoft-python-type-stubs @ git+<https://github.com/microsoft/python-type-stubs.git>",
repository="<https://oauth2accesstoken@europe-west4-python.pkg.dev/xxxxxxx>",
)
stale-waitress-56895
07/07/2025, 6:41 PMmirror_python_dependencies(
source="packages_to_mirror.txt"
)