⬆️ upgrade nonebot_plugin_saa

This commit is contained in:
felinae98
2023-11-21 21:04:47 +08:00
parent ae9ac9920c
commit badb26419e
9 changed files with 388 additions and 373 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
import datetime
from pathlib import Path
from nonebot_plugin_saa import PlatformTarget
from sqlalchemy.dialects.postgresql import JSONB
from nonebot_plugin_saa.utils import PlatformTarget
from nonebot_plugin_datastore import get_plugin_data
from sqlalchemy.orm import Mapped, relationship, mapped_column
from sqlalchemy import JSON, String, ForeignKey, UniqueConstraint
@@ -1,7 +1,7 @@
from abc import ABC
from pydantic import BaseModel
from nonebot_plugin_saa.utils import AllSupportedPlatformTarget as UserInfo
from nonebot_plugin_saa.registries import AllSupportedPlatformTarget as UserInfo
from ....types import Tag, Category
@@ -5,7 +5,7 @@ from functools import partial
from nonebot.log import logger
from pydantic import BaseModel
from nonebot_plugin_saa.utils import AllSupportedPlatformTarget
from nonebot_plugin_saa.registries import AllSupportedPlatformTarget
from ..utils import NBESFParseErr
from ....types import Tag, Category