diff --git a/auth-demo/pyproject.toml b/auth-demo/pyproject.toml index c52126d..e31d2f2 100644 --- a/auth-demo/pyproject.toml +++ b/auth-demo/pyproject.toml @@ -14,3 +14,7 @@ dependencies = [ "pyarrow>=20.0.0", "pyjwt>=2.10.1", ] + +[[tool.uv.index]] +url = "https://pypi-proxy.dev.databricks.com/simple" +default = true