Skip to content

[Feature][dbgpt-ext] Update spacy dependency to support Python 3.13 #3006

Description

@honglei

Search before asking

  • I had searched in the issues and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions