#Hey everyone! I am working on Dagger

1 messages · Page 1 of 1 (latest)

final berry
#

hey there! if HTTP_PROXY is an option for you I'd try to go this route since it's globally more consistent across all the components of the Dagger ecosystem.

We currently don't have other way to set custom indices or URLs that our core SDKs use.

Maybe an alternative could be to fork our python SDK in the meantime and use your fork with modified URLs but not sure if that has been tried before. cc @exotic hedge

exotic hedge
#

[[tool.uv.index]] is used on the module level and works as expected but the issue is that Python SDK libraries are still requiring publish indexes.

That setting should set it globally on the base runtime container. Can you share your pyproject.toml?