DBGPT 保存工作流时报错 arbitrary_types_allowed=True

DBGPT 保存工作流时报错:

ERROR common_exception_handler catch Exception: success=False err_code='E0003' err_msg="Unable to generate pydantic-core schema for <class 'dbgpt.core.awel.dag.base.DAG'>. Set arbitrary_types_allowed=True in the model_config to ignore this error or implement __get_pydantic_core_schema__ on your type to fully support it.\n\nIf you got this error by calling handler() within __get_pydantic_core_schema__ then you likely need to call handler.generate_schema(<some type>) since we do not call __get_pydantic_core_schema__ on <some type> otherwise to avoid infinite recursion.\n\nFor further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type" data=None

解决:

bash 复制代码
pip install fastapi==0.111.0 
相关推荐
八月五9 小时前
MySQL误删数据怎么办?
数据库·mysql
禛陌9 小时前
MongoDB平替数据库对比
数据库·nosql
乐维_lwops9 小时前
Prometheus+grafana实践:Doris数据库的监控
数据库·grafana·prometheus
PawSQL12 小时前
金融级分布式数据库如何优化?PawSQL发布OceanBase专项调优指南
数据库·分布式·sql·oceanbase·pawsql
青草地溪水旁12 小时前
mysql_store_result的概念和使用案例
数据库·mysql
恩爸编程15 小时前
深入探索Redis发布订阅机制
数据库·redis·缓存·发布订阅·redis发布订阅·redis怎样实现发布订阅·redis发布订阅怎样实现
NiNg_1_23415 小时前
MongoDB使用详解
数据库·mongodb
爱吃土豆的马铃薯ㅤㅤㅤㅤㅤㅤㅤㅤㅤ15 小时前
删除全表数据sql
数据库·sql
易思涯16 小时前
【已解决】黑马点评项目Redis版本替换过程的数据迁移
数据库·redis·缓存·解决方法·黑马点评
昔舍16 小时前
SQL Server约束
数据库·笔记·c#