From c1b12b4c55f575b10f01a557e872181acef2d8e9 Mon Sep 17 00:00:00 2001 From: Femi Anthony Date: Fri, 5 Jun 2026 16:22:57 -0400 Subject: [PATCH] change to configure pypi index --- auth-demo/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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