We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427cf83 commit a5f0d29Copy full SHA for a5f0d29
nonebot_plugin_deepseek/compat.py
@@ -3,7 +3,10 @@
3
from nonebot.compat import PYDANTIC_V2
4
from nonebot.compat import model_dump as model_dump
5
6
-__all__ = ("model_validator",)
+__all__ = (
7
+ "model_dump",
8
+ "model_validator",
9
+)
10
11
12
if PYDANTIC_V2:
0 commit comments