Dash-FastAPI-Admin v1.0.10
更新内容
重要:
更新依赖redis版本为5.0.1,替换原有aioredis,更新pillow版本为10.2.0、更新cryptography版本为42.0.2,修复一些安全性问题,命令:pip install redis==5.0.1 pillow==10.2.0 cryptography==42.0.2 -i https://mirrors.aliyun.com/pypi/simple/。
BUG修复:
修复修改根部门时获取部门树数据异常的bug #I8U660。
代码及性能优化:
1.优化各模块表单校验方式。
2.新增redis连接校验,优化连接日志信息。
Full Changelog: v1.0.9...v1.0.10