From 19512e6ca4ca599f93911aa28b704d3508cb13e6 Mon Sep 17 00:00:00 2001 From: nicolasgere Date: Tue, 12 Mar 2024 13:22:08 -0700 Subject: [PATCH] [BUG]: fix auth (#1864) ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Hosted auth is not working due to a missing import --- chromadb/auth/fastapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chromadb/auth/fastapi.py b/chromadb/auth/fastapi.py index a634096805e..85c5b803135 100644 --- a/chromadb/auth/fastapi.py +++ b/chromadb/auth/fastapi.py @@ -8,6 +8,7 @@ from starlette.responses import Response from starlette.types import ASGIApp +import chromadb from chromadb.config import DEFAULT_TENANT, System from chromadb.auth import ( AuthorizationContext,