mystic-ai / pipeline

Pipeline is an open source python SDK for building AI/ML workflows

Home Page:https://www.mystic.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pydantic v2 conflict with latest VLLM

ilyalasy opened this issue · comments

Hi, having latest versions of pipeline-ai and vllm:

requirements:
      - pipeline-ai==2.6.2
      - vllm==0.5.4

results in dependency conflict over pydantic:

Pipeline 14:40:59 - [INFO]: The conflict is caused by:
    pipeline-ai 2.6.2 depends on pydantic<2.0.0 and >=1.8.2
    vllm 0.5.4 depends on pydantic>=2.0

Is there any plans to update pydantic dependency to v2?

I've submitted a pull request from my fork that resolves the issue (#487).
In the meantime, you can use my fork here: https://github.com/McFredward/mystic