Skip to content

📝Doc:Refresh Python dependency instructions for doc#3345

Merged
Dallas98 merged 3 commits into
developfrom
djb_refresh_doc
Jul 1, 2026
Merged

📝Doc:Refresh Python dependency instructions for doc#3345
Dallas98 merged 3 commits into
developfrom
djb_refresh_doc

Conversation

@DongJiBao2001

Copy link
Copy Markdown
Contributor

Refresh the dependency instructions for Python

Copilot AI review requested due to automatic review settings July 1, 2026 06:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Comment thread AGENTS.md
## Developer Commands

### Backend (Python 3.10)
### Backend (Python 3.11)
@Dallas98 Dallas98 merged commit 664d72d into develop Jul 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants