Dependencies: Update sse-starlette and formatron
Also pin newer versions of dependencies and fix an import from sse-starlette Signed-off-by: kingbri <8082010+bdashore3@users.noreply.github.com>
This commit is contained in:
parent
b579fd46b7
commit
fa8035ef72
2 changed files with 7 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
from asyncio import CancelledError
|
||||
from fastapi import HTTPException, Request
|
||||
from loguru import logger
|
||||
from sse_starlette import ServerSentEvent
|
||||
from sse_starlette.event import ServerSentEvent
|
||||
|
||||
from common import model
|
||||
from common.networking import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue