fix code
This commit is contained in:
@@ -19,7 +19,7 @@ app = register_app()
|
|||||||
|
|
||||||
@app.get("/")
|
@app.get("/")
|
||||||
async def read_root():
|
async def read_root():
|
||||||
# await wx_user_index_history()
|
await wx_user_index_history()
|
||||||
# res = await SentenceService()._process_scene_task(2111026809104629760, 2108963527040565248)
|
# res = await SentenceService()._process_scene_task(2111026809104629760, 2108963527040565248)
|
||||||
return {"Hello": f"World, {datetime.now().isoformat()}"}
|
return {"Hello": f"World, {datetime.now().isoformat()}"}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ asgi-correlation-id==4.3.4
|
|||||||
# via fastapi-best-architecture
|
# via fastapi-best-architecture
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
# via fastapi-best-architecture
|
# 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
|
# via
|
||||||
# asyncpg
|
# asyncpg
|
||||||
# redis
|
# redis
|
||||||
@@ -195,7 +195,7 @@ pydantic==2.11.0
|
|||||||
# sqlalchemy-crud-plus
|
# sqlalchemy-crud-plus
|
||||||
pydantic-core==2.33.0
|
pydantic-core==2.33.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
pydantic-settings==2.8.1
|
pydantic-settings==2.10.1
|
||||||
# via fastapi-best-architecture
|
# via fastapi-best-architecture
|
||||||
pygments==2.19.1
|
pygments==2.19.1
|
||||||
# via rich
|
# via rich
|
||||||
|
|||||||
Reference in New Issue
Block a user