feat: Reimplement search_body_by_name with httpx and proper parsing

main
mula.liu 2025-12-03 18:38:22 +08:00
parent a5f18747b2
commit 04fce88f44
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import logging
import re
import httpx
import os
from sqlalchemy.ext.asyncio import AsyncSession # Added this import
from app.models.celestial import Position, CelestialBody
from app.config import settings