Search before asking
Description
Currently, dbgpt-ext (specifically for rag and storage-chromadb extras) has a hard-coded dependency on spacy==3.7.
This creates a compatibility bottleneck because spacy 3.7 was released before Python 3.13 and its distributed wheels do not support the Python 3.13 runtime. Users attempting to install DB-GPT on Python 3.13 environments encounter resolution errors or build failures due to missing compatible binaries and deprecated C-API calls in older spacy versions.
Use case
No response
Related issues
No response
Feature Priority
None
Are you willing to submit PR?
Search before asking
Description
Currently, dbgpt-ext (specifically for rag and storage-chromadb extras) has a hard-coded dependency on spacy==3.7.
This creates a compatibility bottleneck because spacy 3.7 was released before Python 3.13 and its distributed wheels do not support the Python 3.13 runtime. Users attempting to install DB-GPT on Python 3.13 environments encounter resolution errors or build failures due to missing compatible binaries and deprecated C-API calls in older spacy versions.
Use case
No response
Related issues
No response
Feature Priority
None
Are you willing to submit PR?