Files
assist/version.json
2025-09-16 17:05:50 +01:00

38 lines
1010 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"version": "1.2.0",
"build_number": 15,
"release_date": "2025-09-16T16:30:00",
"git_commit": "unknown",
"deployment_status": "development",
"changelog": [
{
"version": "1.2.0",
"date": "2025-09-16T16:30:00",
"description": "系统设置扩展API管理模型参数配置端口管理真实数据分析"
},
{
"version": "1.1.0",
"date": "2025-09-16T14:00:00",
"description": "工单AI建议功能知识库搜索优化Agent管理改进"
},
{
"version": "1.0.0",
"date": "2024-01-01T00:00:00",
"description": "初始版本发布"
}
],
"dependencies": {
"flask": "2.3.3",
"sqlalchemy": "2.0.21",
"psutil": "5.9.5",
"openpyxl": "3.1.2"
},
"deployment_info": {
"supported_environments": ["development", "staging", "production"],
"min_python_version": "3.8",
"required_services": ["nginx", "systemd"],
"backup_strategy": "automatic",
"rollback_enabled": true
}
}