2.2.0#277
Merged
fastapiadmin merged 6 commits intomasterfrom Jan 17, 2026
Merged
Conversation
added 6 commits
January 17, 2026 02:11
更新README.md添加uv工具使用说明 将psycopg2依赖升级为psycopg 添加pyproject.toml配置文件 调整controller.py导入顺序 添加.python-version文件指定Python版本
将ruff从主依赖移至开发依赖组,以明确区分运行时和开发时依赖
refactor: 优化代码结构和可读性 feat: 添加http_limit模块实现请求限制功能 fix: 修复异步任务中使用time.sleep的问题 chore: 更新依赖项并添加pytest测试框架 docs: 更新项目描述信息 perf: 优化Redis序列化方式使用JSON替代pickle test: 添加测试相关配置和依赖
refactor: 重构DeptModel移除UserMixin继承 fix: 修复token过期时间单位错误 style: 优化日志字段拼接方式 docs: 更新AI助手示例提示文本 perf: 优化CRUDBase更新操作避免循环依赖 chore: 更新FastAPI默认响应状态码文档 feat(monitor): 为监控模块添加response_model定义 feat(system): 为系统模块添加response_model定义
重构README文件结构,将源码仓库和演示环境部分调整顺序 添加智能体框架(Langchain/Langgraph)相关描述和支持 更新数据库支持列表,增加PostgreSQL和Sqlite 优化部署说明,简化Docker命令 移除fastapp和fastdocs工程结构描述
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.