📝Doc:Refresh Python dependency instructions for doc#3345
Merged
Conversation
…c, and solve the issue of version drift in Node.js for pipeline CL and Docker
…p/nexent into djb_refresh_doc
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes developer documentation to reflect an updated backend Python version requirement across both English and Chinese docs, aligning contributor setup guidance with the current backend runtime.
Changes:
- Update backend Python version references from 3.10+ to 3.11+ in multiple docs.
- Update AGENTS.md backend section header to Python 3.11.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| doc/docs/zh/developer-guide/overview.md | Updates backend tech stack Python version in the Chinese developer overview. |
| doc/docs/zh/developer-guide/environment-setup.md | Updates the common Python requirement in the Chinese environment setup guide. |
| doc/docs/zh/backend/overview.md | Updates the backend overview tech stack Python version in Chinese. |
| doc/docs/en/developer-guide/overview.md | Updates backend tech stack Python version in the English developer overview. |
| doc/docs/en/developer-guide/environment-setup.md | Updates the common Python requirement in the English environment setup guide. |
| doc/docs/en/backend/overview.md | Updates the backend overview tech stack Python version in English. |
| AGENTS.md | Updates the backend commands section header to Python 3.11. |
Comments suppressed due to low confidence (1)
doc/docs/zh/developer-guide/environment-setup.md:15
- 通用要求写的是 “Python 3.11+”,但后端实际版本约束为 ">=3.11,<3.12"。建议用明确范围,避免误以为 Python 3.12+ 也可用。
## 🧱 通用要求
- Python 3.11+
- Node.js 18+
- Docker & Docker Compose
- uv(Python 包管理器)
- pnpm(Node.js 包管理器)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
28
to
32
| ### Backend Tech Stack | ||
| - **Framework**: FastAPI | ||
| - **Language**: Python 3.10+ | ||
| - **Language**: Python 3.11+ | ||
| - **Database**: PostgreSQL + Redis + Elasticsearch | ||
| - **File Storage**: MinIO |
Comment on lines
60
to
62
| ### 🔧 Backend Development | ||
| - **Tech Stack**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch | ||
| - **Tech Stack**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch | ||
| - **Core Features**: API services, agent management, data processing, vector search |
Comment on lines
28
to
32
| ### 后端技术栈 | ||
| - **框架**: FastAPI | ||
| - **语言**: Python 3.10+ | ||
| - **语言**: Python 3.11+ | ||
| - **数据库**: PostgreSQL + Redis + Elasticsearch | ||
| - **文件存储**: MinIO |
Comment on lines
61
to
63
| ### 🔧 后端开发 | ||
| - **技术栈**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch | ||
| - **技术栈**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch | ||
| - **核心功能**: API服务、智能体管理、数据处理、向量搜索 |
Comment on lines
9
to
14
| ## 🧱 Common Requirements | ||
|
|
||
| - Python 3.10+ | ||
| - Python 3.11+ | ||
| - Node.js 18+ | ||
| - Docker & Docker Compose | ||
| - `uv` (Python package manager) |
Comment on lines
6
to
10
|
|
||
| - **Framework**: FastAPI | ||
| - **Language**: Python 3.10+ | ||
| - **Language**: Python 3.11+ | ||
| - **Database**: PostgreSQL + Redis + Elasticsearch | ||
| - **File Storage**: MinIO |
Comment on lines
6
to
10
|
|
||
| - **框架**: FastAPI | ||
| - **语言**: Python 3.10+ | ||
| - **语言**: Python 3.11+ | ||
| - **数据库**: PostgreSQL + Redis + Elasticsearch | ||
| - **文件存储**: MinIO |
| ## Developer Commands | ||
|
|
||
| ### Backend (Python 3.10) | ||
| ### Backend (Python 3.11) |
Dallas98
approved these changes
Jul 1, 2026
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.
Refresh the dependency instructions for Python