fix: add missing Header import in prompts.py
NameError: name 'Header' is not defined Added Header to fastapi imports for export endpoints auth fix. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
650313347f
commit
6cdc159a94
|
|
@ -8,7 +8,7 @@ import json
|
|||
import uuid
|
||||
import httpx
|
||||
from typing import Optional
|
||||
from fastapi import APIRouter, Depends, HTTPException, Query
|
||||
from fastapi import APIRouter, Depends, HTTPException, Query, Header
|
||||
from fastapi.responses import StreamingResponse
|
||||
|
||||
from db import get_db, get_cursor, r2d
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user