This commit is contained in:
Felix
2026-01-14 11:04:50 +08:00
parent 5ea20bed3b
commit f7c5e0a4bf
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ app = register_app()
@app.get("/")
async def read_root():
# await wx_user_index_history()
await wx_user_index_history()
# res = await SentenceService()._process_scene_task(2111026809104629760, 2108963527040565248)
return {"Hello": f"World, {datetime.now().isoformat()}"}

View File

@@ -18,7 +18,7 @@ asgi-correlation-id==4.3.4
# via fastapi-best-architecture
asgiref==3.8.1
# via fastapi-best-architecture
async-timeout==5.0.1 ; python_full_version < '3.11.3'
async-timeout==4.0.3 ; python_full_version < '3.11.3'
# via
# asyncpg
# redis
@@ -195,7 +195,7 @@ pydantic==2.11.0
# sqlalchemy-crud-plus
pydantic-core==2.33.0
# via pydantic
pydantic-settings==2.8.1
pydantic-settings==2.10.1
# via fastapi-best-architecture
pygments==2.19.1
# via rich