Skip to content

Commit

Permalink
🐛 deprecate method parse_obj
Browse files Browse the repository at this point in the history
  • Loading branch information
GuGuMur committed Mar 9, 2024
1 parent 12cb6a9 commit 085a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_skland_arksign/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def use_example(self) -> str:
)


plugin_config: Config = Config.parse_obj(get_driver().config)
plugin_config: Config = Config.model_validate(get_driver().config)

0 comments on commit 085a6ca

Please sign in to comment.